HomeSort by: relevance | last modified time | path
    Searched defs:minPower (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_reset.c 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;
    [all...]
  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_reset.c 794 int16_t minPower, maxPower;
803 if (ahp->ah_rfHal->getChannelMaxMinPower(ah, chan, &maxPower, &minPower)) {
806 chan->minTxPower = minPower / 2;
1896 * values by the amount of minPower for griffin

Completed in 15 milliseconds