Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/jazz/
Dreset.c10 #define KBD_STAT_IBF 0x02 /* Keyboard input buffer full */ macro
18 } while (status & KBD_STAT_IBF); in jazz_write_output()
28 } while (status & KBD_STAT_IBF); in jazz_write_command()