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