Home
last modified time | relevance | path

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

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