Searched refs:RTC_DAY_OF_MONTH (Results 1 – 8 of 8) sorted by relevance
113 chrp_cmos_clock_write(tm.tm_mday,RTC_DAY_OF_MONTH); in chrp_set_rtc_time()138 day = chrp_cmos_clock_read(RTC_DAY_OF_MONTH); in chrp_get_rtc_time()
57 tm->tm_mday = maple_clock_read(RTC_DAY_OF_MONTH); in maple_get_rtc_time()111 maple_clock_write(mday, RTC_DAY_OF_MONTH); in maple_set_rtc_time()
115 p->time->tm_mday = CMOS_READ(RTC_DAY_OF_MONTH); in mc146818_get_time_callback()273 CMOS_WRITE(day, RTC_DAY_OF_MONTH); in mc146818_set_time()
60 #define RTC_DAY_OF_MONTH 7 macro
267 day = RTC_READ( RTC_DAY_OF_MONTH ); in atari_tt_hwclk()276 RTC_WRITE( RTC_DAY_OF_MONTH, day ); in atari_tt_hwclk()
100 day = CMOS_READ(RTC_DAY_OF_MONTH); in mc146818_get_cmos_time()
172 #define RTC_DAY_OF_MONTH 7 macro
33 day = CMOS_READ(RTC_DAY_OF_MONTH); in read_persistent_clock64()