Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/contrib/dev/ath/ath_hal/ar9300/
Dar9300_misc.c2287 ahp->ah_bt_coex_mode = (ahp->ah_bt_coex_mode & AR_BT_QCU_THRESH) | in ar9300_bt_coex_config()
2311 ahp->ah_bt_coex_mode &= ~AR_BT_QCU_THRESH; in ar9300_bt_coex_set_qcu_thresh()
2312 ahp->ah_bt_coex_mode |= SM(qnum, AR_BT_QCU_THRESH); in ar9300_bt_coex_set_qcu_thresh()
2492 OS_REG_WRITE(ah, AR_BT_COEX_MODE, ahp->ah_bt_coex_mode); in ar9300_bt_coex_enable()
Dar9300.h524 u_int32_t ah_bt_coex_mode; /* Register setting for AR_BT_COEX_MODE */ member