Searched refs:RTC_BASE (Results 1 – 1 of 1) sorted by relevance
19 #define RTC_BASE 0xb0000000 macro20 #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)[all …]