Home
last modified time | relevance | path

Searched refs:sc_resetcal (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/ath/
HDif_ath.c2511 sc->sc_resetcal = 1; in ath_init()
5276 sc->sc_resetcal = 0; in ath_calibrate()
5287 if (sc->sc_resetcal) { in ath_calibrate()
5291 sc->sc_resetcal = 0; in ath_calibrate()
5336 sc->sc_resetcal = 1; /* setup reset next trip */ in ath_calibrate()
HDif_athvar.h643 sc_resetcal : 1,/* reset cal state next trip */ member