Home
last modified time | relevance | path

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

/trueos/sys/dev/ath/ath_hal/ar5416/
HDar5416_btcoex.c43 ahp->ah_btActiveGpioSelect = btinfo->bt_gpio_bt_active; in ar5416SetBTCoexInfo()
318 (0x2 << (ahp->ah_btActiveGpioSelect * 2)), in ar5416BTCoexEnable()
319 (0x3 << (ahp->ah_btActiveGpioSelect * 2))); in ar5416BTCoexEnable()
347 ahp->ah_btActiveGpioSelect); in ar5416InitBTCoex()
355 ar5416GpioCfgInput(ah, ahp->ah_btActiveGpioSelect); in ar5416InitBTCoex()
385 ahp->ah_btActiveGpioSelect); in ar5416InitBTCoex()
388 ar5416GpioCfgInput(ah, ahp->ah_btActiveGpioSelect); in ar5416InitBTCoex()
HDar5416.h149 uint8_t ah_btActiveGpioSelect; /* GPIO pin for BT_ACTIVE */ member