Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c137 int8_t twiceAntennaGain, twiceAntennaReduction; in ar5212Reset() local
627 twiceAntennaReduction = in ar5212Reset()
636 if (ackTpcPow > (2*chan->ic_maxregpower - twiceAntennaReduction)) in ar5212Reset()
637 ackTpcPow = (2*chan->ic_maxregpower - twiceAntennaReduction) in ar5212Reset()
644 if (ctsTpcPow > (2*chan->ic_maxregpower - twiceAntennaReduction)) in ar5212Reset()
645 ctsTpcPow = (2*chan->ic_maxregpower - twiceAntennaReduction) in ar5212Reset()
652 if (chirpTpcPow > (2*chan->ic_maxregpower - twiceAntennaReduction)) in ar5212Reset()
653 chirpTpcPow = (2*chan->ic_maxregpower - twiceAntennaReduction) in ar5212Reset()
2145 int8_t twiceAntennaGain, twiceAntennaReduction; in ar5212SetRateTable() local
2210 twiceAntennaReduction = in ar5212SetRateTable()
[all …]
/freebsd/sys/dev/ath/ath_hal/ar9002/
H A Dar9287_reset.c340 uint16_t twiceAntennaReduction; in ar9287SetTransmitPower() local
353 twiceAntennaReduction = chan->ic_maxantgain; in ar9287SetTransmitPower()
367 twiceAntennaReduction, in ar9287SetTransmitPower()
H A Dar9285_reset.c85 uint16_t twiceAntennaReduction; in ar9285SetTransmitPower() local
99 twiceAntennaReduction = chan->ic_maxantgain; in ar9285SetTransmitPower()
111 twiceAntennaReduction, in ar9285SetTransmitPower()
/freebsd/tools/tools/ath/athrd/
H A Dathrd.c1465 int8_t twiceAntennaGain, twiceAntennaReduction; in setRateTable() local
1502 twiceAntennaReduction = in setRateTable()
1519 twiceMaxRDPower - twiceAntennaReduction); in setRateTable()
1595 twiceMaxRDPower - twiceAntennaReduction); in setRateTable()
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c1515 int8_t twiceAntennaGain, twiceAntennaReduction = 0; in ar5211SetRateTable() local
1526 twiceAntennaReduction = ath_hal_getantennareduction(ah, chan, twiceAntennaGain); in ar5211SetRateTable()
1633 pRatesPower[i] = AH_MIN(twicePower, twiceMaxRDPower - twiceAntennaReduction); in ar5211SetRateTable()
1659 twiceAntennaReduction / 2); in ar5211SetRateTable()
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c1069 uint16_t twiceAntennaReduction; in ar5416SetTransmitPower() local
1086 twiceAntennaReduction = chan->ic_maxantgain; in ar5416SetTransmitPower()
1099 twiceAntennaReduction, in ar5416SetTransmitPower()