Home | Sort by: relevance | last modified time | path |
/src/sys/dev/ic/ | |
lptvar.h | 69 int sc_spinmax; member in struct:lpt_softc |
/src/sys/dev/mvme/ | |
lptvar.h | 52 int sc_spinmax; member in struct:lpt_softc |
/src/sys/arch/atari/dev/ | |
lpt.c | 101 int sc_spinmax; member in struct:lpt_softc 295 if (++spin < sc->sc_spinmax) 299 sc->sc_spinmax++; 319 if (spin*2 + 16 < sc->sc_spinmax) 320 sc->sc_spinmax--; |