Home
last modified time | relevance | path

Searched refs:twiceMaxRegulatoryPower (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar9002/
H A Dar9287_reset.c131 uint16_t twiceMaxRegulatoryPower, in ar9287SetPowerPerRateTable() argument
178 scaledPower = AH_MIN(powerLimit, twiceMaxRegulatoryPower + twiceLargestAntenna); in ar9287SetPowerPerRateTable()
341 uint16_t twiceMaxRegulatoryPower; in ar9287SetTransmitPower() local
354 twiceMaxRegulatoryPower = AH_MIN(MAX_RATE_POWER, in ar9287SetTransmitPower()
368 twiceMaxRegulatoryPower, powerLimit)) { in ar9287SetTransmitPower()
H A Dar9285_reset.c58 uint16_t twiceMaxRegulatoryPower,
86 uint16_t twiceMaxRegulatoryPower; in ar9285SetTransmitPower() local
100 twiceMaxRegulatoryPower = AH_MIN(MAX_RATE_POWER, AH_PRIVATE(ah)->ah_powerLimit); in ar9285SetTransmitPower()
112 twiceMaxRegulatoryPower, powerLimit)) { in ar9285SetTransmitPower()
400 uint16_t twiceMaxRegulatoryPower, in ar9285SetPowerPerRateTable() argument
440 scaledPower = AH_MIN(powerLimit, twiceMaxRegulatoryPower + twiceLargestAntenna); in ar9285SetPowerPerRateTable()
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c60 uint16_t twiceMaxRegulatoryPower,
1070 uint16_t twiceMaxRegulatoryPower; in ar5416SetTransmitPower() local
1087 twiceMaxRegulatoryPower = AH_MIN(MAX_RATE_POWER, AH_PRIVATE(ah)->ah_powerLimit); in ar5416SetTransmitPower()
1100 twiceMaxRegulatoryPower, powerLimit)) { in ar5416SetTransmitPower()
1814 uint16_t twiceMaxRegulatoryPower, in ar5416SetPowerPerRateTable() argument
1879 scaledPower = AH_MIN(powerLimit, twiceMaxRegulatoryPower + twiceLargestAntenna); in ar5416SetPowerPerRateTable()