sc_watchdog       196 dev/ic/ncr53c9x.c 	timeout_set(&sc->sc_watchdog, ncr53c9x_watch, sc);
sc_watchdog       280 dev/ic/ncr53c9x.c 	timeout_add(&sc->sc_watchdog, 60*hz);
sc_watchdog      2843 dev/ic/ncr53c9x.c 	timeout_add(&sc->sc_watchdog, 60*hz);
sc_watchdog       268 dev/ic/ncr53c9xvar.h 	struct timeout sc_watchdog;		/* periodic timer */