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

/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c137 int8_t twiceAntennaGain, twiceAntennaReduction; local
627 twiceAntennaReduction =
636 if (ackTpcPow > (2*chan->ic_maxregpower - twiceAntennaReduction))
637 ackTpcPow = (2*chan->ic_maxregpower - twiceAntennaReduction)
644 if (ctsTpcPow > (2*chan->ic_maxregpower - twiceAntennaReduction))
645 ctsTpcPow = (2*chan->ic_maxregpower - twiceAntennaReduction)
652 if (chirpTpcPow > (2*chan->ic_maxregpower - twiceAntennaReduction))
653 chirpTpcPow = (2*chan->ic_maxregpower - twiceAntennaReduction)
2147 int8_t twiceAntennaGain, twiceAntennaReduction; local
2212 twiceAntennaReduction
[all...]
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/
H A Dar9287_reset.c341 uint16_t twiceAntennaReduction; local
354 twiceAntennaReduction = chan->ic_maxantgain;
368 twiceAntennaReduction,
H A Dar9285_reset.c85 uint16_t twiceAntennaReduction; local
99 twiceAntennaReduction = chan->ic_maxantgain;
111 twiceAntennaReduction,
/freebsd-11-stable/tools/tools/ath/athrd/
H A Dathrd.c1467 int8_t twiceAntennaGain, twiceAntennaReduction; local
1504 twiceAntennaReduction =
1521 twiceMaxRDPower - twiceAntennaReduction);
1597 twiceMaxRDPower - twiceAntennaReduction);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c1515 int8_t twiceAntennaGain, twiceAntennaReduction = 0; local
1526 twiceAntennaReduction = ath_hal_getantennareduction(ah, chan, twiceAntennaGain);
1633 pRatesPower[i] = AH_MIN(twicePower, twiceMaxRDPower - twiceAntennaReduction);
1659 twiceAntennaReduction / 2);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c1061 uint16_t twiceAntennaReduction; local
1078 twiceAntennaReduction = chan->ic_maxantgain;
1091 twiceAntennaReduction,

Completed in 213 milliseconds