Searched refs:IO_RTC (Results 1 – 4 of 4) sorted by relevance
104 outb(IO_RTC, reg); in rtcin_locked()108 return (inb(IO_RTC + 1)); in rtcin_locked()117 outb(IO_RTC, reg); in rtcout_locked()121 outb(IO_RTC + 1, val); in rtcout_locked()482 IO_RTC, IO_RTC + 1, 2, RF_ACTIVE); in atrtc_attach()
42 #define IO_RTC 0x70 macro115 dsdt_fixed_ioport(IO_RTC, 2); in rtc_dsdt()
58 [IO_RTC] = vrtc_addr_handler,59 [IO_RTC + 1] = vrtc_data_handler,
49 #define IO_RTC 0x070 /* RTC */ macro