Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
H A Dar9003_phy.c874 if (i == ATH_INI_POST && AR_SREV_9462_20_OR_LATER(ah)) in ar9003_hw_process_ini()
887 if (AR_SREV_9462_20_OR_LATER(ah)) { in ar9003_hw_process_ini()
1688 if (AR_SREV_9462_20_OR_LATER(ah)) in ar9003_hw_fast_chan_change()
1694 if (AR_SREV_9462_20_OR_LATER(ah)) { in ar9003_hw_fast_chan_change()
H A Dar9003_wow.c106 if (AR_SREV_9462_20_OR_LATER(ah) || AR_SREV_9565(ah)) { in ath9k_wow_create_keep_alive_pattern()
H A Dar9003_eeprom.c3693 if (AR_SREV_9462_20_OR_LATER(ah) || AR_SREV_9565(ah)) { in ar9003_hw_ant_ctrl_apply()
4189 if (!AR_SREV_9462_20_OR_LATER(ah)) in ar9003_hw_thermo_cal_apply()
4947 if (AR_SREV_9462_20_OR_LATER(ah)) in ar9003_hw_power_control_override()
H A Dreg.h949 #define AR_SREV_9462_20_OR_LATER(_ah) \ macro