Home
last modified time | relevance | path

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

/linux-5.19.10/arch/mips/jazz/
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()