Home | History | Annotate | Download | only in boot

Lines Matching refs:inb

90 		if ((inb(KBSTATP) & KBINRDY) == 0)
92 } else while ((inb(KBSTATP) & KBINRDY) == 0)
95 dt = inb(KBDATAP);
156 while ((inb(KBSTATP) & KBINRDY) == 0)
158 dt = inb(KBDATAP);
177 while (inb(KBSTATP) & KBOUTRDY)
180 while ((inb(KBSTATP) & KBINRDY) == 0) /* wait input ready */
182 if ((c = inb(KBDATAP)) != 0x55) {
186 while (inb(KBSTATP) & KBOUTRDY)
189 while (inb(KBSTATP) & KBOUTRDY)
194 while (inb(KBSTATP) & KBOUTRDY)
211 return ((inb(KBSTATP) & KBINRDY) != 0);