Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_cal.c161 HAL_BOOL isCalDone;
182 curCal, &isCalDone);
183 if (!isCalDone)
387 uint8_t rxchainmask, HAL_CAL_LIST *currCal, HAL_BOOL *isCalDone) in ar5416DoCalibration() argument
392 *isCalDone = AH_FALSE; in ar5416DoCalibration()
425 *isCalDone = AH_TRUE; in ar5416DoCalibration()
444 u_int rxchainmask, HAL_BOOL longcal, HAL_BOOL *isCalDone) in ar5416PerCalibrationN() argument
453 *isCalDone = AH_TRUE; in ar5416PerCalibrationN()
483 ar5416DoCalibration(ah, ichan, rxchainmask, currCal, isCalDone); in ar5416PerCalibrationN()
484 if (*isCalDone == AH_TRUE) { in ar5416PerCalibrationN()
[all …]
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_freebsd.c676 HAL_BOOL *isCalDone) in ar9300_per_calibration_freebsd() argument
684 isCalDone, in ar9300_per_calibration_freebsd()
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_reset.c452 HAL_BOOL longCal, HAL_BOOL *isCalDone) in ar5210PerCalibrationN() argument
565 *isCalDone = AH_TRUE; in ar5210PerCalibrationN()
H A Dar5210.h140 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone);
/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
706 *isCalDone = !ahp->ah_bIQCalibration; in ar5211PerCalibrationN()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c974 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone) in ar5212PerCalibrationN() argument
985 *isCalDone = AH_FALSE; in ar5212PerCalibrationN()
997 *isCalDone = AH_TRUE; in ar5212PerCalibrationN()
1006 *isCalDone = AH_TRUE; in ar5212PerCalibrationN()
H A Dar5212.h570 HAL_BOOL longCal, HAL_BOOL *isCalDone);
/freebsd/sys/dev/ath/
H A Dif_ath.c5419 HAL_BOOL longCal, isCalDone = AH_TRUE; in ath_calibrate() local
5481 isCalDone = AH_FALSE; in ath_calibrate()
5482 if (ath_hal_calibrateN(ah, sc->sc_curchan, longCal, &isCalDone)) { in ath_calibrate()
5512 if (!isCalDone) { in ath_calibrate()
5542 __func__, nextcal, isCalDone ? "" : "!"); in ath_calibrate()
/freebsd/sys/dev/ath/ath_hal/
H A Dah.h1262 HAL_BOOL longCal, HAL_BOOL *isCalDone);