Searched refs:KBS_IBF (Results 1 – 3 of 3) sorted by relevance
75 while (inb(IO_KBD + KBSTATP) & KBS_IBF); in gateA20()81 while (inb(IO_KBD + KBSTATP) & KBS_IBF); in gateA20()87 while (inb(IO_KBD + KBSTATP) & KBS_IBF); in gateA20()
6 #define KBS_IBF 0x02 /* kbd input buffer low */ macro
116 if (!(bus_space_read_1(iot, ioh_c, 0) & KBS_IBF)) {