Home
last modified time | relevance | path

Searched refs:AR_BT_QCU_THRESH (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c2401 ahp->ah_bt_coex_mode = (ahp->ah_bt_coex_mode & AR_BT_QCU_THRESH) | in ar9300_bt_coex_config()
2425 ahp->ah_bt_coex_mode &= ~AR_BT_QCU_THRESH; in ar9300_bt_coex_set_qcu_thresh()
2426 ahp->ah_bt_coex_mode |= SM(qnum, AR_BT_QCU_THRESH); in ar9300_bt_coex_set_qcu_thresh()
H A Dar9300reg.h1790 #define AR_BT_QCU_THRESH 0x0001e000 macro