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

/freebsd-11-stable/sys/dev/tsec/
H A Dif_tsec.c95 static void tsec_watchdog(struct tsec_softc *sc);
548 sc->tsec_watchdog = 0;
680 tsec_watchdog(struct tsec_softc *sc) function
686 if (sc->tsec_watchdog == 0 || --sc->tsec_watchdog > 0)
782 sc->tsec_watchdog = 5;
1210 sc->tsec_watchdog = 0;
1245 tsec_watchdog(sc);
1481 sc->tsec_watchdog = 0;
H A Dif_tsec.h105 int tsec_watchdog; member in struct:tsec_softc

Completed in 89 milliseconds