Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
H A Dar9002_calib.c896 if (AR_SREV_9100(ah) || AR_SREV_9160_10_OR_LATER(ah)) { in ar9002_hw_init_cal()
899 if (AR_SREV_9160_10_OR_LATER(ah)) in ar9002_hw_init_cal()
988 if (AR_SREV_9160_10_OR_LATER(ah)) { in ar9002_hw_init_cal_settings()
H A Dar5008_phy.c250 if (AR_SREV_9100(ah) || AR_SREV_9160_10_OR_LATER(ah)) in ar5008_hw_set_channel()
1379 if (AR_SREV_9100(ah) || AR_SREV_9160_10_OR_LATER(ah)) in ar5008_hw_attach_phy_ops()
H A Dreg.h844 #define AR_SREV_9160_10_OR_LATER(_ah) \ macro