Home
last modified time | relevance | path

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

/arch/cris/include/asm/
Drtc.h10 # define RTC_DAY_OF_MONTH 3 macro
45 # define RTC_DAY_OF_MONTH 0x05 macro
/arch/powerpc/platforms/chrp/
Dtime.c112 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()
/arch/m32r/include/asm/
Drtc.h8 # define RTC_DAY_OF_MONTH 3 macro
/arch/cris/arch-v10/drivers/
Dpcf8563.c81 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()
Dds1302.c213 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()
/arch/powerpc/platforms/maple/
Dtime.c63 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()
/arch/sh/include/asm/
Dsmc37c93x.h171 #define RTC_DAY_OF_MONTH 7 macro
/arch/mips/include/asm/
Dmc146818-time.h100 day = CMOS_READ(RTC_DAY_OF_MONTH); in mc146818_get_cmos_time()
/arch/cris/kernel/
Dtime.c110 day = CMOS_READ(RTC_DAY_OF_MONTH); in get_cmos_time()
/arch/mips/dec/
Dtime.c32 day = CMOS_READ(RTC_DAY_OF_MONTH); in read_persistent_clock()
/arch/x86/platform/mrst/
Dvrtc.c73 mday = vrtc_cmos_read(RTC_DAY_OF_MONTH); in vrtc_get_time()
/arch/m68k/atari/
Dtime.c235 day = RTC_READ( RTC_DAY_OF_MONTH ); in atari_tt_hwclk()
244 RTC_WRITE( RTC_DAY_OF_MONTH, day ); in atari_tt_hwclk()
/arch/x86/kernel/
Drtc.c125 day = CMOS_READ(RTC_DAY_OF_MONTH); in mach_get_cmos_time()
/arch/alpha/kernel/
Dtime.c125 day = CMOS_READ(RTC_DAY_OF_MONTH); in read_persistent_clock()