Home
last modified time | relevance | path

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

/src/sys/dev/ppbus/
H A Dif_plip.c135 #define LPIP_SHAKE 0x40 /* This bit toggles between nibble reception */ macro
586 while ((ppb_rstr(ppbus) & LPIP_SHAKE)) { in lp_intr()
594 while ((ppb_rstr(ppbus) & LPIP_SHAKE)) in lp_intr()
604 while (!((cl = ppb_rstr(ppbus)) & LPIP_SHAKE)) { in lp_intr()
662 while (!(ppb_rstr(ppbus) & LPIP_SHAKE)) in lpoutbyte()
666 while (ppb_rstr(ppbus) & LPIP_SHAKE) in lpoutbyte()
777 if (ppb_rstr(ppbus) & LPIP_SHAKE) { in lpoutput()
814 if (ppb_rstr(ppbus) & LPIP_SHAKE) { in lpoutput()