Searched refs:KBD_DISABLE_KBD_PORT (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/sys/dev/atkbdc/
H A Datkbdcreg.h66 #define KBD_DISABLE_KBD_PORT 0x0010 macro
73 #define KBD_KBD_CONTROL_BITS (KBD_DISABLE_KBD_PORT | KBD_ENABLE_KBD_INT)
H A Datkbd.c1243 ((port) ? KBD_ENABLE_KBD_PORT : KBD_DISABLE_KBD_PORT)
1516 KBD_DISABLE_KBD_PORT | KBD_DISABLE_KBD_INT
H A Datkbdc.c1172 if (command & KBD_DISABLE_KBD_PORT) {
H A Dpsm.c1262 KBD_DISABLE_KBD_PORT | KBD_DISABLE_KBD_INT |
1449 KBD_DISABLE_KBD_PORT | KBD_DISABLE_KBD_INT |
2261 KBD_DISABLE_KBD_PORT | KBD_DISABLE_KBD_INT |
2310 KBD_DISABLE_KBD_PORT | KBD_DISABLE_KBD_INT |
2499 KBD_DISABLE_KBD_PORT | KBD_DISABLE_KBD_INT |
/freebsd-current/usr.sbin/bhyve/amd64/
H A Datkbdc.c85 #define KBD_DISABLE_KBD_PORT 0x10 macro
89 #define KBD_KBD_CONTROL_BITS (KBD_DISABLE_KBD_PORT | KBD_ENABLE_KBD_INT)
443 sc->ram[0] |= KBD_DISABLE_KBD_PORT;
446 sc->ram[0] &= ~KBD_DISABLE_KBD_PORT;
491 } else if (sc->kbd.bcnt > 0 && (sc->ram[0] & KBD_DISABLE_KBD_PORT) == 0) {

Completed in 170 milliseconds