Home
last modified time | relevance | path

Searched refs:RTC_DAY_OF_MONTH (Results 1 - 19 of 19) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/platform/intel-mid/
H A Dintel_mid_vrtc.c70 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()
/kernel/linux/linux-5.10/arch/powerpc/platforms/maple/
H A Dtime.c57 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()
/kernel/linux/linux-5.10/arch/powerpc/platforms/chrp/
H A Dtime.c115 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()
/kernel/linux/linux-6.6/arch/powerpc/platforms/chrp/
H A Dtime.c113 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()
/kernel/linux/linux-6.6/arch/powerpc/platforms/maple/
H A Dtime.c57 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()
/kernel/linux/linux-5.10/drivers/rtc/
H A Drtc-mc146818-lib.c158 time->tm_mday = CMOS_READ(RTC_DAY_OF_MONTH); in mc146818_get_time()
313 CMOS_WRITE(day, RTC_DAY_OF_MONTH); in mc146818_set_time()
H A Drtc-mrst.c95 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()
/kernel/linux/linux-6.6/drivers/rtc/
H A Drtc-mc146818-lib.c124 p->time->tm_mday = CMOS_READ(RTC_DAY_OF_MONTH); in mc146818_get_time_callback()
294 CMOS_WRITE(day, RTC_DAY_OF_MONTH); in mc146818_set_time()
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dmc146818-time.h100 day = CMOS_READ(RTC_DAY_OF_MONTH); in mc146818_get_cmos_time()
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dmc146818-time.h100 day = CMOS_READ(RTC_DAY_OF_MONTH); in mc146818_get_cmos_time()
/kernel/linux/linux-5.10/include/linux/
H A Dmc146818rtc.h60 #define RTC_DAY_OF_MONTH 7 macro
/kernel/linux/linux-6.6/include/linux/
H A Dmc146818rtc.h60 #define RTC_DAY_OF_MONTH 7 macro
/kernel/linux/linux-5.10/arch/m68k/atari/
H A Dtime.c266 day = RTC_READ( RTC_DAY_OF_MONTH ); in atari_tt_hwclk()
275 RTC_WRITE( RTC_DAY_OF_MONTH, day ); in atari_tt_hwclk()
/kernel/linux/linux-6.6/arch/m68k/atari/
H A Dtime.c267 day = RTC_READ( RTC_DAY_OF_MONTH ); in atari_tt_hwclk()
276 RTC_WRITE( RTC_DAY_OF_MONTH, day ); in atari_tt_hwclk()
/kernel/linux/linux-5.10/arch/mips/dec/
H A Dtime.c33 day = CMOS_READ(RTC_DAY_OF_MONTH); in read_persistent_clock64()
/kernel/linux/linux-5.10/arch/sh/include/asm/
H A Dsmc37c93x.h172 #define RTC_DAY_OF_MONTH 7 macro
/kernel/linux/linux-6.6/arch/mips/dec/
H A Dtime.c33 day = CMOS_READ(RTC_DAY_OF_MONTH); in read_persistent_clock64()
/kernel/linux/linux-6.6/arch/sh/include/asm/
H A Dsmc37c93x.h172 #define RTC_DAY_OF_MONTH 7 macro
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Drtc.c91 day = CMOS_READ(RTC_DAY_OF_MONTH); in mach_get_cmos_time()

Completed in 7 milliseconds