Home
last modified time | relevance | path

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

/arch/mips/include/asm/
Dmc146818-time.h45 cmos_minutes = CMOS_READ(RTC_MINUTES); in mc146818_set_rtc_mmss()
67 CMOS_WRITE(real_minutes, RTC_MINUTES); in mc146818_set_rtc_mmss()
98 min = CMOS_READ(RTC_MINUTES); in mc146818_get_cmos_time()
/arch/mips/dec/
Dtime.c31 min = CMOS_READ(RTC_MINUTES); in read_persistent_clock64()
85 cmos_minutes = CMOS_READ(RTC_MINUTES); in update_persistent_clock64()
106 CMOS_WRITE(real_minutes, RTC_MINUTES); in update_persistent_clock64()
/arch/x86/platform/intel-mid/
Dintel_mid_vrtc.c68 min = vrtc_cmos_read(RTC_MINUTES); in vrtc_get_time()
105 vrtc_cmos_write(tm.tm_min, RTC_MINUTES); in vrtc_set_mmss()
/arch/powerpc/platforms/chrp/
Dtime.c112 chrp_cmos_clock_write(tm.tm_min,RTC_MINUTES); in chrp_set_rtc_time()
138 min = chrp_cmos_clock_read(RTC_MINUTES); in chrp_get_rtc_time()
/arch/powerpc/platforms/maple/
Dtime.c55 tm->tm_min = maple_clock_read(RTC_MINUTES); in maple_get_rtc_time()
108 maple_clock_write(min, RTC_MINUTES); in maple_set_rtc_time()
/arch/sh/include/asm/
Dsmc37c93x.h167 #define RTC_MINUTES 2 macro
/arch/m68k/atari/
Dtime.c264 min = RTC_READ( RTC_MINUTES ); in atari_tt_hwclk()
273 RTC_WRITE( RTC_MINUTES, min ); in atari_tt_hwclk()
/arch/x86/kernel/
Drtc.c89 min = CMOS_READ(RTC_MINUTES); in mach_get_cmos_time()