Searched refs:kbd_keyhigh (Results 1 – 1 of 1) sorted by relevance
257 static unsigned char kbd_keyhigh = 0; in handle_rawcode() local333 kbd_keyhigh = keyval; in handle_rawcode()339 kbd_keyhigh = keyval; in handle_rawcode()356 if (((kbd_keyhigh ^ keyval) & 0xf0) == 0) in handle_rawcode()357 a5kkbd_key ((keyval & 0x0f) | ((kbd_keyhigh << 4) & 0xf0), 0); in handle_rawcode()367 if (((kbd_keyhigh ^ keyval) & 0xf0) == 0) in handle_rawcode()368 a5kkbd_key ((keyval & 0x0f) | ((kbd_keyhigh << 4) & 0xf0), UP_FLAG); in handle_rawcode()