Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/atari/dev/
Dlpt.c101 int sc_spinmax; member
295 if (++spin < sc->sc_spinmax) in pushbytes()
299 sc->sc_spinmax++; in pushbytes()
319 if (spin*2 + 16 < sc->sc_spinmax) in pushbytes()
320 sc->sc_spinmax--; in pushbytes()
/netbsd/src/sys/dev/mvme/
Dlpt_mvme.c272 if (++spin < sc->sc_spinmax) in pushbytes()
276 sc->sc_spinmax++; in pushbytes()
294 if (spin * 2 + 16 < sc->sc_spinmax) in pushbytes()
295 sc->sc_spinmax--; in pushbytes()
Dlptvar.h52 int sc_spinmax; member
/netbsd/src/sys/dev/ic/
Dlpt.c307 if (++spin < sc->sc_spinmax) in lptpushbytes()
311 sc->sc_spinmax++; in lptpushbytes()
335 if (spin*2 + 16 < sc->sc_spinmax) in lptpushbytes()
336 sc->sc_spinmax--; in lptpushbytes()
Dlptvar.h69 int sc_spinmax; member