Home
last modified time | relevance | path

Searched refs:ah_macRev (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_reg.h760 ((_ah)->ah_macRev >= AR_SREV_REVISION_5416_20))
763 ((_ah)->ah_macRev >= AR_SREV_REVISION_5416_22))
769 (AR_SREV_9160(_ah) && ((_ah)->ah_macRev == AR_SREV_REVISION_9160_11))
776 ((_ah)->ah_macRev >= AR_SREV_REVISION_9280_20))
780 ((_ah)->ah_macRev >= AR_SREV_REVISION_9280_20)))
786 (AR_SREV_9280(ah) && ((_ah)->ah_macRev == AR_SREV_REVISION_9285_11))
789 (AR_SREV_9285(ah) && ((_ah)->ah_macRev >= AR_SREV_REVISION_9285_11)))
791 (AR_SREV_9280(ah) && ((_ah)->ah_macRev == AR_SREV_REVISION_9285_12))
794 (AR_SREV_9285(ah) && ((_ah)->ah_macRev >= AR_SREV_REVISION_9285_12)))
H A Darn_hw.c309 ah->ah_macRev = MS(val, AR_SREV_REVISION2); in ath9k_hw_read_revisions()
315 ah->ah_macRev = val & AR_SREV_REVISION; in ath9k_hw_read_revisions()
757 ah->ah_macVersion, ah->ah_macRev)); in ath9k_hw_do_attach()
803 ah->ah_macVersion, ah->ah_macRev)); in ath9k_hw_do_attach()
2715 ah->ah_macRev)); in ath9k_hw_set_keycache_entry()
2972 (ah->ah_macRev == AR_SREV_REVISION_9280_10)) { in ath9k_hw_configpcipowersave()
3501 if (!(AR_SREV_9280(ah) && (ah->ah_macRev == 0))) in ath9k_hw_fill_cap_info()
H A Darn_ath9k.h793 uint16_t ah_macRev; member
H A Darn_main.c3246 ah->ah_macRev, in arn_attach()
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_main.c2061 ah->ah_macVersion, ah->ah_macRev, in ath_attach()
2077 ah->ah_macVersion, ah->ah_macRev, in ath_attach()
H A Dath_hal.h866 uint16_t ah_macRev; /* MAC revision */ member