Searched refs:KBD_TRANSLATION (Results 1 – 2 of 2) sorted by relevance
1469 else if ((c & KBD_TRANSLATION) == 0) { in init_keyboard()1520 c &= ~KBD_TRANSLATION; in init_keyboard()1564 KBD_KBD_CONTROL_BITS | KBD_TRANSLATION | KBD_OVERRIDE_KBD_LOCK, in init_keyboard()1565 (c & (KBD_TRANSLATION | KBD_OVERRIDE_KBD_LOCK)) in init_keyboard()1573 ? 0xff : (KBD_KBD_CONTROL_BITS | KBD_TRANSLATION | in init_keyboard()
69 #define KBD_TRANSLATION 0x0040 macro