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

/netbsd-6-1-5-RELEASE/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar9285_reset.c53 uint16_t cfgCtl, uint16_t AntennaReduction,
103 uint16_t cfgCtl; local
116 cfgCtl = ath_hal_getctl(ah, chan);
122 __func__,chan->channel, cfgCtl );
129 &ratesArray[0],cfgCtl,
316 int16_t *ratesArray, uint16_t cfgCtl,
409 if ((((cfgCtl & ~CTL_MODE_M) | (pCtlMode[ctlMode] & CTL_MODE_M)) == pEepData->ctlIndex[i]) ||
410 (((cfgCtl & ~CTL_MODE_M) | (pCtlMode[ctlMode] & CTL_MODE_M)) ==
416 if ((cfgCtl & ~CTL_MODE_M) == SD_NO_CTL) {
314 ar9285SetPowerPerRateTable(struct ath_hal *ah, struct ar5416eeprom_4k *pEepData, HAL_CHANNEL_INTERNAL *chan, int16_t *ratesArray, uint16_t cfgCtl, uint16_t AntennaReduction, uint16_t twiceMaxRegulatoryPower, uint16_t powerLimit) argument
H A Dar5416_reset.c62 uint16_t cfgCtl, uint16_t AntennaReduction,
858 uint16_t cfgCtl; local
870 cfgCtl = ath_hal_getctl(ah, (HAL_CHANNEL *)chan);
876 __func__,chan->channel, cfgCtl );
883 &ratesArray[0],cfgCtl,
1388 int16_t *ratesArray, uint16_t cfgCtl,
1543 if ((((cfgCtl & ~CTL_MODE_M) | (pCtlMode[ctlMode] & CTL_MODE_M)) == pEepData->ctlIndex[i]) ||
1544 (((cfgCtl & ~CTL_MODE_M) | (pCtlMode[ctlMode] & CTL_MODE_M)) ==
1550 if ((cfgCtl & ~CTL_MODE_M) == SD_NO_CTL) {
1386 ar5416SetPowerPerRateTable(struct ath_hal *ah, struct ar5416eeprom *pEepData, HAL_CHANNEL_INTERNAL *chan, int16_t *ratesArray, uint16_t cfgCtl, uint16_t AntennaReduction, uint16_t twiceMaxRegulatoryPower, uint16_t powerLimit) argument
/netbsd-6-1-5-RELEASE/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_reset.c2008 uint8_t cfgCtl; local
2022 cfgCtl = ath_hal_getctl(ah, chan);
2028 if (ee->ee_ctl[i] == cfgCtl ||
2029 cfgCtl == ((ee->ee_ctl[i] & CTL_MODE_M) | SD_NO_CTL)) {
2032 if ((cfgCtl & ~CTL_MODE_M) == SD_NO_CTL) {
2044 cfgCtl = (cfgCtl & ~CTL_MODE_M) | CTL_11B;
2050 if (ee->ee_ctl[i] == cfgCtl ||
2051 cfgCtl == ((ee->ee_ctl[i] & CTL_MODE_M) | SD_NO_CTL)) {
2054 if ((cfgCtl
[all...]
/netbsd-6-1-5-RELEASE/sys/external/isc/atheros_hal/dist/ar5211/
H A Dar5211_reset.c1343 u_int nchan, cfgCtl; local
1379 cfgCtl = ath_hal_getctl(ah, chan);
1381 if (ee->ee_ctl[i] != 0 && ee->ee_ctl[i] == cfgCtl) {

Completed in 82 milliseconds