Searched refs:RTC_UIP (Results 1 – 10 of 10) sorted by relevance
83 while (CMOS_READ(RTC_REG_A) & RTC_UIP); in estimate_frequencies()84 while (!(CMOS_READ(RTC_REG_A) & RTC_UIP)); in estimate_frequencies()90 while (CMOS_READ(RTC_REG_A) & RTC_UIP); in estimate_frequencies()94 while (!(CMOS_READ(RTC_REG_A) & RTC_UIP)); in estimate_frequencies()100 while (CMOS_READ(RTC_REG_A) & RTC_UIP); in estimate_frequencies()
38 if (CMOS_READ(RTC_FREQ_SELECT) & RTC_UIP) { in mc146818_avoid_UIP()57 if (CMOS_READ(RTC_FREQ_SELECT) & RTC_UIP) { in mc146818_avoid_UIP()96 if ((val & RTC_UIP) == 0) in mc146818_does_rtc_work()138 if (CMOS_READ(RTC_FREQ_SELECT) & RTC_UIP) { in mc146818_get_time()174 retry = CMOS_READ(RTC_FREQ_SELECT) & RTC_UIP; in mc146818_get_time()
66 uip = (vrtc_cmos_read(RTC_FREQ_SELECT) & RTC_UIP); in vrtc_is_updating()
383 do { } while (!(CMOS_READ(RTC_FREQ_SELECT) & RTC_UIP)); in rpcc_after_update_in_progress()384 do { } while (CMOS_READ(RTC_FREQ_SELECT) & RTC_UIP); in rpcc_after_update_in_progress()
51 # define RTC_UIP 0x80 macro
80 # define RTC_UIP 0x80 macro
176 # define RTC_UIP 0x80 macro
64 while ((vrtc_cmos_read(RTC_FREQ_SELECT) & RTC_UIP)) in vrtc_get_time()
85 while ((CMOS_READ(RTC_FREQ_SELECT) & RTC_UIP)) in mach_get_cmos_time()
253 while( RTC_READ(RTC_FREQ_SELECT) & RTC_UIP ) { in atari_tt_hwclk()