Searched refs:AR_PCU_BT_ANT_PREVENT_RX (Results 1 – 5 of 5) sorted by relevance
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/ |
H A D | ar5416_btcoex.c | 247 OS_REG_RMW_FIELD(ah, AR_MISC_MODE, AR_PCU_BT_ANT_PREVENT_RX, in ar5416BTCoexDisable() 295 AR_PCU_BT_ANT_PREVENT_RX, 1); in ar5416BTCoexEnable() 301 AR_PCU_BT_ANT_PREVENT_RX, 0); in ar5416BTCoexEnable()
|
H A D | ar5416reg.h | 519 #define AR_PCU_BT_ANT_PREVENT_RX 0x00100000 macro
|
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/ |
H A D | ar9300_misc.c | 2587 OS_REG_RMW_FIELD(ah, AR_PCU_MISC, AR_PCU_BT_ANT_PREVENT_RX, 0); in ar9300_bt_coex_disable() 2625 OS_REG_RMW_FIELD(ah, AR_PCU_MISC, AR_PCU_BT_ANT_PREVENT_RX, 1); in ar9300_bt_coex_enable() 2627 OS_REG_RMW_FIELD(ah, AR_PCU_MISC, AR_PCU_BT_ANT_PREVENT_RX, 0); in ar9300_bt_coex_enable()
|
H A D | ar9300_mci.c | 1057 OS_REG_RMW_FIELD(ah, AR_PCU_MISC, AR_PCU_BT_ANT_PREVENT_RX, 0); in ar9300_mci_reset()
|
H A D | ar9300reg.h | 1738 #define AR_PCU_BT_ANT_PREVENT_RX 0x00100000 macro
|