Searched defs:powerLimit (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_eeprom_4k.c376 u16 powerLimit)
425 scaledPower = min(powerLimit, maxRegAllowedPower);
584 u8 powerLimit, int test)
605 powerLimit);
370 ath9k_hw_set_4k_power_per_rate_table(struct ath_hw *ah, struct ath9k_channel *chan, int16_t *ratesArray, u16 cfgCtl, u16 AntennaReduction, u16 twiceMaxRegulatoryPower, u16 powerLimit) argument
579 ath9k_hw_4k_set_txpower(struct ath_hw *ah, struct ath9k_channel *chan, u16 cfgCtl, u8 twiceAntennaReduction, u8 twiceMaxRegulatoryPower, u8 powerLimit, int test) argument
H A Dath9k_eeprom_9287.c465 u16 powerLimit)
523 scaledPower = min(powerLimit, maxRegAllowedPower);
725 u8 powerLimit, int test)
745 powerLimit);
459 ath9k_hw_set_ar9287_power_per_rate_table(struct ath_hw *ah, struct ath9k_channel *chan, int16_t *ratesArray, u16 cfgCtl, u16 AntennaReduction, u16 twiceMaxRegulatoryPower, u16 powerLimit) argument
721 ath9k_hw_ar9287_set_txpower(struct ath_hw *ah, struct ath9k_channel *chan, u16 cfgCtl, u8 twiceAntennaReduction, u8 twiceMaxRegulatoryPower, u8 powerLimit, int test) argument
H A Dath9k_eeprom_def.c876 u16 powerLimit)
939 scaledPower = min(powerLimit, maxRegAllowedPower);
1145 u8 powerLimit, int test)
1168 powerLimit);
870 ath9k_hw_set_def_power_per_rate_table(struct ath_hw *ah, struct ath9k_channel *chan, int16_t *ratesArray, u16 cfgCtl, u16 AntennaReduction, u16 twiceMaxRegulatoryPower, u16 powerLimit) argument
1140 ath9k_hw_def_set_txpower(struct ath_hw *ah, struct ath9k_channel *chan, u16 cfgCtl, u8 twiceAntennaReduction, u8 twiceMaxRegulatoryPower, u8 powerLimit, int test) argument
H A Dath9k_ar9003_eeprom.c4588 u16 powerLimit)
4637 scaledPower = min(powerLimit, maxRegAllowedPower);
4825 u8 powerLimit, int test)
4877 powerLimit);
4583 ar9003_hw_set_power_per_rate_table(struct ath_hw *ah, struct ath9k_channel *chan, u8 *pPwrArray, u16 cfgCtl, u8 twiceAntennaReduction, u8 twiceMaxRegulatoryPower, u16 powerLimit) argument
4821 ath9k_hw_ar9300_set_txpower(struct ath_hw *ah, struct ath9k_channel *chan, u16 cfgCtl, u8 twiceAntennaReduction, u8 twiceMaxRegulatoryPower, u8 powerLimit, int test) argument

Completed in 61 milliseconds