Home
last modified time | relevance | path

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

/src/sys/dev/ppbus/
H A Dif_plip.c118 #ifndef LPMAXSPIN1 /* DELAY factor for the lp# interfaces */
119 #define LPMAXSPIN1 8000 /* Spinning for remote intr to happen */ macro
703 spin = LPMAXSPIN1; in lpoutput()
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()
782 if (lpoutbyte(0x08, LPMAXSPIN1, ppbus)) in lpoutput()