Searched refs:Q40_RTC_SECS (Results 1 – 2 of 2) sorted by relevance
279 *sec = bcd2bin (Q40_RTC_SECS); in q40_gettod()307 Q40_RTC_SECS = bin2bcd(t->tm_sec); in q40_hwclk()327 t->tm_sec = bcd2bin (Q40_RTC_SECS); in q40_hwclk()342 return bcd2bin(Q40_RTC_SECS); in q40_get_ss()366 Q40_RTC_SECS = bin2bcd(real_seconds); in q40_set_clock_mmss()
51 #define Q40_RTC_SECS (*(volatile unsigned char *)(Q40_RTC_BASE-24)) macro