Searched refs:aniCal (Results 1 – 1 of 1) sorted by relevance
5420 HAL_BOOL aniCal, shortCal = AH_FALSE; in ath_calibrate() local5437 aniCal = (ticks - sc->sc_lastani >= ath_anicalinterval*hz/1000); in ath_calibrate()5441 …_DEBUG_CALIBRATE, "%s: shortCal=%d; longCal=%d; aniCal=%d\n", __func__, shortCal, longCal, aniCal); in ath_calibrate()5442 if (aniCal) { in ath_calibrate()