Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_misc.c2490 if (ahp->ah_bt_coex_flag & HAL_BT_COEX_FLAG_ANT_DIV_ALLOW) in ar9300_bt_coex_antenna_diversity()
2513 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()
2523 ahp->ah_bt_coex_flag |= HAL_BT_COEX_FLAG_ANT_DIV_ALLOW; in ar9300_bt_coex_set_parameter()
2525 ahp->ah_bt_coex_flag |= HAL_BT_COEX_FLAG_ANT_DIV_ENABLE; in ar9300_bt_coex_set_parameter()
2528 ahp->ah_bt_coex_flag &= ~HAL_BT_COEX_FLAG_ANT_DIV_ENABLE; in ar9300_bt_coex_set_parameter()
2535 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()
2549 ahp->ah_bt_coex_flag |= HAL_BT_COEX_FLAG_MCI_MAX_TX_PWR; in ar9300_bt_coex_set_parameter()
2553 ahp->ah_bt_coex_flag &= ~HAL_BT_COEX_FLAG_MCI_MAX_TX_PWR; in ar9300_bt_coex_set_parameter()
[all …]
H A Dar9300_mci.c1069 ahp->ah_mci_concur_tx_en = (ahp->ah_bt_coex_flag & in ar9300_mci_reset()
1842 if (ahp->ah_bt_coex_flag & HAL_BT_COEX_FLAG_MCI_FTP_STOMP_RX) { in ar9300_mci_bt_coex_set_weights()
1976 if (ahp->ah_bt_coex_flag & HAL_BT_COEX_FLAG_LOW_ACK_PWR) { in ar9300_mci_bt_coex_enable()
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()
2773 if ((ahp->ah_bt_coex_flag & 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()
2806 else if ((ahp->ah_bt_coex_flag & 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()
2856 else if ((ahp->ah_bt_coex_flag & in ar9300_eeprom_set_power_per_rate_table()
H A Dar9300.h520 u_int32_t ah_bt_coex_flag; /* Special tuning flags for BT coex */ member