Home
last modified time | relevance | path

Searched refs:ah_macVersion (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/uts/common/io/arn/
H A Darn_reg.h757 (((_ah)->ah_macVersion >= AR_SREV_VERSION_5416_PCIE))
759 (((_ah)->ah_macVersion >= AR_SREV_VERSION_9160) || \
762 (((_ah)->ah_macVersion >= AR_SREV_VERSION_9160) || \
765 (((_ah)->ah_macVersion == AR_SREV_VERSION_9160))
767 (((_ah)->ah_macVersion >= AR_SREV_VERSION_9160))
771 (((_ah)->ah_macVersion == AR_SREV_VERSION_9280))
773 (((_ah)->ah_macVersion >= AR_SREV_VERSION_9280))
775 (((_ah)->ah_macVersion == AR_SREV_VERSION_9280) && \
778 (((_ah)->ah_macVersion > AR_SREV_VERSION_9280) || \
779 (((_ah)->ah_macVersion == AR_SREV_VERSION_9280) && \
[all …]
H A Darn_hw.c308 ah->ah_macVersion = (val & AR_SREV_VERSION2) >> AR_SREV_TYPE2_S; in ath9k_hw_read_revisions()
313 ah->ah_macVersion = MS(val, AR_SREV_VERSION); in ath9k_hw_read_revisions()
317 if (ah->ah_macVersion == AR_SREV_VERSION_5416_PCIE) in ath9k_hw_read_revisions()
516 ah->ah_macVersion = AR_SREV_VERSION_9100; in ath9k_hw_newstate()
737 if (ah->ah_macVersion == AR_SREV_VERSION_5416_PCI || in ath9k_hw_do_attach()
750 if ((ah->ah_macVersion != AR_SREV_VERSION_5416_PCI) && in ath9k_hw_do_attach()
751 (ah->ah_macVersion != AR_SREV_VERSION_5416_PCIE) && in ath9k_hw_do_attach()
752 (ah->ah_macVersion != AR_SREV_VERSION_9160) && in ath9k_hw_do_attach()
757 ah->ah_macVersion, ah->ah_macRev)); in ath9k_hw_do_attach()
803 ah->ah_macVersion, ah->ah_macRev)); in ath9k_hw_do_attach()
[all …]
H A Darn_hw.h344 #define AR_SREV_9100(ah) ((ah->ah_macVersion) == AR_SREV_VERSION_9100)
H A Darn_ath9k.h792 uint32_t ah_macVersion; member
H A Darn_eeprom.c2108 if (ah->ah_macVersion != AR_SREV_VERSION_9160) in ath9k_hw_set_def_addac()
2168 if (ah->ah_macVersion != AR_SREV_VERSION_9160) in ath9k_hw_set_4k_addac()
H A Darn_main.c3295 arn_mac_bb_name(ah->ah_macVersion), in arn_attach()
/titanic_50/usr/src/uts/common/io/ath/
H A Dath_hal.h865 uint32_t ah_macVersion; /* MAC version id */ member
H A Dath_main.c2061 ah->ah_macVersion, ah->ah_macRev, in ath_attach()
2077 ah->ah_macVersion, ah->ah_macRev, in ath_attach()