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

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dlptvar.h69 int sc_spinmax; member in struct:lpt_softc
H A Dlpt.c297 if (++spin < sc->sc_spinmax)
301 sc->sc_spinmax++;
325 if (spin*2 + 16 < sc->sc_spinmax)
326 sc->sc_spinmax--;
/netbsd-6-1-5-RELEASE/sys/dev/mvme/
H A Dlptvar.h52 int sc_spinmax; member in struct:lpt_softc
H A Dlpt_mvme.c262 if (++spin < sc->sc_spinmax)
266 sc->sc_spinmax++;
284 if (spin * 2 + 16 < sc->sc_spinmax)
285 sc->sc_spinmax--;
/netbsd-6-1-5-RELEASE/sys/arch/atari/dev/
H A Dlpt.c101 int sc_spinmax; member in struct:lpt_softc
285 if (++spin < sc->sc_spinmax)
289 sc->sc_spinmax++;
309 if (spin*2 + 16 < sc->sc_spinmax)
310 sc->sc_spinmax--;
/netbsd-6-1-5-RELEASE/sys/arch/acorn26/ioc/
H A Darcpp.c85 int sc_spinmax; member in struct:arcpp_softc

Completed in 131 milliseconds