Searched refs:KBSTATP (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/lib/
H A Dkbd.c10 #define KBSTATP 0x64 /* kbd status port */ macro
26 if ((inb(KBSTATP) & KBINRDY) == 0)
28 } else while((inb(KBSTATP) & KBINRDY) == 0) ;
68 while((inb(KBSTATP) & KBINRDY) == 0) ;
137 while ((inb(KBSTATP) & KBINRDY))
145 while (inb(KBSTATP) & KBOUTRDY)
148 outb(KBSTATP,0xAA);
150 while ((inb(KBSTATP) & KBINRDY) == 0) /* wait input ready */
161 while (inb(KBSTATP) & KBOUTRDY)
163 outb(KBSTATP,
[all...]

Completed in 37 milliseconds