Searched refs:txPowerResult (Results 1 – 1 of 1) sorted by relevance
51 int8_t txPowerResult = txPower; in LimitTxPower() local54 txPowerResult = RegionCommonLimitTxPower( txPower, maxBandTxPower ); in LimitTxPower()58 txPowerResult = MAX( txPower, TX_POWER_2 ); in LimitTxPower()64 txPowerResult = MAX( txPower, TX_POWER_5 ); in LimitTxPower()67 return txPowerResult; in LimitTxPower()