Searched refs:KBD_TRANSLATION (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/dev/atkbdc/
H A Datkbdcreg.h62 #define KBD_TRANSLATION 0x0040 macro
H A Datkbd.c1404 else if ((c & KBD_TRANSLATION) == 0) {
1452 c &= ~KBD_TRANSLATION;
1480 KBD_KBD_CONTROL_BITS | KBD_TRANSLATION | KBD_OVERRIDE_KBD_LOCK,
1481 (c & (KBD_TRANSLATION | KBD_OVERRIDE_KBD_LOCK))
1489 ? 0xff : (KBD_KBD_CONTROL_BITS | KBD_TRANSLATION |
/freebsd-current/usr.sbin/bhyve/amd64/
H A Datkbdc.c83 #define KBD_TRANSLATION 0x40 macro
220 if (sc->ram[0] & KBD_TRANSLATION) {

Completed in 124 milliseconds