Home
last modified time | relevance | path

Searched refs:RTC_DATA (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/
H A Dtodpc_subr.c371 reg = inb(RTC_DATA); in todpc_rtcget()
382 reg = inb(RTC_DATA); in todpc_rtcget()
390 *rawp++ = inb(RTC_DATA); in todpc_rtcget()
401 ((struct rtc_t *)buf)->rtc_amon = inb(RTC_DATA); in todpc_rtcget()
405 reg = inb(RTC_DATA); in todpc_rtcget()
435 reg = inb(RTC_DATA); in todpc_rtcput()
440 outb(RTC_DATA, buf[i]); in todpc_rtcput()
448 tmp = inb(RTC_DATA) & RTC_VRT; in todpc_rtcput()
450 outb(RTC_DATA, tmp); in todpc_rtcput()
454 outb(RTC_DATA, ((struct rtc_t *)buf)->rtc_amon); in todpc_rtcput()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Drtc.h50 #define RTC_DATA 0x71 /* I/O port address for data read/write */ macro