Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar9002/
H A Dar9280_olc.c268 #define IS_EEP_MINOR_V2(_ah) (EEP_MINOR(_ah) >= AR5416_EEP_MINOR_VER_2) macro
302 if (IS_EEP_MINOR_V2(ah)) { in ar9280SetPowerCalTable()
H A Dar9285_reset.c46 #define IS_EEP_MINOR_V2(_ah) (EEP_MINOR(_ah) >= AR5416_EEP_MINOR_VER_2) macro
105 if (IS_EEP_MINOR_V2(ah)) { in ar9285SetTransmitPower()
582 if (IS_EEP_MINOR_V2(ah)) { in ar9285SetPowerCalTable()
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c34 #define IS_EEP_MINOR_V2(_ah) (EEP_MINOR(_ah) >= AR5416_EEP_MINOR_VER_2) macro
1092 if (IS_EEP_MINOR_V2(ah)) { in ar5416SetTransmitPower()
1705 if (IS_EEP_MINOR_V2(ah)) { in ar5416SetBoardValues()
2363 if (IS_EEP_MINOR_V2(ah)) { in ar5416SetPowerCalTable()
H A Dar5416_xmit.c231 #define IS_EEP_MINOR_V2(_ah) (EEP_MINOR(_ah) >= AR5416_EEP_MINOR_VER_2) in ar5416GetTxRatePower() macro
317 #undef IS_EEP_MINOR_V2 in ar5416GetTxRatePower()