Home
last modified time | relevance | path

Searched refs:IS_EEP_MINOR_V2 (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/sys/dev/ath/ath_hal/ar9002/
Dar9280_olc.c269 #define IS_EEP_MINOR_V2(_ah) (EEP_MINOR(_ah) >= AR5416_EEP_MINOR_VER_2) macro
304 if (IS_EEP_MINOR_V2(ah)) { in ar9280SetPowerCalTable()
Dar9285_reset.c45 #define IS_EEP_MINOR_V2(_ah) (EEP_MINOR(_ah) >= AR5416_EEP_MINOR_VER_2) macro
104 if (IS_EEP_MINOR_V2(ah)) { in ar9285SetTransmitPower()
572 if (IS_EEP_MINOR_V2(ah)) { in ar9285SetPowerCalTable()
/freebsd-9-stable/sys/dev/ath/ath_hal/ar5416/
Dar5416_reset.c34 #define IS_EEP_MINOR_V2(_ah) (EEP_MINOR(_ah) >= AR5416_EEP_MINOR_VER_2) macro
1004 if (IS_EEP_MINOR_V2(ah)) { in ar5416SetTransmitPower()
1619 if (IS_EEP_MINOR_V2(ah)) { in ar5416SetBoardValues()
2276 if (IS_EEP_MINOR_V2(ah)) { in ar5416SetPowerCalTable()