Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/
H A Dif_ath.c2672 sc->sc_doresetcal = AH_FALSE; in ath_init()
5438 if (sc->sc_doresetcal) in ath_calibrate()
5460 sc->sc_doresetcal = AH_TRUE; in ath_calibrate()
5475 sc->sc_doresetcal = AH_TRUE; in ath_calibrate()
5526 sc->sc_doresetcal = AH_TRUE; in ath_calibrate()
5534 sc->sc_doresetcal = AH_FALSE; in ath_calibrate()
H A Dif_athvar.h804 HAL_BOOL sc_doresetcal; /* Yes, we're doing a reset cal atm */ member