Home
last modified time | relevance | path

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

/arch/x86/platform/intel-mid/
Dintel_mid_vrtc.c72 hour = vrtc_cmos_read(RTC_HOURS); in vrtc_get_time()
107 vrtc_cmos_write(tm.tm_hour, RTC_HOURS); in vrtc_set_mmss()
/arch/powerpc/platforms/chrp/
Dtime.c112 chrp_cmos_clock_write(tm.tm_hour,RTC_HOURS); in chrp_set_rtc_time()
138 hour = chrp_cmos_clock_read(RTC_HOURS); in chrp_get_rtc_time()
/arch/m32r/include/asm/
Drtc.h7 # define RTC_HOURS 2 macro
/arch/powerpc/platforms/maple/
Dtime.c62 tm->tm_hour = maple_clock_read(RTC_HOURS); in maple_get_rtc_time()
115 maple_clock_write(hour, RTC_HOURS); in maple_set_rtc_time()
/arch/sh/include/asm/
Dsmc37c93x.h168 #define RTC_HOURS 4 macro
/arch/mips/include/asm/
Dmc146818-time.h99 hour = CMOS_READ(RTC_HOURS); in mc146818_get_cmos_time()
/arch/mips/dec/
Dtime.c31 hour = CMOS_READ(RTC_HOURS); in read_persistent_clock()
/arch/m68k/atari/
Dtime.c246 hour = RTC_READ( RTC_HOURS ); in atari_tt_hwclk()
255 RTC_WRITE( RTC_HOURS, hour + pm); in atari_tt_hwclk()
/arch/x86/kernel/
Drtc.c80 hour = CMOS_READ(RTC_HOURS); in mach_get_cmos_time()