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.c2675 sc->sc_doresetcal = AH_FALSE; in ath_init()
5441 if (sc->sc_doresetcal) in ath_calibrate()
5463 sc->sc_doresetcal = AH_TRUE; in ath_calibrate()
5478 sc->sc_doresetcal = AH_TRUE; in ath_calibrate()
5529 sc->sc_doresetcal = AH_TRUE; in ath_calibrate()
5537 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