Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Drtc.h58 #define RTC_UIP 0x80 /* Update in progress bit */ macro
/titanic_44/usr/src/uts/sun4u/sys/
H A Dtodm5819p.h75 #define RTC_UIP 0x80 /* Update in progress bit */ macro
H A Dtodm5819.h79 #define RTC_UIP 0x80 /* Update in progress bit */ macro
H A Dtodds1287.h101 #define RTC_UIP 0x80 /* Update in progress bit */ macro
/titanic_44/usr/src/uts/sun4u/io/
H A Dtodm5819.c208 if (!(RTC_GET8(RTC_A) & RTC_UIP)) { in read_rtc()
291 if (!(RTC_GET8(RTC_A) & RTC_UIP)) { in write_rtc_time()
H A Dtodblade.c233 if (!(RTC_GET8(RTC_A) & RTC_UIP)) { in read_rtc()
337 if (!(RTC_GET8(RTC_A) & RTC_UIP)) { in write_rtc_time()
H A Dtodm5819p_rmc.c167 if (!(M5819P_DATA_REG & RTC_UIP)) { in todm5819p_rmc_get()
311 if (!(M5819P_DATA_REG & RTC_UIP)) { in write_rtc_time()
/titanic_44/usr/src/uts/i86pc/io/
H A Dtodpc_subr.c371 if (reg & RTC_UIP) { in todpc_rtcget()
395 (((struct rtc_t *)buf)->rtc_statusa & RTC_UIP)) in todpc_rtcget()