Home
last modified time | relevance | path

Searched refs:RTC_SECONDS (Results 1 – 5 of 5) sorted by relevance

/arch/mips/dec/
A Dtime.c30 sec = CMOS_READ(RTC_SECONDS); in read_persistent_clock64()
42 } while (sec != CMOS_READ(RTC_SECONDS)); in read_persistent_clock64()
105 CMOS_WRITE(real_seconds, RTC_SECONDS); in update_persistent_clock64()
/arch/powerpc/platforms/chrp/
A Dtime.c109 chrp_cmos_clock_write(tm.tm_sec,RTC_SECONDS); in chrp_set_rtc_time()
135 sec = chrp_cmos_clock_read(RTC_SECONDS); in chrp_get_rtc_time()
141 } while (sec != chrp_cmos_clock_read(RTC_SECONDS)); in chrp_get_rtc_time()
/arch/mips/mti-malta/
A Dmalta-time.c86 secs1 = CMOS_READ(RTC_SECONDS); in estimate_frequencies()
96 secs2 = CMOS_READ(RTC_SECONDS); in estimate_frequencies()
/arch/sh/include/asm/
A Dsmc37c93x.h165 #define RTC_SECONDS 0 macro
/arch/m68k/atari/
A Dtime.c266 sec = RTC_READ( RTC_SECONDS ); in atari_tt_hwclk()
275 RTC_WRITE( RTC_SECONDS, sec ); in atari_tt_hwclk()

Completed in 10 milliseconds