Searched refs:tsec_callout (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/tsec/
H A Dif_tsec_fdt.c209 callout_init(&sc->tsec_callout, 1);
326 callout_drain(&sc->tsec_callout);
H A Dif_tsec.h104 struct callout tsec_callout; member in struct:tsec_softc
H A Dif_tsec.c551 callout_reset(&sc->tsec_callout, hz, tsec_tick, sc);
1208 callout_stop(&sc->tsec_callout);
1257 callout_reset(&sc->tsec_callout, hz, tsec_tick, sc);

Completed in 173 milliseconds