Home
last modified time | relevance | path

Searched refs:sc_watchdog (Results 1 – 4 of 4) sorted by relevance

/netbsd/sys/dev/ic/
H A Dwd33c93var.h126 struct callout sc_watchdog; member
H A Dncr53c9xvar.h272 struct callout sc_watchdog; /* periodic timer */ member
H A Dncr53c9x.c199 callout_init(&sc->sc_watchdog, 0); in ncr53c9x_attach()
302 callout_reset(&sc->sc_watchdog, 60 * hz, ncr53c9x_watch, sc); in ncr53c9x_attach()
312 callout_stop(&sc->sc_watchdog); in ncr53c9x_detach()
2984 callout_reset(&sc->sc_watchdog, 60 * hz, ncr53c9x_watch, sc); in ncr53c9x_watch()
H A Dwd33c93.c206 callout_init(&sc->sc_watchdog, 0); in wd33c93_attach()
262 callout_reset(&sc->sc_watchdog, 60 * hz, wd33c93_watchdog, sc); in wd33c93_init()
2330 callout_reset(&sc->sc_watchdog, 60 * hz, wd33c93_watchdog, sc); in wd33c93_watchdog()