Searched refs:cfgCtl (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar9002/
H A Dar9287_reset.c131 int16_t *ratesArray, uint16_t cfgCtl,
248 if ((((cfgCtl & ~CTL_MODE_M) | (pCtlMode[ctlMode] & CTL_MODE_M)) == pEepData->ctlIndex[i]) ||
249 (((cfgCtl & ~CTL_MODE_M) | (pCtlMode[ctlMode] & CTL_MODE_M)) ==
255 if ((cfgCtl & ~CTL_MODE_M) == SD_NO_CTL) {
340 uint16_t cfgCtl; local
353 cfgCtl = ath_hal_getctl(ah, chan);
360 __func__,chan->ic_freq, cfgCtl );
368 cfgCtl,
128 ar9287SetPowerPerRateTable(struct ath_hal *ah, struct ar9287_eeprom *pEepData, const struct ieee80211_channel *chan, int16_t *ratesArray, uint16_t cfgCtl, uint16_t AntennaReduction, uint16_t twiceMaxRegulatoryPower, uint16_t powerLimit) argument
H A Dar9285_reset.c59 uint16_t cfgCtl, uint16_t AntennaReduction,
85 uint16_t cfgCtl; local
99 cfgCtl = ath_hal_getctl(ah, chan);
105 __func__,chan->ic_freq, cfgCtl );
112 &AH5416(ah)->ah_ratesArray[0],cfgCtl,
400 int16_t *ratesArray, uint16_t cfgCtl,
493 if ((((cfgCtl & ~CTL_MODE_M) | (pCtlMode[ctlMode] & CTL_MODE_M)) == pEepData->ctlIndex[i]) ||
494 (((cfgCtl & ~CTL_MODE_M) | (pCtlMode[ctlMode] & CTL_MODE_M)) ==
500 if ((cfgCtl & ~CTL_MODE_M) == SD_NO_CTL) {
398 ar9285SetPowerPerRateTable(struct ath_hal *ah, struct ar5416eeprom_4k *pEepData, const struct ieee80211_channel *chan, int16_t *ratesArray, uint16_t cfgCtl, uint16_t AntennaReduction, uint16_t twiceMaxRegulatoryPower, uint16_t powerLimit) argument
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c2146 uint8_t cfgCtl; local
2160 cfgCtl = ath_hal_getctl(ah, chan);
2166 if (ee->ee_ctl[i] == cfgCtl ||
2167 cfgCtl == ((ee->ee_ctl[i] & CTL_MODE_M) | SD_NO_CTL)) {
2170 if ((cfgCtl & ~CTL_MODE_M) == SD_NO_CTL) {
2182 cfgCtl = (cfgCtl & ~CTL_MODE_M) | CTL_11B;
2188 if (ee->ee_ctl[i] == cfgCtl ||
2189 cfgCtl == ((ee->ee_ctl[i] & CTL_MODE_M) | SD_NO_CTL)) {
2192 if ((cfgCtl
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c61 uint16_t cfgCtl, uint16_t AntennaReduction,
1069 uint16_t cfgCtl; local
1086 cfgCtl = ath_hal_getctl(ah, chan);
1092 __func__,chan->ic_freq, cfgCtl );
1100 cfgCtl,
1814 int16_t *ratesArray, uint16_t cfgCtl,
1969 if ((((cfgCtl & ~CTL_MODE_M) | (pCtlMode[ctlMode] & CTL_MODE_M)) == pEepData->ctlIndex[i]) ||
1970 (((cfgCtl & ~CTL_MODE_M) | (pCtlMode[ctlMode] & CTL_MODE_M)) ==
1976 if ((cfgCtl & ~CTL_MODE_M) == SD_NO_CTL) {
1812 ar5416SetPowerPerRateTable(struct ath_hal *ah, struct ar5416eeprom *pEepData, const struct ieee80211_channel *chan, int16_t *ratesArray, uint16_t cfgCtl, uint16_t AntennaReduction, uint16_t twiceMaxRegulatoryPower, uint16_t powerLimit) argument
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c1322 u_int nchan, cfgCtl; local
1358 cfgCtl = ath_hal_getctl(ah, chan);
1360 if (ee->ee_ctl[i] != 0 && ee->ee_ctl[i] == cfgCtl) {

Completed in 115 milliseconds