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

  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar9285_reset.c 54 uint16_t twiceMaxRegulatoryPower,
106 uint16_t twiceMaxRegulatoryPower;
119 twiceMaxRegulatoryPower = AH_MIN(MAX_RATE_POWER, AH_PRIVATE(ah)->ah_powerLimit);
131 twiceMaxRegulatoryPower, powerLimit)) {
318 uint16_t twiceMaxRegulatoryPower,
358 scaledPower = AH_MIN(powerLimit, twiceMaxRegulatoryPower + twiceLargestAntenna);
ar5416_reset.c 63 uint16_t twiceMaxRegulatoryPower,
861 uint16_t twiceMaxRegulatoryPower;
873 twiceMaxRegulatoryPower = AH_MIN(MAX_RATE_POWER, AH_PRIVATE(ah)->ah_powerLimit);
885 twiceMaxRegulatoryPower, powerLimit)) {
1390 uint16_t twiceMaxRegulatoryPower,
1454 scaledPower = AH_MIN(powerLimit, twiceMaxRegulatoryPower + twiceLargestAntenna);

Completed in 13 milliseconds