Home
last modified time | relevance | path

Searched refs:AR_SREV_HORNET_12 (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_attach.c878 if (AR_SREV_HORNET_12(ah)) { in ar9300_attach()
3594 if (AR_SREV_HORNET_12(ah)) { in ar9300_rx_gain_table_apply()
3668 if (AR_SREV_HORNET_12(ah)) { in ar9300_rx_gain_table_apply()
3743 if (AR_SREV_HORNET_12(ah)) { in ar9300_tx_gain_table_apply()
3807 if (AR_SREV_HORNET_12(ah)) { in ar9300_tx_gain_table_apply()
3874 if (AR_SREV_HORNET_12(ah)) { in ar9300_tx_gain_table_apply()
3911 if (AR_SREV_HORNET_12(ah)) { in ar9300_tx_gain_table_apply()
H A Dar9300reg.h3079 #define AR_SREV_HORNET_12(_ah) \ macro
3084 ( AR_SREV_HORNET_10(_ah) || AR_SREV_HORNET_11(_ah) || AR_SREV_HORNET_12(_ah) )
3088 #define AR_SREV_HORNET_12(_ah) 0 macro