Home
last modified time | relevance | path

Searched refs:cfgCtl (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/sys/dev/ath/ath_hal/ar9002/
Dar9287_reset.c130 int16_t *ratesArray, uint16_t cfgCtl, in ar9287SetPowerPerRateTable() argument
247 if ((((cfgCtl & ~CTL_MODE_M) | (pCtlMode[ctlMode] & CTL_MODE_M)) == pEepData->ctlIndex[i]) || in ar9287SetPowerPerRateTable()
248 (((cfgCtl & ~CTL_MODE_M) | (pCtlMode[ctlMode] & CTL_MODE_M)) == in ar9287SetPowerPerRateTable()
254 if ((cfgCtl & ~CTL_MODE_M) == SD_NO_CTL) { in ar9287SetPowerPerRateTable()
341 uint16_t cfgCtl; in ar9287SetTransmitPower() local
351 cfgCtl = ath_hal_getctl(ah, chan); in ar9287SetTransmitPower()
357 __func__,chan->ic_freq, cfgCtl ); in ar9287SetTransmitPower()
364 &ratesArray[0],cfgCtl, in ar9287SetTransmitPower()
Dar9285_reset.c56 uint16_t cfgCtl, uint16_t AntennaReduction,
84 uint16_t cfgCtl; in ar9285SetTransmitPower() local
96 cfgCtl = ath_hal_getctl(ah, chan); in ar9285SetTransmitPower()
102 __func__,chan->ic_freq, cfgCtl ); in ar9285SetTransmitPower()
109 &ratesArray[0],cfgCtl, in ar9285SetTransmitPower()
388 int16_t *ratesArray, uint16_t cfgCtl, in ar9285SetPowerPerRateTable() argument
481 if ((((cfgCtl & ~CTL_MODE_M) | (pCtlMode[ctlMode] & CTL_MODE_M)) == pEepData->ctlIndex[i]) || in ar9285SetPowerPerRateTable()
482 (((cfgCtl & ~CTL_MODE_M) | (pCtlMode[ctlMode] & CTL_MODE_M)) == in ar9285SetPowerPerRateTable()
488 if ((cfgCtl & ~CTL_MODE_M) == SD_NO_CTL) { in ar9285SetPowerPerRateTable()
/freebsd-9-stable/tools/tools/ath/athrd/
Dathrd.c1483 u_int8_t cfgCtl; in setRateTable() local
1490 cfgCtl = ath_hal_getctl(ah, chan); in setRateTable()
1491 rep = findEdgePower(ah, cfgCtl); in setRateTable()
1499 cfgCtl = (cfgCtl & 0xFC) | 0x01; in setRateTable()
1500 rep = findEdgePower(ah, cfgCtl); in setRateTable()
/freebsd-9-stable/sys/dev/ath/ath_hal/ar5212/
Dar5212_reset.c1997 uint8_t cfgCtl; in ar5212SetRateTable() local
2011 cfgCtl = ath_hal_getctl(ah, chan); in ar5212SetRateTable()
2017 if (ee->ee_ctl[i] == cfgCtl || in ar5212SetRateTable()
2018 cfgCtl == ((ee->ee_ctl[i] & CTL_MODE_M) | SD_NO_CTL)) { in ar5212SetRateTable()
2021 if ((cfgCtl & ~CTL_MODE_M) == SD_NO_CTL) { in ar5212SetRateTable()
2033 cfgCtl = (cfgCtl & ~CTL_MODE_M) | CTL_11B; in ar5212SetRateTable()
2039 if (ee->ee_ctl[i] == cfgCtl || in ar5212SetRateTable()
2040 cfgCtl == ((ee->ee_ctl[i] & CTL_MODE_M) | SD_NO_CTL)) { in ar5212SetRateTable()
2043 if ((cfgCtl & ~CTL_MODE_M) == SD_NO_CTL) { in ar5212SetRateTable()
/freebsd-9-stable/sys/dev/ath/ath_hal/ar5416/
Dar5416_reset.c60 uint16_t cfgCtl, uint16_t AntennaReduction,
984 uint16_t cfgCtl; in ar5416SetTransmitPower() local
996 cfgCtl = ath_hal_getctl(ah, chan); in ar5416SetTransmitPower()
1002 __func__,chan->ic_freq, cfgCtl ); in ar5416SetTransmitPower()
1009 &ratesArray[0],cfgCtl, in ar5416SetTransmitPower()
1725 int16_t *ratesArray, uint16_t cfgCtl, in ar5416SetPowerPerRateTable() argument
1880 if ((((cfgCtl & ~CTL_MODE_M) | (pCtlMode[ctlMode] & CTL_MODE_M)) == pEepData->ctlIndex[i]) || in ar5416SetPowerPerRateTable()
1881 (((cfgCtl & ~CTL_MODE_M) | (pCtlMode[ctlMode] & CTL_MODE_M)) == in ar5416SetPowerPerRateTable()
1887 if ((cfgCtl & ~CTL_MODE_M) == SD_NO_CTL) { in ar5416SetPowerPerRateTable()
/freebsd-9-stable/sys/dev/ath/ath_hal/ar5211/
Dar5211_reset.c1321 u_int nchan, cfgCtl; in ar5211SetTransmitPower() local
1357 cfgCtl = ath_hal_getctl(ah, chan); in ar5211SetTransmitPower()
1359 if (ee->ee_ctl[i] != 0 && ee->ee_ctl[i] == cfgCtl) { in ar5211SetTransmitPower()