Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_attach.c764 if (!AR_SREV_HORNET_11(ah)) { in ar9300_attach()
946 } else if (AR_SREV_HORNET_11(ah)) { in ar9300_attach()
3598 } else if (AR_SREV_HORNET_11(ah)) { in ar9300_rx_gain_table_apply()
3672 } else if (AR_SREV_HORNET_11(ah)) { in ar9300_rx_gain_table_apply()
3747 } else if (AR_SREV_HORNET_11(ah)) { in ar9300_tx_gain_table_apply()
3811 } else if (AR_SREV_HORNET_11(ah)) { in ar9300_tx_gain_table_apply()
3878 } else if (AR_SREV_HORNET_11(ah)) { in ar9300_tx_gain_table_apply()
3915 } else if (AR_SREV_HORNET_11(ah)) { in ar9300_tx_gain_table_apply()
4049 if (AR_SREV_HORNET_11(ah)) { in ar9300_ant_div_comb_get_config()
H A Dar9300reg.h3075 #define AR_SREV_HORNET_11(_ah) \ macro
3084 ( AR_SREV_HORNET_10(_ah) || AR_SREV_HORNET_11(_ah) || AR_SREV_HORNET_12(_ah) )
3087 #define AR_SREV_HORNET_11(_ah) 0 macro