Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_btcoex.c206 if ((ahp->ah_btCoexFlag & HAL_BT_COEX_FLAG_LOWER_TX_PWR) == 0) { in ar5416BTCoexSetParameter()
207 ahp->ah_btCoexFlag |= HAL_BT_COEX_FLAG_LOWER_TX_PWR; in ar5416BTCoexSetParameter()
213 if (ahp->ah_btCoexFlag & HAL_BT_COEX_FLAG_LOWER_TX_PWR) { in ar5416BTCoexSetParameter()
214 ahp->ah_btCoexFlag &= ~HAL_BT_COEX_FLAG_LOWER_TX_PWR; in ar5416BTCoexSetParameter()
/freebsd/sys/dev/ath/ath_hal/
H A Dah_btcoex.h72 #define HAL_BT_COEX_FLAG_LOWER_TX_PWR 0x00000002 macro
161 #define HAL_BT_COEX_FLAG_LOWER_TX_PWR 0x00000002 macro
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_eeprom.c2759 if ((ahp->ah_bt_coex_flag & HAL_BT_COEX_FLAG_LOWER_TX_PWR) in ar9300_eeprom_set_power_per_rate_table()
2794 (ahp->ah_bt_coex_flag & HAL_BT_COEX_FLAG_LOWER_TX_PWR) && in ar9300_eeprom_set_power_per_rate_table()
2844 (ahp->ah_bt_coex_flag & HAL_BT_COEX_FLAG_LOWER_TX_PWR) && in ar9300_eeprom_set_power_per_rate_table()
H A Dar9300_misc.c2535 ahp->ah_bt_coex_flag |= HAL_BT_COEX_FLAG_LOWER_TX_PWR; in ar9300_bt_coex_set_parameter()
2538 ahp->ah_bt_coex_flag &= ~HAL_BT_COEX_FLAG_LOWER_TX_PWR; in ar9300_bt_coex_set_parameter()