Searched refs:RTC_UIP (Results 1 – 8 of 8) sorted by relevance
58 #define RTC_UIP 0x80 /* Update in progress bit */ macro
75 #define RTC_UIP 0x80 /* Update in progress bit */ macro
79 #define RTC_UIP 0x80 /* Update in progress bit */ macro
101 #define RTC_UIP 0x80 /* Update in progress bit */ macro
208 if (!(RTC_GET8(RTC_A) & RTC_UIP)) { in read_rtc()291 if (!(RTC_GET8(RTC_A) & RTC_UIP)) { in write_rtc_time()
233 if (!(RTC_GET8(RTC_A) & RTC_UIP)) { in read_rtc()337 if (!(RTC_GET8(RTC_A) & RTC_UIP)) { in write_rtc_time()
167 if (!(M5819P_DATA_REG & RTC_UIP)) { in todm5819p_rmc_get()311 if (!(M5819P_DATA_REG & RTC_UIP)) { in write_rtc_time()
371 if (reg & RTC_UIP) { in todpc_rtcget()395 (((struct rtc_t *)buf)->rtc_statusa & RTC_UIP)) in todpc_rtcget()