Searched refs:tsec_watchdog (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/dev/tsec/
H A Dif_tsec.c94 static void tsec_watchdog(struct tsec_softc *sc);
538 sc->tsec_watchdog = 0;
670 tsec_watchdog(struct tsec_softc *sc) function
676 if (sc->tsec_watchdog == 0 || --sc->tsec_watchdog > 0)
772 sc->tsec_watchdog = 5;
1200 sc->tsec_watchdog = 0;
1235 tsec_watchdog(sc);
1471 sc->tsec_watchdog = 0;
H A Dif_tsec.h105 int tsec_watchdog; member in struct:tsec_softc

Completed in 186 milliseconds