Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
H A Deeprom_def.c425 if (AR_SREV_9280_20_OR_LATER(ah)) { in ath9k_hw_def_set_gain()
448 if (AR_SREV_9280_20_OR_LATER(ah)) { in ath9k_hw_def_set_gain()
508 if (AR_SREV_9280_20_OR_LATER(ah)) { in ath9k_hw_def_set_board_values()
562 if (!AR_SREV_9280_20_OR_LATER(ah)) in ath9k_hw_def_set_board_values()
579 if (AR_SREV_9280_20_OR_LATER(ah)) { in ath9k_hw_def_set_board_values()
608 if (AR_SREV_9280_20_OR_LATER(ah) && in ath9k_hw_def_set_board_values()
706 if (AR_SREV_9280_20_OR_LATER(ah)) { in ath9k_change_gain_boundary_setting()
745 if (AR_SREV_9280_20_OR_LATER(ah)) { in ath9k_adjust_pdadc_values()
1182 if (AR_SREV_9280_20_OR_LATER(ah)) { in ath9k_hw_def_set_txpower()
H A Dar5008_phy.c174 BUG_ON(AR_SREV_9280_20_OR_LATER(ah)); in ar5008_hw_force_bias()
501 if (AR_SREV_9280_20_OR_LATER(ah)) in ar5008_hw_rf_alloc_ext_banks()
539 if (AR_SREV_9280_20_OR_LATER(ah)) in ar5008_hw_set_rf_regs()
647 if (AR_SREV_9280_20_OR_LATER(ah)) { in ar5008_hw_override_ini()
669 if (AR_SREV_9280_20_OR_LATER(ah)) in ar5008_hw_override_ini()
838 if (!AR_SREV_9280_20_OR_LATER(ah)) in ar5008_hw_set_rfmode()
H A Dcommon-init.c203 if (AR_SREV_9280_20_OR_LATER(ah)) { in ath9k_cmn_setup_ht_cap()
H A Dar9002_calib.c856 if (AR_SREV_9280_20_OR_LATER(ah)) { in ar9002_hw_init_cal()
879 if (AR_SREV_9280_20_OR_LATER(ah)) { in ar9002_hw_init_cal()
989 if (AR_SREV_9280_20_OR_LATER(ah)) { in ar9002_hw_init_cal_settings()
H A Dtx99.c270 if (!AR_SREV_9280_20_OR_LATER(sc->sc_ah)) in ath9k_tx99_init_debug()
H A Deeprom.h113 #define OLC_FOR_AR9280_20_LATER(_ah) (AR_SREV_9280_20_OR_LATER(_ah) && \
H A Dmac.c585 if (AR_SREV_9280_20_OR_LATER(ah)) in ath9k_hw_rxprocdesc()
H A Dreg.h851 #define AR_SREV_9280_20_OR_LATER(_ah) \ macro