Lines Matching refs:RTC_BASE
18 #define RTC_BASE 0xb0000000 macro
19 #define RTC_SEC1 (RTC_BASE + 0)
20 #define RTC_SEC10 (RTC_BASE + 1)
21 #define RTC_MIN1 (RTC_BASE + 2)
22 #define RTC_MIN10 (RTC_BASE + 3)
23 #define RTC_HOU1 (RTC_BASE + 4)
24 #define RTC_HOU10 (RTC_BASE + 5)
25 #define RTC_WEE1 (RTC_BASE + 6)
26 #define RTC_DAY1 (RTC_BASE + 7)
27 #define RTC_DAY10 (RTC_BASE + 8)
28 #define RTC_MON1 (RTC_BASE + 9)
29 #define RTC_MON10 (RTC_BASE + 10)
30 #define RTC_YEA1 (RTC_BASE + 11)
31 #define RTC_YEA10 (RTC_BASE + 12)
32 #define RTC_YEA100 (RTC_BASE + 13)
33 #define RTC_YEA1000 (RTC_BASE + 14)
34 #define RTC_CTL (RTC_BASE + 15)