Searched refs:IO_RTC (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/sys/x86/isa/
H A Disa.h59 #define IO_RTC 0x070 /* RTC */ macro
60 #define IO_NMI IO_RTC /* NMI Control */
H A Datrtc.c77 outb(IO_RTC, reg);
81 val = inb(IO_RTC + 1);
93 outb(IO_RTC, reg);
97 outb(IO_RTC + 1, val);
249 IO_RTC, IO_RTC + 1, 2, RF_ACTIVE);
/freebsd-10-stable/sys/pc98/cbus/
H A Dpcrtc.c57 outb(IO_RTC, ((i&0x01)<<5)|0x07);
59 outb(IO_RTC, ((i&0x01)<<5)|0x17);
61 outb(IO_RTC, ((i&0x01)<<5)|0x07);
72 outb(IO_RTC, 0x07);
74 outb(IO_RTC, 0x0f);
76 outb(IO_RTC, 0x07);
88 outb(IO_RTC, sa); /* set DI & CLK 0 */
90 outb(IO_RTC, sa | 0x10); /* CLK 1 */
93 outb(IO_RTC, sa & 0xef); /* CLK 0 */
104 outb(IO_RTC,
[all...]
H A Dcbus.h57 #define IO_RTC 0x020 /* 4990A RTC */ macro
/freebsd-10-stable/sys/isa/
H A Disareg.h59 #define IO_RTC 0x070 /* RTC */ macro
60 #define IO_NMI IO_RTC /* NMI Control */
/freebsd-10-stable/usr.sbin/bhyve/
H A Drtc.c44 #define IO_RTC 0x70 macro
117 dsdt_fixed_ioport(IO_RTC, 2);
/freebsd-10-stable/sys/amd64/vmm/
H A Dvmm_ioport.c58 [IO_RTC] = vrtc_addr_handler,
59 [IO_RTC + 1] = vrtc_data_handler,

Completed in 92 milliseconds