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

/freebsd-12-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c139 int8_t twiceAntennaGain, twiceAntennaReduction; local
629 twiceAntennaReduction =
638 if (ackTpcPow > (2*chan->ic_maxregpower - twiceAntennaReduction))
639 ackTpcPow = (2*chan->ic_maxregpower - twiceAntennaReduction)
646 if (ctsTpcPow > (2*chan->ic_maxregpower - twiceAntennaReduction))
647 ctsTpcPow = (2*chan->ic_maxregpower - twiceAntennaReduction)
654 if (chirpTpcPow > (2*chan->ic_maxregpower - twiceAntennaReduction))
655 chirpTpcPow = (2*chan->ic_maxregpower - twiceAntennaReduction)
2147 int8_t twiceAntennaGain, twiceAntennaReduction; local
2212 twiceAntennaReduction
[all...]
/freebsd-12-stable/sys/dev/ath/ath_hal/ar9002/
H A Dar9287_reset.c342 uint16_t twiceAntennaReduction; local
355 twiceAntennaReduction = chan->ic_maxantgain;
369 twiceAntennaReduction,
H A Dar9285_reset.c87 uint16_t twiceAntennaReduction; local
101 twiceAntennaReduction = chan->ic_maxantgain;
113 twiceAntennaReduction,
/freebsd-12-stable/tools/tools/ath/athrd/
H A Dathrd.c1467 int8_t twiceAntennaGain, twiceAntennaReduction; local
1504 twiceAntennaReduction =
1521 twiceMaxRDPower - twiceAntennaReduction);
1597 twiceMaxRDPower - twiceAntennaReduction);
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c1517 int8_t twiceAntennaGain, twiceAntennaReduction = 0; local
1528 twiceAntennaReduction = ath_hal_getantennareduction(ah, chan, twiceAntennaGain);
1635 pRatesPower[i] = AH_MIN(twicePower, twiceMaxRDPower - twiceAntennaReduction);
1661 twiceAntennaReduction / 2);
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c1071 uint16_t twiceAntennaReduction; local
1088 twiceAntennaReduction = chan->ic_maxantgain;
1101 twiceAntennaReduction,

Completed in 207 milliseconds