Searched refs:RTC_DAY_OF_MONTH (Results 1 – 12 of 12) sorted by relevance
74 mday = vrtc_cmos_read(RTC_DAY_OF_MONTH); in vrtc_get_time()107 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()
63 tm->tm_mday = maple_clock_read(RTC_DAY_OF_MONTH); in maple_get_rtc_time()117 maple_clock_write(mday, RTC_DAY_OF_MONTH); in maple_set_rtc_time()
56 time->tm_mday = CMOS_READ(RTC_DAY_OF_MONTH); in mc146818_get_time()181 CMOS_WRITE(day, RTC_DAY_OF_MONTH); in mc146818_set_time()
99 time->tm_mday = vrtc_cmos_read(RTC_DAY_OF_MONTH); in mrst_read_time()132 vrtc_cmos_write(day, RTC_DAY_OF_MONTH); in mrst_set_time()
60 #define RTC_DAY_OF_MONTH 7 macro
234 day = RTC_READ( RTC_DAY_OF_MONTH ); in atari_tt_hwclk()243 RTC_WRITE( RTC_DAY_OF_MONTH, day ); in atari_tt_hwclk()
172 #define RTC_DAY_OF_MONTH 7 macro
100 day = CMOS_READ(RTC_DAY_OF_MONTH); in mc146818_get_cmos_time()
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()
620 CMOS_WRITE(day, RTC_DAY_OF_MONTH); in rtc_do_ioctl()1215 rtc_tm->tm_mday = CMOS_READ(RTC_DAY_OF_MONTH); in rtc_get_rtc_time()