Searched refs:RTC_BASE_ADDR (Results 1 – 1 of 1) sorted by relevance
15 #define RTC_BASE_ADDR (unsigned char *)(nvram_base) macro20 #define RTC_SGS_YEAR_ADDR (RTC_BASE_ADDR + 0x7fffL)21 #define RTC_SGS_MONTH_ADDR (RTC_BASE_ADDR + 0x7ffeL)22 #define RTC_SGS_DATE_ADDR (RTC_BASE_ADDR + 0x7ffdL)23 #define RTC_SGS_DAY_ADDR (RTC_BASE_ADDR + 0x7ffcL)24 #define RTC_SGS_HOUR_ADDR (RTC_BASE_ADDR + 0x7ffbL)25 #define RTC_SGS_MIN_ADDR (RTC_BASE_ADDR + 0x7ffaL)26 #define RTC_SGS_SEC_ADDR (RTC_BASE_ADDR + 0x7ff9L)27 #define RTC_SGS_CONTROL_ADDR (RTC_BASE_ADDR + 0x7ff8L)32 #define RTC_DAL_YEAR_ADDR (RTC_BASE_ADDR + 0xaL)[all …]