Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_btcoex.c45 ahp->ah_wlanActiveGpioSelect = btinfo->bt_gpio_wlan_active; in ar5416SetBTCoexInfo()
232 ar5416GpioSet(ah, ahp->ah_wlanActiveGpioSelect, 0); in ar5416BTCoexDisable()
233 ar5416GpioCfgOutput(ah, ahp->ah_wlanActiveGpioSelect, in ar5416BTCoexDisable()
241 ar5416GpioCfgInput(ah, ahp->ah_wlanActiveGpioSelect); in ar5416BTCoexDisable()
306 ar5416GpioCfgOutput(ah, ahp->ah_wlanActiveGpioSelect, in ar5416BTCoexEnable()
313 ar5416GpioCfgOutput(ah, ahp->ah_wlanActiveGpioSelect, in ar5416BTCoexEnable()
H A Dar5416.h145 uint8_t ah_wlanActiveGpioSelect; /* GPIO pin for WLAN_ACTIVE */ member