Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
H A Dar9003_wow.c52 if (AR_SREV_9462(ah) || AR_SREV_9565(ah)) { in ath9k_hw_set_powermode_wow_sleep()
106 if (AR_SREV_9462_20_OR_LATER(ah) || AR_SREV_9565(ah)) { in ath9k_wow_create_keep_alive_pattern()
255 if (AR_SREV_9462(ah) || AR_SREV_9565(ah) || AR_SREV_9485(ah)) { in ath9k_hw_wow_wakeup()
H A Dreg.h911 #define AR_SREV_9565(_ah) \ macro
914 (AR_SREV_9462(_ah) || AR_SREV_9485(_ah) || AR_SREV_9565(_ah))
918 #define AR_SREV_9565(_ah) 0 macro
957 (AR_SREV_9565(_ah) && \
960 (AR_SREV_9565(_ah) && \
963 (AR_SREV_9565(_ah) && \
966 (AR_SREV_9565(_ah) && \
H A Dar9003_paprd.c79 AR_SREV_9462(ah) || AR_SREV_9565(ah)) { in ar9003_get_training_power_2g()
223 if (AR_SREV_9462(ah) || AR_SREV_9565(ah)) in ar9003_paprd_setup_single_table()
245 AR_SREV_9565(ah) || in ar9003_paprd_setup_single_table()
257 if (IS_CHAN_2GHZ(ah->curchan) && !AR_SREV_9462(ah) && !AR_SREV_9565(ah)) in ar9003_paprd_setup_single_table()
H A Dar9003_eeprom.c3003 if (AR_SREV_9565(ah)) in ath9k_hw_ar9300_get_eeprom()
3611 else if (AR_SREV_9462(ah) || AR_SREV_9550(ah) || AR_SREV_9565(ah)) in ar9003_hw_xpa_bias_level_apply()
3669 if (AR_SREV_9462(ah) || AR_SREV_9565(ah)) { in ar9003_hw_ant_ctrl_apply()
3693 if (AR_SREV_9462_20_OR_LATER(ah) || AR_SREV_9565(ah)) { in ar9003_hw_ant_ctrl_apply()
3724 if (AR_SREV_9330(ah) || AR_SREV_9485(ah) || AR_SREV_9565(ah)) { in ar9003_hw_ant_ctrl_apply()
3740 if (AR_SREV_9565(ah)) { in ar9003_hw_ant_ctrl_apply()
3770 if ((AR_SREV_9485(ah) || AR_SREV_9565(ah)) in ar9003_hw_ant_ctrl_apply()
4002 } else if (AR_SREV_9462(ah) || AR_SREV_9565(ah) || in ar9003_hw_internal_regulator_apply()
4037 } else if (AR_SREV_9462(ah) || AR_SREV_9565(ah)) in ar9003_hw_internal_regulator_apply()
5430 !AR_SREV_9462(ah) && !AR_SREV_9565(ah)) { in ar9003_paprd_set_txpower()
H A Dani.c264 AR_SREV_9565(ah) || AR_SREV_9561(ah)) in ath9k_hw_set_cck_nil()
H A Dgpio.c37 else if (AR_SREV_9462(ah) || AR_SREV_9565(ah)) in ath_fill_led_pin()
H A Deeprom.h122 #define EEP_RFSILENT_GPIO_SEL ((AR_SREV_9462(ah) || AR_SREV_9565(ah)) ? 0x00fc : 0x001c)
H A Dmci.c160 btcoex->duty_cycle = AR_SREV_9565(sc->sc_ah) ? 40 : 35; in ath_mci_update_scheme()
H A Dar9003_calib.c273 if (AR_SREV_9565(ah) && in ar9003_hw_iqcalibrate()