Searched refs:RTC_DAY_OF_MONTH (Results 1 – 12 of 12) sorted by relevance
70 mday = vrtc_cmos_read(RTC_DAY_OF_MONTH); in vrtc_get_time()103 vrtc_cmos_write(tm.tm_mday, RTC_DAY_OF_MONTH); in vrtc_set_mmss()
115 chrp_cmos_clock_write(tm.tm_mday,RTC_DAY_OF_MONTH); in chrp_set_rtc_time()140 day = chrp_cmos_clock_read(RTC_DAY_OF_MONTH); in chrp_get_rtc_time()
58 tm->tm_mday = maple_clock_read(RTC_DAY_OF_MONTH); in maple_get_rtc_time()112 maple_clock_write(mday, RTC_DAY_OF_MONTH); in maple_set_rtc_time()
57 time->tm_mday = CMOS_READ(RTC_DAY_OF_MONTH); in mc146818_get_time()182 CMOS_WRITE(day, RTC_DAY_OF_MONTH); in mc146818_set_time()
95 time->tm_mday = vrtc_cmos_read(RTC_DAY_OF_MONTH); in mrst_read_time()128 vrtc_cmos_write(day, RTC_DAY_OF_MONTH); in mrst_set_time()
60 #define RTC_DAY_OF_MONTH 7 macro
100 day = CMOS_READ(RTC_DAY_OF_MONTH); in mc146818_get_cmos_time()
172 #define RTC_DAY_OF_MONTH 7 macro
266 day = RTC_READ( RTC_DAY_OF_MONTH ); in atari_tt_hwclk()275 RTC_WRITE( RTC_DAY_OF_MONTH, day ); in atari_tt_hwclk()
33 day = CMOS_READ(RTC_DAY_OF_MONTH); in read_persistent_clock64()
91 day = CMOS_READ(RTC_DAY_OF_MONTH); in mach_get_cmos_time()
616 CMOS_WRITE(day, RTC_DAY_OF_MONTH); in rtc_do_ioctl()1210 rtc_tm->tm_mday = CMOS_READ(RTC_DAY_OF_MONTH); in rtc_get_rtc_time()