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

/linux-master/arch/powerpc/platforms/chrp/
H A Dtime.c113 chrp_cmos_clock_write(tm.tm_mday,RTC_DAY_OF_MONTH);
138 day = chrp_cmos_clock_read(RTC_DAY_OF_MONTH);
/linux-master/arch/powerpc/platforms/maple/
H A Dtime.c57 tm->tm_mday = maple_clock_read(RTC_DAY_OF_MONTH);
111 maple_clock_write(mday, RTC_DAY_OF_MONTH);
/linux-master/arch/mips/include/asm/
H A Dmc146818-time.h100 day = CMOS_READ(RTC_DAY_OF_MONTH);
/linux-master/include/linux/
H A Dmc146818rtc.h60 #define RTC_DAY_OF_MONTH 7 macro
/linux-master/arch/mips/dec/
H A Dtime.c33 day = CMOS_READ(RTC_DAY_OF_MONTH);
/linux-master/drivers/rtc/
H A Drtc-mc146818-lib.c124 p->time->tm_mday = CMOS_READ(RTC_DAY_OF_MONTH);
294 CMOS_WRITE(day, RTC_DAY_OF_MONTH);
/linux-master/arch/sh/include/asm/
H A Dsmc37c93x.h172 #define RTC_DAY_OF_MONTH 7 macro
/linux-master/arch/m68k/atari/
H A Dtime.c269 day = RTC_READ( RTC_DAY_OF_MONTH );
278 RTC_WRITE( RTC_DAY_OF_MONTH, day );

Completed in 327 milliseconds