Searched refs:RTC_SECONDS (Results 1 – 5 of 5) sorted by relevance
30 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()
109 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()
86 secs1 = CMOS_READ(RTC_SECONDS); in estimate_frequencies()96 secs2 = CMOS_READ(RTC_SECONDS); in estimate_frequencies()
165 #define RTC_SECONDS 0 macro
266 sec = RTC_READ( RTC_SECONDS ); in atari_tt_hwclk()275 RTC_WRITE( RTC_SECONDS, sec ); in atari_tt_hwclk()
Completed in 10 milliseconds