spin 165 dev/ic/lpt.c int spin;
spin 201 dev/ic/lpt.c for (spin = 0; NOT_READY_ERR(); spin += STEP) {
spin 202 dev/ic/lpt.c if (spin >= TIMEOUT) {
spin 307 dev/ic/lpt.c int spin, tic;
spin 311 dev/ic/lpt.c spin = 0;
spin 313 dev/ic/lpt.c if (++spin < sc->sc_spinmax)
spin 338 dev/ic/lpt.c if (spin*2 + 16 < sc->sc_spinmax)
spin 438 dev/usb/ulpt.c int spin, error;
spin 462 dev/usb/ulpt.c for (spin = 0; (ulpt_status(sc) & LPS_SELECT) == 0; spin += STEP) {
spin 464 dev/usb/ulpt.c if (spin >= TIMEOUT) {