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

/freebsd-10.3-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_cal.c161 HAL_BOOL isCalDone;
182 curCal, &isCalDone);
183 if (!isCalDone)
388 uint8_t rxchainmask, HAL_CAL_LIST *currCal, HAL_BOOL *isCalDone)
393 *isCalDone = AH_FALSE;
426 *isCalDone = AH_TRUE;
445 u_int rxchainmask, HAL_BOOL longcal, HAL_BOOL *isCalDone)
454 *isCalDone = AH_TRUE;
475 * 2. When this cal is done (isCalDone) if we have more cals waiting
477 * isCalDone i
387 ar5416DoCalibration(struct ath_hal *ah, HAL_CHANNEL_INTERNAL *ichan, uint8_t rxchainmask, HAL_CAL_LIST *currCal, HAL_BOOL *isCalDone) argument
444 ar5416PerCalibrationN(struct ath_hal *ah, struct ieee80211_channel *chan, u_int rxchainmask, HAL_BOOL longcal, HAL_BOOL *isCalDone) argument
546 HAL_BOOL isCalDone; local
[all...]
H A Dar5416_cal.h110 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone);
/freebsd-10.3-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_freebsd.h22 HAL_BOOL longCal, HAL_BOOL *isCalDone);
H A Dar9300_freebsd.c370 HAL_BOOL *isCalDone)
378 isCalDone,
368 ar9300_per_calibration_freebsd(struct ath_hal *ah, struct ieee80211_channel *chan, u_int rxchainmask, HAL_BOOL long_cal, HAL_BOOL *isCalDone) argument
H A Dar9300_stub_funcs.h143 HAL_BOOL longCal, HAL_BOOL *isCalDone);
H A Dar9300_stub_funcs.c828 HAL_BOOL longCal, HAL_BOOL *isCalDone)
826 ar9300_Stub_PerCalibrationN(struct ath_hal *ah, struct ieee80211_channel *chan, u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone) argument
/freebsd-10.3-release/sys/dev/ath/ath_hal/ar5210/
H A Dar5210.h138 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone);
H A Dar5210_reset.c447 HAL_BOOL longCal, HAL_BOOL *isCalDone)
560 *isCalDone = AH_TRUE;
445 ar5210PerCalibrationN(struct ath_hal *ah, struct ieee80211_channel *chan, u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone) argument
/freebsd-10.3-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211.h158 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone);
H A Dar5211_reset.c641 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone)
705 *isCalDone = !ahp->ah_bIQCalibration;
640 ar5211PerCalibrationN(struct ath_hal *ah, struct ieee80211_channel *chan, u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone) argument
/freebsd-10.3-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c971 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone)
982 *isCalDone = AH_FALSE;
994 *isCalDone = AH_TRUE;
1003 *isCalDone = AH_TRUE;
969 ar5212PerCalibrationN(struct ath_hal *ah, struct ieee80211_channel *chan, u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone) argument
H A Dar5212.h565 HAL_BOOL longCal, HAL_BOOL *isCalDone);
/freebsd-10.3-release/sys/dev/ath/
H A Dif_ath.c5055 HAL_BOOL longCal, isCalDone = AH_TRUE; local
5105 isCalDone = AH_FALSE;
5106 if (ath_hal_calibrateN(ah, sc->sc_curchan, longCal, &isCalDone)) {
5122 if (!isCalDone) {
5152 __func__, nextcal, isCalDone ? "" : "!");
/freebsd-10.3-release/sys/dev/ath/ath_hal/
H A Dah.h1319 HAL_BOOL longCal, HAL_BOOL *isCalDone);

Completed in 208 milliseconds