Searched refs:RTC_DATA (Results 1 – 2 of 2) sorted by relevance
371 reg = inb(RTC_DATA); in todpc_rtcget()382 reg = inb(RTC_DATA); in todpc_rtcget()390 *rawp++ = inb(RTC_DATA); in todpc_rtcget()393 ((struct rtc_t *)buf)->rtc_century = inb(RTC_DATA); in todpc_rtcget()397 ((struct rtc_t *)buf)->rtc_adom = inb(RTC_DATA) & 0x3f; 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()437 outb(RTC_DATA, reg | RTC_SET); /* allow time set now */ in todpc_rtcput()440 outb(RTC_DATA, buf[i]); in todpc_rtcput()[all …]
50 #define RTC_DATA 0x71 /* I/O port address for data read/write */ macro