Home
last modified time | relevance | path

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

/trueos/sys/dev/ath/ath_hal/ar5416/
HDar5416_cal.h110 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone);
/trueos/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_freebsd.h22 HAL_BOOL longCal, HAL_BOOL *isCalDone);
HDar9300_stub_funcs.h143 HAL_BOOL longCal, HAL_BOOL *isCalDone);
HDar9300_stub_funcs.c828 HAL_BOOL longCal, HAL_BOOL *isCalDone) in ar9300_Stub_PerCalibrationN() argument
/trueos/sys/dev/ath/ath_hal/ar5210/
HDar5210.h138 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone);
HDar5210_reset.c447 HAL_BOOL longCal, HAL_BOOL *isCalDone) in ar5210PerCalibrationN() argument
/trueos/sys/dev/ath/ath_hal/ar5211/
HDar5211.h158 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone);
HDar5211_reset.c641 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone) in ar5211PerCalibrationN() argument
707 if (longCal) { in ar5211PerCalibrationN()
/trueos/sys/dev/ath/
HDif_ath.c5055 HAL_BOOL longCal, isCalDone = AH_TRUE; in ath_calibrate() local
5061 longCal = (ticks - sc->sc_lastlongcal >= ath_longcalinterval*hz); in ath_calibrate()
5066 …_DEBUG_CALIBRATE, "%s: shortCal=%d; longCal=%d; aniCal=%d\n", __func__, shortCal, longCal, aniCal); in ath_calibrate()
5073 if (longCal) { in ath_calibrate()
5104 if (shortCal || longCal) { in ath_calibrate()
5106 if (ath_hal_calibrateN(ah, sc->sc_curchan, longCal, &isCalDone)) { in ath_calibrate()
5107 if (longCal) { in ath_calibrate()
/trueos/sys/dev/ath/ath_hal/ar5212/
HDar5212.h565 HAL_BOOL longCal, HAL_BOOL *isCalDone);
HDar5212_reset.c971 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone) in ar5212PerCalibrationN() argument
1082 if (longCal) { in ar5212PerCalibrationN()
/trueos/sys/dev/ath/ath_hal/
HDah.h1319 HAL_BOOL longCal, HAL_BOOL *isCalDone);