Home
last modified time | relevance | path

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

/src/sys/dev/ath/
H A Dif_ath.c5423 HAL_BOOL aniCal, shortCal = AH_FALSE; in ath_calibrate() local
5442 shortCal = (ticks - sc->sc_lastshortcal >= ath_shortcalinterval*hz/1000); in ath_calibrate()
5444 …DPRINTF(sc, ATH_DEBUG_CALIBRATE, "%s: shortCal=%d; longCal=%d; aniCal=%d\n", __func__, shortCal, l… in ath_calibrate()
5483 if (shortCal || longCal) { in ath_calibrate()
5512 if (shortCal) in ath_calibrate()