Searched refs:RTC_VRT (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Drtc.h90 #define RTC_VRT 0x80 /* Valid RAM and time bit */ macro
/illumos-gate/usr/src/uts/i86pc/io/
H A Dtodpc_subr.c363 if ((reg & RTC_VRT) == 0)
435 /* preserve RTC_VRT bit; some virt envs accept writes there */
436 tmp = inb(RTC_DATA) & RTC_VRT;
437 tmp |= ((struct rtc_t *)buf)->rtc_adom & ~RTC_VRT;
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dtodds1287.h125 #define RTC_VRT 0x80 /* Valid RAM and time bit */ macro
H A Dtodm5819.h103 #define RTC_VRT 0x80 /* Valid RAM and time bit */ macro

Completed in 46 milliseconds