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

/freebsd-10-stable/sys/dev/ppbus/
H A Dif_plip.c481 clpoutbyte(u_char byte, int spin, device_t ppbus) function
729 if (clpoutbyte(count & 0xFF, LPMAXSPIN1, ppbus))
731 if (clpoutbyte((count >> 8) & 0xFF, LPMAXSPIN1, ppbus))
736 if (clpoutbyte(i, LPMAXSPIN1, ppbus))
741 if (clpoutbyte(0x08, LPMAXSPIN1, ppbus))
743 if (clpoutbyte(0x00, LPMAXSPIN1, ppbus))
753 if (clpoutbyte(*cp++, LPMAXSPIN2, ppbus))
759 if (clpoutbyte(chksum, LPMAXSPIN2, ppbus))

Completed in 101 milliseconds