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

  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar2425.c 569 ar2425GetMinPower(struct ath_hal *ah, const RAW_DATA_PER_CHANNEL_2413 *data)
636 *minPow = ar2425GetMinPower(ah, &data[0]);
640 *minPow = ar2425GetMinPower(ah, &data[numChannels - 1]);
653 totalMin = ar2425GetMinPower(ah, &data[i]) - ar2425GetMinPower(ah, &data[last]);
655 ar2425GetMinPower(ah, &data[last])*totalD)/totalD);
660 *minPow = ar2425GetMinPower(ah, &data[i]);
ar2425.c 569 ar2425GetMinPower(struct ath_hal *ah, const RAW_DATA_PER_CHANNEL_2413 *data)
636 *minPow = ar2425GetMinPower(ah, &data[0]);
640 *minPow = ar2425GetMinPower(ah, &data[numChannels - 1]);
653 totalMin = ar2425GetMinPower(ah, &data[i]) - ar2425GetMinPower(ah, &data[last]);
655 ar2425GetMinPower(ah, &data[last])*totalD)/totalD);
660 *minPow = ar2425GetMinPower(ah, &data[i]);
ar2425.c 569 ar2425GetMinPower(struct ath_hal *ah, const RAW_DATA_PER_CHANNEL_2413 *data)
636 *minPow = ar2425GetMinPower(ah, &data[0]);
640 *minPow = ar2425GetMinPower(ah, &data[numChannels - 1]);
653 totalMin = ar2425GetMinPower(ah, &data[i]) - ar2425GetMinPower(ah, &data[last]);
655 ar2425GetMinPower(ah, &data[last])*totalD)/totalD);
660 *minPow = ar2425GetMinPower(ah, &data[i]);

Completed in 32 milliseconds