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

/netbsd-current/sys/dev/ppbus/
H A Dif_plip.c148 #define LPIP_SHAKE 0x40 /* This bit toggles between nibble reception */ macro
556 if (!(ppbus_rstr(ppbus) & LPIP_SHAKE))
610 while ((ppbus_rstr(ppbus) & LPIP_SHAKE)) {
621 while (!((cl = ppbus_rstr(ppbus)) & LPIP_SHAKE)) {
686 while (!(ppbus_rstr(ppbus) & LPIP_SHAKE)) {
692 while (ppbus_rstr(ppbus) & LPIP_SHAKE) {
800 if ((str & LPIP_SHAKE) ||

Completed in 138 milliseconds