Home
last modified time | relevance | path

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

/linux/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()
/linux/drivers/rtc/
H A Drtc-mc146818-lib.c124 p->time->tm_mday = CMOS_READ(RTC_DAY_OF_MONTH); in mc146818_get_time_callback()
292 CMOS_WRITE(day, RTC_DAY_OF_MONTH); in mc146818_set_time()
/linux/include/linux/
H A Dmc146818rtc.h60 #define RTC_DAY_OF_MONTH 7 macro
/linux/arch/m68k/atari/
H A Dtime.c269 day = RTC_READ( RTC_DAY_OF_MONTH ); in atari_tt_hwclk()
278 RTC_WRITE( RTC_DAY_OF_MONTH, day ); in atari_tt_hwclk()
/linux/arch/sh/include/asm/
H A Dsmc37c93x.h172 #define RTC_DAY_OF_MONTH 7 macro
/linux/arch/mips/include/asm/
H A Dmc146818-time.h100 day = CMOS_READ(RTC_DAY_OF_MONTH); in mc146818_get_cmos_time()
/linux/arch/mips/dec/
H A Dtime.c33 day = CMOS_READ(RTC_DAY_OF_MONTH); in read_persistent_clock64()