Searched refs:RTC_DAY_OF_MONTH (Results 1 – 14 of 14) sorted by relevance
10 # define RTC_DAY_OF_MONTH 3 macro45 # define RTC_DAY_OF_MONTH 0x05 macro
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()
8 # define RTC_DAY_OF_MONTH 3 macro
81 case RTC_DAY_OF_MONTH: in pcf8563_readreg()116 tm->tm_mday = rtc_read(RTC_DAY_OF_MONTH); in get_rtc_time()298 rtc_write(RTC_DAY_OF_MONTH, tm.tm_mday); in pcf8563_ioctl()
213 rtc_tm->tm_mday = CMOS_READ(RTC_DAY_OF_MONTH); in get_rtc_time()307 CMOS_WRITE(day, RTC_DAY_OF_MONTH); in rtc_ioctl()
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()
171 #define RTC_DAY_OF_MONTH 7 macro
100 day = CMOS_READ(RTC_DAY_OF_MONTH); in mc146818_get_cmos_time()
110 day = CMOS_READ(RTC_DAY_OF_MONTH); in get_cmos_time()
32 day = CMOS_READ(RTC_DAY_OF_MONTH); in read_persistent_clock()
73 mday = vrtc_cmos_read(RTC_DAY_OF_MONTH); in vrtc_get_time()
235 day = RTC_READ( RTC_DAY_OF_MONTH ); in atari_tt_hwclk()244 RTC_WRITE( RTC_DAY_OF_MONTH, day ); in atari_tt_hwclk()
125 day = CMOS_READ(RTC_DAY_OF_MONTH); in mach_get_cmos_time()
125 day = CMOS_READ(RTC_DAY_OF_MONTH); in read_persistent_clock()