Searched refs:KBINRDY (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.c11 #define KBINRDY 0x01 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))
150 while ((inb(KBSTATP) & KBINRDY) == 0) /* wait input ready */
175 while ((inb(KBSTATP) & KBINRDY) == 0) /* wait input ready */
184 * register are set 0." (KBINRDY and KBOUTRDY)
187 while (inb(KBSTATP) & (KBINRDY | KBOUTRDY))
191 while (inb(KBSTATP) & (KBINRDY | KBOUTRD
[all...]

Completed in 86 milliseconds