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

  /src/sys/arch/bebox/stand/boot/
kbd.c 59 #define KBOUTRDY 0x02
177 while (inb(KBSTATP) & KBOUTRDY)
186 while (inb(KBSTATP) & KBOUTRDY)
189 while (inb(KBSTATP) & KBOUTRDY)
194 while (inb(KBSTATP) & KBOUTRDY)
  /src/sys/arch/prep/stand/boot/
kbd.c 59 #define KBOUTRDY 0x02
177 while (inb(KBSTATP) & KBOUTRDY)
186 while (inb(KBSTATP) & KBOUTRDY)
189 while (inb(KBSTATP) & KBOUTRDY)
194 while (inb(KBSTATP) & KBOUTRDY)

Completed in 96 milliseconds