Searched refs:Q40_RTC_DATE (Results 1 – 2 of 2) sorted by relevance
276 *day = bcd2bin (Q40_RTC_DATE); in q40_gettod()310 Q40_RTC_DATE = bin2bcd(t->tm_mday); in q40_hwclk()324 t->tm_mday = bcd2bin (Q40_RTC_DATE); in q40_hwclk()
47 #define Q40_RTC_DATE (*(volatile unsigned char *)(Q40_RTC_BASE-8)) macro