HomeSort by: relevance | last modified time | path
    Searched refs:sc_watchdog (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ic/
wd33c93var.h 126 struct callout sc_watchdog; member in struct:wd33c93_softc
ncr53c9xvar.h 272 struct callout sc_watchdog; /* periodic timer */ member in struct:ncr53c9x_softc
wd33c93.c 206 callout_init(&sc->sc_watchdog, 0);
262 callout_reset(&sc->sc_watchdog, 60 * hz, wd33c93_watchdog, sc);
2330 callout_reset(&sc->sc_watchdog, 60 * hz, wd33c93_watchdog, sc);
ncr53c9x.c 199 callout_init(&sc->sc_watchdog, 0);
302 callout_reset(&sc->sc_watchdog, 60 * hz, ncr53c9x_watch, sc);
312 callout_stop(&sc->sc_watchdog);
2984 callout_reset(&sc->sc_watchdog, 60 * hz, ncr53c9x_watch, sc);

Completed in 51 milliseconds