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