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

/freebsd-10-stable/sys/dev/ppbus/
H A Dif_plip.c134 #define LPIP_SHAKE 0x40 /* This bit toggles between nibble reception */ macro
595 while ((ppb_rstr(ppbus) & LPIP_SHAKE)) {
604 while ((ppb_rstr(ppbus) & LPIP_SHAKE))
614 while (!((cl = ppb_rstr(ppbus)) & LPIP_SHAKE)) {
673 while (!(ppb_rstr(ppbus) & LPIP_SHAKE))
677 while (ppb_rstr(ppbus) & LPIP_SHAKE)
789 if (ppb_rstr(ppbus) & LPIP_SHAKE) {
827 if (ppb_rstr(ppbus) & LPIP_SHAKE) {

Completed in 39 milliseconds