Searched refs:KBD_MODE_KCC (Results 1 – 3 of 3) sorted by relevance
191 | KBD_MODE_KCC); in kbd_initialize()195 if (!(kbd_wait_for_input() & KBD_MODE_KCC)) { in kbd_initialize()
265 command_byte = val & ~KBD_MODE_KCC; in ps2mult_write_output()
91 #define KBD_MODE_KCC 0x40 /* Scan code conversion to PC format */ macro