Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ath/ath_hal/ar5416/
Dar5416_cal.h112 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone);
/freebsd-12-stable/sys/contrib/dev/ath/ath_hal/ar9300/
Dar9300_freebsd.h23 HAL_BOOL longCal, HAL_BOOL *isCalDone);
Dar9300_stub_funcs.h144 HAL_BOOL longCal, HAL_BOOL *isCalDone);
Dar9300_stub_funcs.c829 HAL_BOOL longCal, HAL_BOOL *isCalDone) in ar9300_Stub_PerCalibrationN() argument
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5210/
Dar5210.h142 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone);
Dar5210_reset.c454 HAL_BOOL longCal, HAL_BOOL *isCalDone) in ar5210PerCalibrationN() argument
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5211/
Dar5211.h160 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone);
Dar5211_reset.c644 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone) in ar5211PerCalibrationN() argument
710 if (longCal) { in ar5211PerCalibrationN()
/freebsd-12-stable/sys/dev/ath/
Dif_ath.c5367 HAL_BOOL longCal, isCalDone = AH_TRUE; in ath_calibrate() local
5384 longCal = (ticks - sc->sc_lastlongcal >= ath_longcalinterval*hz); in ath_calibrate()
5389 …_DEBUG_CALIBRATE, "%s: shortCal=%d; longCal=%d; aniCal=%d\n", __func__, shortCal, longCal, aniCal); in ath_calibrate()
5396 if (longCal) { in ath_calibrate()
5428 if (shortCal || longCal) { in ath_calibrate()
5430 if (ath_hal_calibrateN(ah, sc->sc_curchan, longCal, &isCalDone)) { in ath_calibrate()
5431 if (longCal) { in ath_calibrate()
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5212/
Dar5212.h570 HAL_BOOL longCal, HAL_BOOL *isCalDone);
Dar5212_reset.c976 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone) in ar5212PerCalibrationN() argument
1087 if (longCal) { in ar5212PerCalibrationN()
/freebsd-12-stable/sys/dev/ath/ath_hal/
Dah.h1264 HAL_BOOL longCal, HAL_BOOL *isCalDone);