Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
H A Dar5008_phy.c661 if (AR_SREV_9287_11_OR_LATER(ah)) in ar5008_hw_override_ini()
773 if (AR_SREV_9280(ah) || AR_SREV_9287_11_OR_LATER(ah)) in ar5008_hw_process_ini()
777 AR_SREV_9287_11_OR_LATER(ah)) in ar5008_hw_process_ini()
H A Dar9002_calib.c857 if (!AR_SREV_9287_11_OR_LATER(ah)) in ar9002_hw_init_cal()
880 if (!AR_SREV_9287_11_OR_LATER(ah)) in ar9002_hw_init_cal()
H A Dar9002_phy.c88 if (AR_SREV_9287_11_OR_LATER(ah)) { in ar9002_hw_set_channel()
H A Deeprom.h115 #define OLC_FOR_AR9287_10_LATER(_ah) (AR_SREV_9287_11_OR_LATER(_ah) && \
H A Dreg.h863 #define AR_SREV_9287_11_OR_LATER(_ah) \ macro