Home
last modified time | relevance | path

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

/arch/cris/include/asm/
Drtc.h11 # define RTC_MONTH 4 macro
47 # define RTC_MONTH 0x07 macro
/arch/powerpc/platforms/chrp/
Dtime.c111 chrp_cmos_clock_write(tm.tm_mon,RTC_MONTH); in chrp_set_rtc_time()
138 mon = chrp_cmos_clock_read(RTC_MONTH); in chrp_get_rtc_time()
/arch/m32r/include/asm/
Drtc.h9 # define RTC_MONTH 4 macro
/arch/cris/arch-v10/drivers/
Dpcf8563.c87 case RTC_MONTH: in pcf8563_readreg()
118 tm->tm_mon = rtc_read(RTC_MONTH); in get_rtc_time()
296 rtc_write(RTC_MONTH, tm.tm_mon); in pcf8563_ioctl()
Dds1302.c214 rtc_tm->tm_mon = CMOS_READ(RTC_MONTH); in get_rtc_time()
306 CMOS_WRITE(mon, RTC_MONTH); in rtc_ioctl()
/arch/powerpc/platforms/maple/
Dtime.c64 tm->tm_mon = maple_clock_read(RTC_MONTH); in maple_get_rtc_time()
116 maple_clock_write(mon, RTC_MONTH); in maple_set_rtc_time()
/arch/sh/include/asm/
Dsmc37c93x.h172 #define RTC_MONTH 8 macro
/arch/mips/include/asm/
Dmc146818-time.h101 mon = CMOS_READ(RTC_MONTH); in mc146818_get_cmos_time()
/arch/cris/kernel/
Dtime.c111 mon = CMOS_READ(RTC_MONTH); in get_cmos_time()
/arch/mips/dec/
Dtime.c33 mon = CMOS_READ(RTC_MONTH); in read_persistent_clock()
/arch/x86/platform/mrst/
Dvrtc.c74 mon = vrtc_cmos_read(RTC_MONTH); in vrtc_get_time()
/arch/m68k/atari/
Dtime.c236 mon = RTC_READ( RTC_MONTH ); in atari_tt_hwclk()
245 RTC_WRITE( RTC_MONTH, mon ); in atari_tt_hwclk()
/arch/x86/kernel/
Drtc.c126 mon = CMOS_READ(RTC_MONTH); in mach_get_cmos_time()
/arch/alpha/kernel/
Dtime.c126 mon = CMOS_READ(RTC_MONTH); in read_persistent_clock()