Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/input/
H A Dpc_keyb.c191 | KBD_MODE_KCC); in kbd_initialize()
195 if (!(kbd_wait_for_input() & KBD_MODE_KCC)) { in kbd_initialize()
H A Dps2mult.c265 command_byte = val & ~KBD_MODE_KCC; in ps2mult_write_output()
/OK3568_Linux_fs/u-boot/include/
H A Dpc_keyb.h91 #define KBD_MODE_KCC 0x40 /* Scan code conversion to PC format */ macro