Home
last modified time | relevance | path

Searched refs:ah_btCoexConfigType (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/dev/ath/ath_hal/ar5416/
HDar5416_btcoex.c42 ahp->ah_btCoexConfigType = btinfo->bt_coex_config; in ar5416SetBTCoexInfo()
300 if (ahp->ah_btCoexConfigType == HAL_BT_COEX_CFG_3WIRE) { in ar5416BTCoexEnable()
334 ahp->ah_btCoexConfigType); in ar5416InitBTCoex()
336 if (ahp->ah_btCoexConfigType == HAL_BT_COEX_CFG_3WIRE) { in ar5416InitBTCoex()
369 } else if (ahp->ah_btCoexConfigType != HAL_BT_COEX_CFG_NONE) { in ar5416InitBTCoex()
HDar5416.h148 uint8_t ah_btCoexConfigType; /* BT coex configuration */ member
HDar5416_reset.c298 if (AH5416(ah)->ah_btCoexConfigType != HAL_BT_COEX_CFG_NONE) in ar5416Reset()