Searched refs:IS_5416V2_2 (Results 1 – 2 of 2) sorted by relevance
648 #define IS_5416V2_2(_ah) (AR_SREV_OWL((_ah)) && AH_PRIVATE((_ah))->ah_macRev == AR_SREV_REVISION_OW… macro
358 if (! IS_5416V2_2(ah)) { /* Owl 2.1/2.0 */ in ar5416Attach()