Searched refs:cfgCtl (Results 1 - 6 of 6) sorted by last modified time

/freebsd-11-stable/tools/tools/ath/athrd/
H A Dathrd.c1471 u_int8_t cfgCtl; local
1478 cfgCtl = ath_hal_getctl(ah, chan);
1479 rep = findEdgePower(ah, cfgCtl);
1487 cfgCtl = (cfgCtl & 0xFC) | 0x01;
1488 rep = findEdgePower(ah, cfgCtl);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c1320 u_int nchan, cfgCtl; local
1356 cfgCtl = ath_hal_getctl(ah, chan);
1358 if (ee->ee_ctl[i] != 0 && ee->ee_ctl[i] == cfgCtl) {
/freebsd-11-stable/sys/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...]
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/
H A Dar9285_reset.c57 uint16_t cfgCtl, uint16_t AntennaReduction,
83 uint16_t cfgCtl; local
97 cfgCtl = ath_hal_getctl(ah, chan);
103 __func__,chan->ic_freq, cfgCtl );
110 &AH5416(ah)->ah_ratesArray[0],cfgCtl,
398 int16_t *ratesArray, uint16_t cfgCtl,
491 if ((((cfgCtl & ~CTL_MODE_M) | (pCtlMode[ctlMode] & CTL_MODE_M)) == pEepData->ctlIndex[i]) ||
492 (((cfgCtl & ~CTL_MODE_M) | (pCtlMode[ctlMode] & CTL_MODE_M)) ==
498 if ((cfgCtl & ~CTL_MODE_M) == SD_NO_CTL) {
396 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
H A Dar9287_reset.c130 int16_t *ratesArray, uint16_t cfgCtl,
247 if ((((cfgCtl & ~CTL_MODE_M) | (pCtlMode[ctlMode] & CTL_MODE_M)) == pEepData->ctlIndex[i]) ||
248 (((cfgCtl & ~CTL_MODE_M) | (pCtlMode[ctlMode] & CTL_MODE_M)) ==
254 if ((cfgCtl & ~CTL_MODE_M) == SD_NO_CTL) {
339 uint16_t cfgCtl; local
352 cfgCtl = ath_hal_getctl(ah, chan);
359 __func__,chan->ic_freq, cfgCtl );
367 cfgCtl,
127 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
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c59 uint16_t cfgCtl, uint16_t AntennaReduction,
1059 uint16_t cfgCtl; local
1076 cfgCtl = ath_hal_getctl(ah, chan);
1082 __func__,chan->ic_freq, cfgCtl );
1090 cfgCtl,
1805 int16_t *ratesArray, uint16_t cfgCtl,
1960 if ((((cfgCtl & ~CTL_MODE_M) | (pCtlMode[ctlMode] & CTL_MODE_M)) == pEepData->ctlIndex[i]) ||
1961 (((cfgCtl & ~CTL_MODE_M) | (pCtlMode[ctlMode] & CTL_MODE_M)) ==
1967 if ((cfgCtl & ~CTL_MODE_M) == SD_NO_CTL) {
1803 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

Completed in 262 milliseconds