Home
last modified time | relevance | path

Searched refs:ath_hal_desc_tpc (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_btcoex.c208 AH_PRIVATE(ah)->ah_config.ath_hal_desc_tpc = 1; in ar5416BTCoexSetParameter()
215 AH_PRIVATE(ah)->ah_config.ath_hal_desc_tpc = 0; in ar5416BTCoexSetParameter()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit_ds.c746 if (ah->ah_config.ath_hal_desc_tpc) { in ar9300_set_11n_rate_scenario()
791 if (ah->ah_config.ath_hal_desc_tpc) { in ar9300_set_11n_rate_scenario()
H A Dar9300_phy.c1064 if (!ah->ah_config.ath_hal_desc_tpc) { in ar9300_disp_tpc_tables()
1137 if (! ah->ah_config.ath_hal_desc_tpc) { in ar9300_get_tpc_tables()
H A Dar9300_misc.c744 return ah->ah_config.ath_hal_desc_tpc ? in ar9300_get_capability()
1017 ah->ah_config.ath_hal_desc_tpc = (setting != 0); in ar9300_set_capability()
2852 ah->ah_config.ath_hal_desc_tpc = 1; in ar9300_enable_tpc()
H A Dar9300_eeprom.c3190 if (ah->ah_config.ath_hal_desc_tpc) { in ar9300_eeprom_set_transmit_power()
/freebsd/sys/dev/ath/ath_hal/
H A Dah.h1164 int ath_hal_desc_tpc; /* Per-packet TPC */ member