Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ath/
Dif_ath.c2625 sc->sc_doresetcal = AH_FALSE; in ath_init()
5386 if (sc->sc_doresetcal) in ath_calibrate()
5408 sc->sc_doresetcal = AH_TRUE; in ath_calibrate()
5423 sc->sc_doresetcal = AH_TRUE; in ath_calibrate()
5474 sc->sc_doresetcal = AH_TRUE; in ath_calibrate()
5482 sc->sc_doresetcal = AH_FALSE; in ath_calibrate()
Dif_athvar.h803 HAL_BOOL sc_doresetcal; /* Yes, we're doing a reset cal atm */ member