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

/freebsd-13-stable/sys/dev/ppbus/
H A Dif_plip.c137 #define LPIP_SHAKE 0x40 /* This bit toggles between nibble reception */ macro
597 while ((ppb_rstr(ppbus) & LPIP_SHAKE)) {
605 while ((ppb_rstr(ppbus) & LPIP_SHAKE))
615 while (!((cl = ppb_rstr(ppbus)) & LPIP_SHAKE)) {
674 while (!(ppb_rstr(ppbus) & LPIP_SHAKE))
678 while (ppb_rstr(ppbus) & LPIP_SHAKE)
790 if (ppb_rstr(ppbus) & LPIP_SHAKE) {
828 if (ppb_rstr(ppbus) & LPIP_SHAKE) {

Completed in 55 milliseconds