Home
last modified time | relevance | path

Searched refs:KBD_STAT_IBF (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/arch/mips/jazz/
H A Dreset.c11 #define KBD_STAT_IBF 0x02 /* Keyboard input buffer full */ macro
19 } while (status & KBD_STAT_IBF); in jazz_write_output()
29 } while (status & KBD_STAT_IBF); in jazz_write_command()
/OK3568_Linux_fs/u-boot/drivers/input/
H A Dps2mult.c119 status |= KBD_STAT_IBF | KBD_STAT_OBF; in ps2mult_receive_byte()
131 status |= KBD_STAT_IBF | KBD_STAT_OBF | KBD_STAT_MOUSE_OBF; in ps2mult_receive_byte()
H A Dpc_keyb.c97 if (!(status & KBD_STAT_IBF)) in kb_wait()
/OK3568_Linux_fs/u-boot/include/
H A Dpc_keyb.h72 #define KBD_STAT_IBF 0x02 /* Keyboard input buffer full */ macro