Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_cal.h110 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone);
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_freebsd.h23 HAL_BOOL longCal, HAL_BOOL *isCalDone);
H A Dar9300_stub_funcs.h144 HAL_BOOL longCal, HAL_BOOL *isCalDone);
H A Dar9300_stub_funcs.c829 HAL_BOOL longCal, HAL_BOOL *isCalDone) in ar9300_Stub_PerCalibrationN() argument
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210.h140 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone);
H A Dar5210_reset.c452 HAL_BOOL longCal, HAL_BOOL *isCalDone) in ar5210PerCalibrationN() argument
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211.h158 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone);
H A Dar5211_reset.c642 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone) in ar5211PerCalibrationN() argument
708 if (longCal) { in ar5211PerCalibrationN()
/freebsd/sys/dev/ath/
H A Dif_ath.c5419 HAL_BOOL longCal, isCalDone = AH_TRUE; in ath_calibrate() local
5436 longCal = (ticks - sc->sc_lastlongcal >= ath_longcalinterval*hz); in ath_calibrate()
5441 …_DEBUG_CALIBRATE, "%s: shortCal=%d; longCal=%d; aniCal=%d\n", __func__, shortCal, longCal, aniCal); in ath_calibrate()
5448 if (longCal) { in ath_calibrate()
5480 if (shortCal || longCal) { in ath_calibrate()
5482 if (ath_hal_calibrateN(ah, sc->sc_curchan, longCal, &isCalDone)) { in ath_calibrate()
5483 if (longCal) { in ath_calibrate()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212.h570 HAL_BOOL longCal, HAL_BOOL *isCalDone);
H A Dar5212_reset.c974 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone) in ar5212PerCalibrationN() argument
1085 if (longCal) { in ar5212PerCalibrationN()
/freebsd/sys/dev/ath/ath_hal/
H A Dah.h1262 HAL_BOOL longCal, HAL_BOOL *isCalDone);