aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/mach-rc32434/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/include/asm/mach-rc32434/timer.h')
-rw-r--r--arch/mips/include/asm/mach-rc32434/timer.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/arch/mips/include/asm/mach-rc32434/timer.h b/arch/mips/include/asm/mach-rc32434/timer.h
index e49b1d57a017..cda26bb9eead 100644
--- a/arch/mips/include/asm/mach-rc32434/timer.h
+++ b/arch/mips/include/asm/mach-rc32434/timer.h
@@ -51,15 +51,15 @@ struct timer {
51#define RC32434_CTC_TO_BIT 1 51#define RC32434_CTC_TO_BIT 1
52 52
53/* Real time clock registers */ 53/* Real time clock registers */
54#define RC32434_RTC_MSK(x) BIT_TO_MASK(x) 54#define RC32434_RTC_MSK(x) BIT_TO_MASK(x)
55#define RC32434_RTC_CE_BIT 0 55#define RC32434_RTC_CE_BIT 0
56#define RC32434_RTC_TO_BIT 1 56#define RC32434_RTC_TO_BIT 1
57#define RC32434_RTC_RQE_BIT 2 57#define RC32434_RTC_RQE_BIT 2
58 58
59/* Counter registers */ 59/* Counter registers */
60#define RC32434_RCOUNT_BIT 0 60#define RC32434_RCOUNT_BIT 0
61#define RC32434_RCOUNT_MSK 0x0000ffff 61#define RC32434_RCOUNT_MSK 0x0000ffff
62#define RC32434_RCOMP_BIT 0 62#define RC32434_RCOMP_BIT 0
63#define RC32434_RCOMP_MSK 0x0000ffff 63#define RC32434_RCOMP_MSK 0x0000ffff
64 64
65#endif /* __ASM_RC32434_TIMER_H */ 65#endif /* __ASM_RC32434_TIMER_H */