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

/freebsd-13-stable/sys/dev/ppbus/
H A Dif_plip.c120 #ifndef LPMAXSPIN1 /* DELAY factor for the lp# interfaces */
121 #define LPMAXSPIN1 8000 /* Spinning for remote intr to happen */ macro
715 spin = LPMAXSPIN1;
730 if (clpoutbyte(count & 0xFF, LPMAXSPIN1, ppbus))
732 if (clpoutbyte((count >> 8) & 0xFF, LPMAXSPIN1, ppbus))
737 if (clpoutbyte(i, LPMAXSPIN1, ppbus))
742 if (clpoutbyte(0x08, LPMAXSPIN1, ppbus))
744 if (clpoutbyte(0x00, LPMAXSPIN1, ppbus))
795 if (lpoutbyte(0x08, LPMAXSPIN1, ppbus))

Completed in 101 milliseconds