Searched refs:Q40_RTC_SECS (Results 1 – 2 of 2) sorted by relevance
216 Q40_RTC_SECS = bin2bcd(t->tm_sec); in q40_hwclk()235 t->tm_sec = bcd2bin (Q40_RTC_SECS); in q40_hwclk()
56 #define Q40_RTC_SECS (*(volatile unsigned char *)(Q40_RTC_BASE-24)) macro