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 D | ar9287_reset.c | 129 int16_t *ratesArray, uint16_t cfgCtl, in ar9287SetPowerPerRateTable() argument 246 if ((((cfgCtl & ~CTL_MODE_M) | (pCtlMode[ctlMode] & CTL_MODE_M)) == pEepData->ctlIndex[i]) || in ar9287SetPowerPerRateTable() 247 (((cfgCtl & ~CTL_MODE_M) | (pCtlMode[ctlMode] & CTL_MODE_M)) == in ar9287SetPowerPerRateTable() 253 if ((cfgCtl & ~CTL_MODE_M) == SD_NO_CTL) { in ar9287SetPowerPerRateTable() 338 uint16_t cfgCtl; in ar9287SetTransmitPower() local 351 cfgCtl = ath_hal_getctl(ah, chan); in ar9287SetTransmitPower() 358 __func__,chan->ic_freq, cfgCtl ); in ar9287SetTransmitPower() 366 cfgCtl, in ar9287SetTransmitPower()
|
H A D | ar9285_reset.c | 57 uint16_t cfgCtl, uint16_t AntennaReduction, 83 uint16_t cfgCtl; in ar9285SetTransmitPower() local 97 cfgCtl = ath_hal_getctl(ah, chan); in ar9285SetTransmitPower() 103 __func__,chan->ic_freq, cfgCtl ); in ar9285SetTransmitPower() 110 &AH5416(ah)->ah_ratesArray[0],cfgCtl, in ar9285SetTransmitPower() 398 int16_t *ratesArray, uint16_t cfgCtl, in ar9285SetPowerPerRateTable() argument 491 if ((((cfgCtl & ~CTL_MODE_M) | (pCtlMode[ctlMode] & CTL_MODE_M)) == pEepData->ctlIndex[i]) || in ar9285SetPowerPerRateTable() 492 (((cfgCtl & ~CTL_MODE_M) | (pCtlMode[ctlMode] & CTL_MODE_M)) == in ar9285SetPowerPerRateTable() 498 if ((cfgCtl & ~CTL_MODE_M) == SD_NO_CTL) { in ar9285SetPowerPerRateTable()
|
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/ |
H A D | ar5212_reset.c | 2144 uint8_t cfgCtl; in ar5212SetRateTable() local 2158 cfgCtl = ath_hal_getctl(ah, chan); in ar5212SetRateTable() 2164 if (ee->ee_ctl[i] == cfgCtl || in ar5212SetRateTable() 2165 cfgCtl == ((ee->ee_ctl[i] & CTL_MODE_M) | SD_NO_CTL)) { in ar5212SetRateTable() 2168 if ((cfgCtl & ~CTL_MODE_M) == SD_NO_CTL) { in ar5212SetRateTable() 2180 cfgCtl = (cfgCtl & ~CTL_MODE_M) | CTL_11B; in ar5212SetRateTable() 2186 if (ee->ee_ctl[i] == cfgCtl || in ar5212SetRateTable() 2187 cfgCtl == ((ee->ee_ctl[i] & CTL_MODE_M) | SD_NO_CTL)) { in ar5212SetRateTable() 2190 if ((cfgCtl & ~CTL_MODE_M) == SD_NO_CTL) { in ar5212SetRateTable()
|
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/ |
H A D | ar5416_reset.c | 59 uint16_t cfgCtl, uint16_t AntennaReduction, 1067 uint16_t cfgCtl; in ar5416SetTransmitPower() local 1084 cfgCtl = ath_hal_getctl(ah, chan); in ar5416SetTransmitPower() 1090 __func__,chan->ic_freq, cfgCtl ); in ar5416SetTransmitPower() 1098 cfgCtl, in ar5416SetTransmitPower() 1812 int16_t *ratesArray, uint16_t cfgCtl, in ar5416SetPowerPerRateTable() argument 1967 if ((((cfgCtl & ~CTL_MODE_M) | (pCtlMode[ctlMode] & CTL_MODE_M)) == pEepData->ctlIndex[i]) || in ar5416SetPowerPerRateTable() 1968 (((cfgCtl & ~CTL_MODE_M) | (pCtlMode[ctlMode] & CTL_MODE_M)) == in ar5416SetPowerPerRateTable() 1974 if ((cfgCtl & ~CTL_MODE_M) == SD_NO_CTL) { in ar5416SetPowerPerRateTable()
|
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5211/ |
H A D | ar5211_reset.c | 1320 u_int nchan, cfgCtl; in ar5211SetTransmitPower() local 1356 cfgCtl = ath_hal_getctl(ah, chan); in ar5211SetTransmitPower() 1358 if (ee->ee_ctl[i] != 0 && ee->ee_ctl[i] == cfgCtl) { in ar5211SetTransmitPower()
|