HomeSort by: relevance | last modified time | path
    Searched refs:minPower (Results 1 - 8 of 8) 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...]
ar2316.c 509 int16_t *minPower, int16_t *maxPower, HAL_CHANNEL_INTERNAL *chan,
584 * values by the amount of minPower for griffin
ar2317.c 487 int16_t *minPower, int16_t *maxPower, HAL_CHANNEL_INTERNAL *chan,
562 * values by the amount of minPower for griffin
ar2413.c 503 int16_t *minPower, int16_t *maxPower, HAL_CHANNEL_INTERNAL *chan,
578 * values by the amount of minPower for griffin
ar2425.c 503 int16_t *minPower, int16_t *maxPower, HAL_CHANNEL_INTERNAL *chan,
540 * values by the amount of minPower for griffin
ar5413.c 539 int16_t *minPower, int16_t *maxPower, HAL_CHANNEL_INTERNAL *chan,
614 * values by the amount of minPower for griffin
ar5212.h 143 int16_t *minPower, int16_t *maxPower,
  /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 19 milliseconds