Home
last modified time | relevance | path

Searched refs:HAL_BT_COEX_FLAG_LOW_ACK_PWR (Results 1 – 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_btcoex.c193 ahp->ah_btCoexFlag |= HAL_BT_COEX_FLAG_LOW_ACK_PWR; in ar5416BTCoexSetParameter()
196 ahp->ah_btCoexFlag &= ~HAL_BT_COEX_FLAG_LOW_ACK_PWR; in ar5416BTCoexSetParameter()
285 if (ahp->ah_btCoexFlag & HAL_BT_COEX_FLAG_LOW_ACK_PWR) in ar5416BTCoexEnable()
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah_btcoex.h71 #define HAL_BT_COEX_FLAG_LOW_ACK_PWR 0x00000001 macro
160 #define HAL_BT_COEX_FLAG_LOW_ACK_PWR 0x00000001 macro
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_misc.c2513 ahp->ah_bt_coex_flag |= HAL_BT_COEX_FLAG_LOW_ACK_PWR; in ar9300_bt_coex_set_parameter()
2515 ahp->ah_bt_coex_flag &= ~HAL_BT_COEX_FLAG_LOW_ACK_PWR; in ar9300_bt_coex_set_parameter()
2617 if (ahp->ah_bt_coex_flag & HAL_BT_COEX_FLAG_LOW_ACK_PWR) { in ar9300_bt_coex_enable()
H A Dar9300_mci.c1976 if (ahp->ah_bt_coex_flag & HAL_BT_COEX_FLAG_LOW_ACK_PWR) { in ar9300_mci_bt_coex_enable()
H A Dar9300_eeprom.c2774 HAL_BT_COEX_FLAG_LOW_ACK_PWR) && in ar9300_eeprom_set_power_per_rate_table()