Searched refs:RTC_DAY_OF_MONTH (Results 1 – 14 of 14) sorted by relevance
73 mday = vrtc_cmos_read(RTC_DAY_OF_MONTH); in vrtc_get_time()106 vrtc_cmos_write(tm.tm_mday, RTC_DAY_OF_MONTH); in vrtc_set_mmss()
112 chrp_cmos_clock_write(tm.tm_mday,RTC_DAY_OF_MONTH); in chrp_set_rtc_time()137 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()
76 time->tm_mday = CMOS_READ(RTC_DAY_OF_MONTH); in __get_rtc_time()184 CMOS_WRITE(day, RTC_DAY_OF_MONTH); in __set_rtc_time()
8 # define RTC_DAY_OF_MONTH 3 macro
57 #define RTC_DAY_OF_MONTH 7 macro
128 rtc_tm->tm_mday = CMOS_READ(RTC_DAY_OF_MONTH); in get_rtc_time()225 CMOS_WRITE(day, RTC_DAY_OF_MONTH); in rtc_ioctl()
633 CMOS_WRITE(day, RTC_DAY_OF_MONTH); in rtc_do_ioctl()1326 rtc_tm->tm_mday = CMOS_READ(RTC_DAY_OF_MONTH); in rtc_get_rtc_time()
171 #define RTC_DAY_OF_MONTH 7 macro
100 day = CMOS_READ(RTC_DAY_OF_MONTH); in mc146818_get_cmos_time()
234 day = RTC_READ( RTC_DAY_OF_MONTH ); in atari_tt_hwclk()243 RTC_WRITE( RTC_DAY_OF_MONTH, day ); in atari_tt_hwclk()
32 day = CMOS_READ(RTC_DAY_OF_MONTH); in read_persistent_clock()
81 day = CMOS_READ(RTC_DAY_OF_MONTH); in mach_get_cmos_time()
100 time->tm_mday = vrtc_cmos_read(RTC_DAY_OF_MONTH); in mrst_read_time()133 vrtc_cmos_write(day, RTC_DAY_OF_MONTH); in mrst_set_time()