Searched refs:minPower (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/ |
| H A D | ar5212_reset.c | 46 HAL_BOOL commit, int16_t *minPower, int16_t *maxPower); 1879 int16_t minPower, maxPower, tpcInDb, powerLimit; in ar5212SetTransmitPower() local 1893 AH_TRUE, &minPower, &maxPower)) { in ar5212SetTransmitPower() 1899 &minPower, &maxPower, chan, rfXpdGain)) { in ar5212SetTransmitPower() 2219 int16_t minPower, maxPower, tpcInDb, powerLimit; in ar5212GetChipPowerLimits() local 2228 if (ahp->ah_rfHal->getChannelMaxMinPower(ah, chan, &maxPower, &minPower)) { in ar5212GetChipPowerLimits() 2231 chan->minTxPower = minPower / 2; in ar5212GetChipPowerLimits() 2252 AH_FALSE, &minPower, &maxPower)) { in ar5212GetChipPowerLimits() 2259 if (minPower < chan->minTxPower) in ar5212GetChipPowerLimits() 2260 chan->minTxPower = minPower; in ar5212GetChipPowerLimits()
|
| H A D | ar2317.c | 487 int16_t *minPower, int16_t *maxPower, HAL_CHANNEL_INTERNAL *chan, in ar2317SetPowerTable() argument
|
| H A D | ar2316.c | 509 int16_t *minPower, int16_t *maxPower, HAL_CHANNEL_INTERNAL *chan, in ar2316SetPowerTable() argument
|
| H A D | ar2413.c | 503 int16_t *minPower, int16_t *maxPower, HAL_CHANNEL_INTERNAL *chan, in ar2413SetPowerTable() argument
|
| H A D | ar2425.c | 503 int16_t *minPower, int16_t *maxPower, HAL_CHANNEL_INTERNAL *chan, in ar2425SetPowerTable() argument
|
| H A D | ar5212.h | 143 int16_t *minPower, int16_t *maxPower,
|
| H A D | ar5413.c | 539 int16_t *minPower, int16_t *maxPower, HAL_CHANNEL_INTERNAL *chan, in ar5413SetPowerTable() argument
|
| /netbsd-src/sys/external/isc/atheros_hal/dist/ar5416/ |
| H A D | ar5416_reset.c | 794 int16_t minPower, maxPower; in ar5416GetChipPowerLimits() local 803 if (ahp->ah_rfHal->getChannelMaxMinPower(ah, chan, &maxPower, &minPower)) { in ar5416GetChipPowerLimits() 806 chan->minTxPower = minPower / 2; in ar5416GetChipPowerLimits()
|