HomeSort by: relevance | last modified time | path
    Searched defs:KBINRDY (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/bebox/stand/boot/
kbd.c 58 #define KBINRDY 0x01
90 if ((inb(KBSTATP) & KBINRDY) == 0)
92 } else while ((inb(KBSTATP) & KBINRDY) == 0)
156 while ((inb(KBSTATP) & KBINRDY) == 0)
180 while ((inb(KBSTATP) & KBINRDY) == 0) /* wait input ready */
211 return ((inb(KBSTATP) & KBINRDY) != 0);
  /src/sys/arch/prep/stand/boot/
kbd.c 58 #define KBINRDY 0x01
90 if ((inb(KBSTATP) & KBINRDY) == 0)
92 } else while ((inb(KBSTATP) & KBINRDY) == 0)
156 while ((inb(KBSTATP) & KBINRDY) == 0)
180 while ((inb(KBSTATP) & KBINRDY) == 0) /* wait input ready */

Completed in 14 milliseconds