Home | History | Annotate | Download | only in boot

Lines Matching refs:KBSTATP

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)
194 while (inb(KBSTATP) & KBOUTRDY)
196 outb(KBSTATP, 0xAE);