HomeSort by: relevance | last modified time | path
    Searched refs:PWR_STEP (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5111.c 485 pwr = (uint16_t)(PWR_STEP *
486 ((minScaledPwr - PWR_MIN + PWR_STEP / 2) / PWR_STEP) + PWR_MIN);
498 pwr += PWR_STEP;
  /src/sys/external/isc/atheros_hal/dist/
ah_eeprom_v3.h 134 #define PWR_STEP 50 /* 0.5 * SCALE */
ah_eeprom_v3.c 900 PWR_STEP * pChannelData->PwrValues[j]);
  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_reset.c 1467 pwr = (uint16_t)(PWR_STEP * ((minScaledPwr - PWR_MIN + PWR_STEP / 2) / PWR_STEP) + PWR_MIN);
1476 pwr += PWR_STEP;

Completed in 15 milliseconds