Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dar9002_hw.c129 static void ar9280_20_hw_init_txgain_ini(struct ath_hw *ah, u32 txgain_type) in ar9280_20_hw_init_txgain_ini() argument
132 if (txgain_type == AR5416_EEP_TXGAIN_HIGH_POWER) in ar9280_20_hw_init_txgain_ini()
144 static void ar9271_hw_init_txgain_ini(struct ath_hw *ah, u32 txgain_type) in ar9271_hw_init_txgain_ini() argument
146 if (txgain_type == AR5416_EEP_TXGAIN_HIGH_POWER) in ar9271_hw_init_txgain_ini()
156 u32 txgain_type = ah->eep_ops->get_eeprom(ah, EEP_TXGAIN_TYPE); in ar9002_hw_init_mode_gain_regs() local
165 ar9271_hw_init_txgain_ini(ah, txgain_type); in ar9002_hw_init_mode_gain_regs()
170 ar9280_20_hw_init_txgain_ini(ah, txgain_type); in ar9002_hw_init_mode_gain_regs()
173 if (txgain_type == AR5416_EEP_TXGAIN_HIGH_POWER) { in ar9002_hw_init_mode_gain_regs()