Searched refs:twiceAntennaGain (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/tools/tools/ath/athrd/
H A Dathrd.c1467 int8_t twiceAntennaGain, twiceAntennaReduction; local
1500 twiceAntennaGain = antennaGainMax[0];
1502 twiceAntennaGain = antennaGainMax[1];
1505 ath_hal_getantennareduction(ah, chan, twiceAntennaGain);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c1515 int8_t twiceAntennaGain, twiceAntennaReduction = 0; local
1521 twiceAntennaGain = ee->ee_antennaGainMax[0];
1523 twiceAntennaGain = ee->ee_antennaGainMax[1];
1526 twiceAntennaReduction = ath_hal_getantennareduction(ah, chan, twiceAntennaGain);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c137 int8_t twiceAntennaGain, twiceAntennaReduction; local
623 ath_hal_eepromGet(ah, AR_EEP_ANTGAINMAX_5, &twiceAntennaGain);
625 ath_hal_eepromGet(ah, AR_EEP_ANTGAINMAX_2, &twiceAntennaGain);
628 ath_hal_getantennareduction(ah, chan, twiceAntennaGain);
2147 int8_t twiceAntennaGain, twiceAntennaReduction; local
2208 ath_hal_eepromGet(ah, AR_EEP_ANTGAINMAX_5, &twiceAntennaGain);
2210 ath_hal_eepromGet(ah, AR_EEP_ANTGAINMAX_2, &twiceAntennaGain);
2213 ath_hal_getantennareduction(ah, chan, twiceAntennaGain);

Completed in 95 milliseconds