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

/freebsd-current/stand/i386/libi386/
H A Dtextvidc.c540 #define KBD_DATA_PORT 0 /* data port, read/write macro
601 inb(IO_KBD + KBD_DATA_PORT);
612 inb(IO_KBD + KBD_DATA_PORT);
620 outb(IO_KBD + KBD_DATA_PORT, KBDC_ECHO);
632 i = inb(IO_KBD + KBD_DATA_PORT);
H A Dvidconsole.c1145 #define KBD_DATA_PORT 0 /* data port, read/write macro
1203 inb(IO_KBD + KBD_DATA_PORT);
1215 inb(IO_KBD + KBD_DATA_PORT);
1223 outb(IO_KBD + KBD_DATA_PORT, KBDC_ECHO);
1236 i = inb(IO_KBD + KBD_DATA_PORT);
/freebsd-current/usr.sbin/bhyve/amd64/
H A Datkbdc.c56 #define KBD_DATA_PORT 0x60 macro
536 iop.port = KBD_DATA_PORT;
607 dsdt_fixed_ioport(KBD_DATA_PORT, 1);
621 dsdt_fixed_ioport(KBD_DATA_PORT, 1);
/freebsd-current/sys/dev/atkbdc/
H A Datkbdcreg.h42 #define KBD_DATA_PORT 0 /* data port, read/write macro
76 /* keyboard device commands (sent to KBD_DATA_PORT) */
87 /* aux device commands (sent to KBD_DATA_PORT) */

Completed in 129 milliseconds