Searched refs:twiceMaxRDPower (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c1511 uint16_t twiceMaxRDPower; local
1518 twiceMaxRDPower = chan->ic_maxregpower * 2;
1633 pRatesPower[i] = AH_MIN(twicePower, twiceMaxRDPower - twiceAntennaReduction);
1656 scaledPower / 2, twiceMaxRDPower / 2, twiceMaxEdgePower / 2);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c2144 uint16_t twiceMaxRDPower = MAX_RATE_POWER; local
2155 twiceMaxRDPower = chan->ic_maxregpower * 2;
2228 twiceMaxRDPower - twiceAntennaReduction);
2295 __func__, twiceMaxRDPower, ee->ee_turbo2WMaxPower5,
2308 twiceMaxRDPower - twiceAntennaReduction);
2340 __func__, twiceMaxRDPower, twiceMaxEdgePowerCck,
/freebsd-11-stable/tools/tools/ath/athrd/
H A Dathrd.c1466 u_int16_t twiceMaxRDPower, twiceMaxEdgePower, twiceMaxEdgePowerCck; local
1473 twiceMaxRDPower = chan->ic_maxregpower * 2;
1521 twiceMaxRDPower - twiceAntennaReduction);
1586 twiceMaxRDPower, turbo2WMaxPower5,
1597 twiceMaxRDPower - twiceAntennaReduction);

Completed in 131 milliseconds