Home
last modified time | relevance | path

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 Dar5416_btcoex.c247 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 Dar5416reg.h519 #define AR_PCU_BT_ANT_PREVENT_RX 0x00100000 macro
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_misc.c2587 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 Dar9300_mci.c1057 OS_REG_RMW_FIELD(ah, AR_PCU_MISC, AR_PCU_BT_ANT_PREVENT_RX, 0); in ar9300_mci_reset()
H A Dar9300reg.h1738 #define AR_PCU_BT_ANT_PREVENT_RX 0x00100000 macro