Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_btcoex.c43 ahp->ah_btActiveGpioSelect = btinfo->bt_gpio_bt_active; in ar5416SetBTCoexInfo()
322 (0x2 << (ahp->ah_btActiveGpioSelect * 2)), in ar5416BTCoexEnable()
323 (0x3 << (ahp->ah_btActiveGpioSelect * 2))); in ar5416BTCoexEnable()
351 ahp->ah_btActiveGpioSelect); in ar5416InitBTCoex()
359 ar5416GpioCfgInput(ah, ahp->ah_btActiveGpioSelect); in ar5416InitBTCoex()
389 ahp->ah_btActiveGpioSelect); in ar5416InitBTCoex()
392 ar5416GpioCfgInput(ah, ahp->ah_btActiveGpioSelect); in ar5416InitBTCoex()
H A Dar5416.h143 uint8_t ah_btActiveGpioSelect; /* GPIO pin for BT_ACTIVE */ member