Lines Matching defs:minPower
46 HAL_BOOL commit, int16_t *minPower, int16_t *maxPower);
1879 int16_t minPower, maxPower, tpcInDb, powerLimit;
1893 AH_TRUE, &minPower, &maxPower)) {
1899 &minPower, &maxPower, chan, rfXpdGain)) {
2219 int16_t minPower, maxPower, tpcInDb, powerLimit;
2228 if (ahp->ah_rfHal->getChannelMaxMinPower(ah, chan, &maxPower, &minPower)) {
2231 chan->minTxPower = minPower / 2;
2252 AH_FALSE, &minPower, &maxPower)) {
2259 if (minPower < chan->minTxPower)
2260 chan->minTxPower = minPower;