Searched refs:KBD_TRANSLATION (Results 1 – 3 of 3) sorted by relevance
1404 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()
62 #define KBD_TRANSLATION 0x0040 macro
83 #define KBD_TRANSLATION 0x40 macro220 if (sc->ram[0] & KBD_TRANSLATION) { in atkbdc_kbd_read()