Home
last modified time | relevance | path

Searched refs:RTC_DAY_OF_MONTH (Results 1 – 9 of 9) sorted by relevance

/linux-5.19.10/arch/powerpc/platforms/chrp/
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()
/linux-5.19.10/arch/powerpc/platforms/maple/
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()
/linux-5.19.10/drivers/rtc/
Drtc-mc146818-lib.c115 p->time->tm_mday = CMOS_READ(RTC_DAY_OF_MONTH); in mc146818_get_time_callback()
273 CMOS_WRITE(day, RTC_DAY_OF_MONTH); in mc146818_set_time()
/linux-5.19.10/include/linux/
Dmc146818rtc.h60 #define RTC_DAY_OF_MONTH 7 macro
/linux-5.19.10/arch/m68k/atari/
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()
/linux-5.19.10/arch/mips/include/asm/
Dmc146818-time.h100 day = CMOS_READ(RTC_DAY_OF_MONTH); in mc146818_get_cmos_time()
/linux-5.19.10/arch/sh/include/asm/
Dsmc37c93x.h172 #define RTC_DAY_OF_MONTH 7 macro
/linux-5.19.10/arch/mips/dec/
Dtime.c33 day = CMOS_READ(RTC_DAY_OF_MONTH); in read_persistent_clock64()
/linux-5.19.10/arch/x86/kernel/
Drtc.c91 day = CMOS_READ(RTC_DAY_OF_MONTH); in mach_get_cmos_time()