Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/ppbus/
HDif_plip.c131 #define CLPIP_SHAKE 0x80 /* This bit toggles between nibble reception */ macro
478 while (ppb_rstr(ppbus) & CLPIP_SHAKE) in clpoutbyte()
483 while (!(ppb_rstr(ppbus) & CLPIP_SHAKE)) in clpoutbyte()
495 while ((ppb_rstr(ppbus) & CLPIP_SHAKE)) in clpinbyte()
502 while (!(ppb_rstr(ppbus) & CLPIP_SHAKE)) in clpinbyte()
697 if (!(ppb_rstr(ppbus) & CLPIP_SHAKE)) { in lpoutput()
769 if (!(ppb_rstr(ppbus) & CLPIP_SHAKE)) { in lpoutput()