Home
last modified time | relevance | path

Searched refs:IS_EEP_MINOR_V3 (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/
HDar9280_olc.c270 #define IS_EEP_MINOR_V3(_ah) (EEP_MINOR(_ah) >= AR5416_EEP_MINOR_VER_3) macro
HDar9285_reset.c47 #define IS_EEP_MINOR_V3(_ah) (EEP_MINOR(_ah) >= AR5416_EEP_MINOR_VER_3) macro
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300eep.h488 #define IS_EEP_MINOR_V3(_ahp) (ar9300_eeprom_get((_ahp), EEP_MINOR_REV) >= AR9300_EEP_MINOR_VER_3) macro
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
HDar5416_reset.c35 #define IS_EEP_MINOR_V3(_ah) (EEP_MINOR(_ah) >= AR5416_EEP_MINOR_VER_3) macro
1535 if (IS_EEP_MINOR_V3(ah)) { in ar5416SetDefGainValues()
1705 if (IS_EEP_MINOR_V3(ah) && IEEE80211_IS_CHAN_HT40(chan)) in ar5416SetBoardValues()