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

/freebsd-10.2-release/sys/dev/tsec/
H A Dif_tsec.c94 static void tsec_watchdog(struct tsec_softc *sc);
547 sc->tsec_watchdog = 0;
679 tsec_watchdog(struct tsec_softc *sc) function
685 if (sc->tsec_watchdog == 0 || --sc->tsec_watchdog > 0)
781 sc->tsec_watchdog = 5;
1209 sc->tsec_watchdog = 0;
1244 tsec_watchdog(sc);
1480 sc->tsec_watchdog = 0;
H A Dif_tsec.h105 int tsec_watchdog; member in struct:tsec_softc

Completed in 106 milliseconds