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

/netbsd-current/sys/dev/ppbus/
H A Dif_plip.c126 #ifndef LPMAXSPIN1 /* DELAY factor for the lp# interfaces */
127 #define LPMAXSPIN1 8000 /* Spinning for remote intr to happen */ macro
828 spin = LPMAXSPIN1;
836 if (clpoutbyte(count & 0xFF, LPMAXSPIN1, ppbus))
838 if (clpoutbyte((count >> 8) & 0xFF, LPMAXSPIN1, ppbus))
844 if (clpoutbyte(i, LPMAXSPIN1, ppbus))
849 if (clpoutbyte(0x08, LPMAXSPIN1, ppbus))
851 if (clpoutbyte(0x00, LPMAXSPIN1, ppbus))
880 if (lpoutbyte(0x08, LPMAXSPIN1, ppbus))

Completed in 126 milliseconds