summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-rockchip/include/mach/timer.h
blob: e6ed0e4e3ec7e1b41c4e0e387d8480d698a4edb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * (C) Copyright 2015 Rockchip Electronics Co., Ltd
 *
 * SPDX-License-Identifier:     GPL-2.0+
 */

#ifndef _ASM_ARCH_TIMER_H
#define _ASM_ARCH_TIMER_H

struct rk_timer {
	unsigned int timer_load_count0;
	unsigned int timer_load_count1;
	unsigned int timer_curr_value0;
	unsigned int timer_curr_value1;
	unsigned int timer_ctrl_reg;
	unsigned int timer_int_status;
};

#endif