Home
last modified time | relevance | path

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

/arch/x86/platform/intel-mid/
Dintel_mid_vrtc.c69 hour = vrtc_cmos_read(RTC_HOURS); in vrtc_get_time()
104 vrtc_cmos_write(tm.tm_hour, RTC_HOURS); in vrtc_set_mmss()
/arch/powerpc/platforms/chrp/
Dtime.c113 chrp_cmos_clock_write(tm.tm_hour,RTC_HOURS); in chrp_set_rtc_time()
139 hour = chrp_cmos_clock_read(RTC_HOURS); in chrp_get_rtc_time()
/arch/powerpc/platforms/maple/
Dtime.c57 tm->tm_hour = maple_clock_read(RTC_HOURS); in maple_get_rtc_time()
110 maple_clock_write(hour, RTC_HOURS); in maple_set_rtc_time()
/arch/sh/include/asm/
Dsmc37c93x.h169 #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.c32 hour = CMOS_READ(RTC_HOURS); in read_persistent_clock64()
/arch/m68k/atari/
Dtime.c265 hour = RTC_READ( RTC_HOURS ); in atari_tt_hwclk()
274 RTC_WRITE( RTC_HOURS, hour + pm); in atari_tt_hwclk()
/arch/x86/kernel/
Drtc.c90 hour = CMOS_READ(RTC_HOURS); in mach_get_cmos_time()