Searched refs:AR_SREV_9287_11_OR_LATER (Results 1 – 5 of 5) sorted by relevance
661 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()
857 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()
88 if (AR_SREV_9287_11_OR_LATER(ah)) { in ar9002_hw_set_channel()
115 #define OLC_FOR_AR9287_10_LATER(_ah) (AR_SREV_9287_11_OR_LATER(_ah) && \
863 #define AR_SREV_9287_11_OR_LATER(_ah) \ macro