HomeSort by: relevance | last modified time | path
    Searched refs:KBSTATP (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/bebox/stand/boot/
kbd.c 57 #define KBSTATP 0x64 /* kbd status port */
90 if ((inb(KBSTATP) & KBINRDY) == 0)
92 } else while ((inb(KBSTATP) & KBINRDY) == 0)
156 while ((inb(KBSTATP) & KBINRDY) == 0)
177 while (inb(KBSTATP) & KBOUTRDY)
179 outb(KBSTATP, 0xAA);
180 while ((inb(KBSTATP) & KBINRDY) == 0) /* wait input ready */
186 while (inb(KBSTATP) & KBOUTRDY)
188 outb(KBSTATP, 0x60);
189 while (inb(KBSTATP) & KBOUTRDY
    [all...]
  /src/sys/arch/prep/stand/boot/
kbd.c 57 #define KBSTATP 0x64 /* kbd status port */
90 if ((inb(KBSTATP) & KBINRDY) == 0)
92 } else while ((inb(KBSTATP) & KBINRDY) == 0)
156 while ((inb(KBSTATP) & KBINRDY) == 0)
177 while (inb(KBSTATP) & KBOUTRDY)
179 outb(KBSTATP, 0xAA);
180 while ((inb(KBSTATP) & KBINRDY) == 0) /* wait input ready */
186 while (inb(KBSTATP) & KBOUTRDY)
188 outb(KBSTATP, 0x60);
189 while (inb(KBSTATP) & KBOUTRDY
    [all...]
  /src/sys/arch/arc/include/
kbdreg.h 38 #define KBSTATP (0x61) /* controller status port (I) */
  /src/sys/dev/ic/
i8042reg.h 3 #define KBSTATP 4 /* kbd controller status port (I) */
  /src/sys/arch/shark/shark/
i8042reg.h 45 #define KBSTATP 0x64 /* kbd controller status port (I) */

Completed in 16 milliseconds