Home
last modified time | relevance | path

Searched refs:minPower (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_reset.c46 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 Dar2317.c487 int16_t *minPower, int16_t *maxPower, HAL_CHANNEL_INTERNAL *chan, in ar2317SetPowerTable() argument
H A Dar2316.c509 int16_t *minPower, int16_t *maxPower, HAL_CHANNEL_INTERNAL *chan, in ar2316SetPowerTable() argument
H A Dar2413.c503 int16_t *minPower, int16_t *maxPower, HAL_CHANNEL_INTERNAL *chan, in ar2413SetPowerTable() argument
H A Dar2425.c503 int16_t *minPower, int16_t *maxPower, HAL_CHANNEL_INTERNAL *chan, in ar2425SetPowerTable() argument
H A Dar5212.h143 int16_t *minPower, int16_t *maxPower,
H A Dar5413.c539 int16_t *minPower, int16_t *maxPower, HAL_CHANNEL_INTERNAL *chan, in ar5413SetPowerTable() argument
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar5416_reset.c794 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()