aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dw_apb_timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/dw_apb_timer.h')
-rw-r--r--include/linux/dw_apb_timer.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/dw_apb_timer.h b/include/linux/dw_apb_timer.h
index b1cd9597c241..de0904e38f33 100644
--- a/include/linux/dw_apb_timer.h
+++ b/include/linux/dw_apb_timer.h
@@ -17,6 +17,12 @@
17#include <linux/clocksource.h> 17#include <linux/clocksource.h>
18#include <linux/interrupt.h> 18#include <linux/interrupt.h>
19 19
20#define APBTMR_N_LOAD_COUNT 0x00
21#define APBTMR_N_CURRENT_VALUE 0x04
22#define APBTMR_N_CONTROL 0x08
23#define APBTMR_N_EOI 0x0c
24#define APBTMR_N_INT_STATUS 0x10
25
20#define APBTMRS_REG_SIZE 0x14 26#define APBTMRS_REG_SIZE 0x14
21 27
22struct dw_apb_timer { 28struct dw_apb_timer {