Home
last modified time | relevance | path

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

/src/sys/dev/ppbus/
H A Dif_plip.c474 clpoutbyte(u_char byte, int spin, device_t ppbus) in clpoutbyte() function
718 if (clpoutbyte(count & 0xFF, LPMAXSPIN1, ppbus)) in lpoutput()
720 if (clpoutbyte((count >> 8) & 0xFF, LPMAXSPIN1, ppbus)) in lpoutput()
725 if (clpoutbyte(i, LPMAXSPIN1, ppbus)) in lpoutput()
730 if (clpoutbyte(0x08, LPMAXSPIN1, ppbus)) in lpoutput()
732 if (clpoutbyte(0x00, LPMAXSPIN1, ppbus)) in lpoutput()
742 if (clpoutbyte(*cp++, LPMAXSPIN2, ppbus)) in lpoutput()
748 if (clpoutbyte(chksum, LPMAXSPIN2, ppbus)) in lpoutput()