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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_cal.c163 HAL_BOOL isCalDone;
184 curCal, &isCalDone);
185 if (!isCalDone)
389 uint8_t rxchainmask, HAL_CAL_LIST *currCal, HAL_BOOL *isCalDone)
394 *isCalDone = AH_FALSE;
427 *isCalDone = AH_TRUE;
446 u_int rxchainmask, HAL_BOOL longcal, HAL_BOOL *isCalDone)
455 *isCalDone = AH_TRUE;
476 * 2. When this cal is done (isCalDone) if we have more cals waiting
478 * isCalDone i
388 ar5416DoCalibration(struct ath_hal *ah, HAL_CHANNEL_INTERNAL *ichan, uint8_t rxchainmask, HAL_CAL_LIST *currCal, HAL_BOOL *isCalDone) argument
445 ar5416PerCalibrationN(struct ath_hal *ah, struct ieee80211_channel *chan, u_int rxchainmask, HAL_BOOL longcal, HAL_BOOL *isCalDone) argument
555 HAL_BOOL isCalDone; local
[all...]
H A Dar5416_cal.h112 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/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_freebsd.c658 HAL_BOOL *isCalDone)
666 isCalDone,
656 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.c829 HAL_BOOL longCal, HAL_BOOL *isCalDone)
827 ar9300_Stub_PerCalibrationN(struct ath_hal *ah, struct ieee80211_channel *chan, u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone) argument
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5211/
H A Dar5211.h160 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone);
H A Dar5211_reset.c644 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone)
708 *isCalDone = !ahp->ah_bIQCalibration;
643 ar5211PerCalibrationN(struct ath_hal *ah, struct ieee80211_channel *chan, u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone) argument
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5210/
H A Dar5210.h142 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone);
H A Dar5210_reset.c454 HAL_BOOL longCal, HAL_BOOL *isCalDone)
567 *isCalDone = AH_TRUE;
452 ar5210PerCalibrationN(struct ath_hal *ah, struct ieee80211_channel *chan, u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone) argument
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c976 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone)
987 *isCalDone = AH_FALSE;
999 *isCalDone = AH_TRUE;
1008 *isCalDone = AH_TRUE;
974 ar5212PerCalibrationN(struct ath_hal *ah, struct ieee80211_channel *chan, u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone) argument
H A Dar5212.h570 HAL_BOOL longCal, HAL_BOOL *isCalDone);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c5378 HAL_BOOL longCal, isCalDone = AH_TRUE; local
5440 isCalDone = AH_FALSE;
5441 if (ath_hal_calibrateN(ah, sc->sc_curchan, longCal, &isCalDone)) {
5471 if (!isCalDone) {
5501 __func__, nextcal, isCalDone ? "" : "!");
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah.h1264 HAL_BOOL longCal, HAL_BOOL *isCalDone);

Completed in 222 milliseconds