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

  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar2316.c 613 ar2316GetMinPower(struct ath_hal *ah, const RAW_DATA_PER_CHANNEL_2316 *data)
679 *minPow = ar2316GetMinPower(ah, &data[0]);
683 *minPow = ar2316GetMinPower(ah, &data[numChannels - 1]);
696 totalMin = ar2316GetMinPower(ah, &data[i]) - ar2316GetMinPower(ah, &data[last]);
698 ar2316GetMinPower(ah, &data[last])*totalD)/totalD);
703 *minPow = ar2316GetMinPower(ah, &data[i]);
ar2316.c 613 ar2316GetMinPower(struct ath_hal *ah, const RAW_DATA_PER_CHANNEL_2316 *data)
679 *minPow = ar2316GetMinPower(ah, &data[0]);
683 *minPow = ar2316GetMinPower(ah, &data[numChannels - 1]);
696 totalMin = ar2316GetMinPower(ah, &data[i]) - ar2316GetMinPower(ah, &data[last]);
698 ar2316GetMinPower(ah, &data[last])*totalD)/totalD);
703 *minPow = ar2316GetMinPower(ah, &data[i]);
ar2316.c 613 ar2316GetMinPower(struct ath_hal *ah, const RAW_DATA_PER_CHANNEL_2316 *data)
679 *minPow = ar2316GetMinPower(ah, &data[0]);
683 *minPow = ar2316GetMinPower(ah, &data[numChannels - 1]);
696 totalMin = ar2316GetMinPower(ah, &data[i]) - ar2316GetMinPower(ah, &data[last]);
698 ar2316GetMinPower(ah, &data[last])*totalD)/totalD);
703 *minPow = ar2316GetMinPower(ah, &data[i]);
ar2316.c 613 ar2316GetMinPower(struct ath_hal *ah, const RAW_DATA_PER_CHANNEL_2316 *data)
679 *minPow = ar2316GetMinPower(ah, &data[0]);
683 *minPow = ar2316GetMinPower(ah, &data[numChannels - 1]);
696 totalMin = ar2316GetMinPower(ah, &data[i]) - ar2316GetMinPower(ah, &data[last]);
698 ar2316GetMinPower(ah, &data[last])*totalD)/totalD);
703 *minPow = ar2316GetMinPower(ah, &data[i]);

Completed in 42 milliseconds