Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c2381 ahp->ah_bt_active_gpio_select = btinfo->bt_gpio_bt_active; in ar9300_set_bt_coex_info()
2650 (AR_GPIO_PULL_DOWN << (ahp->ah_bt_active_gpio_select * 2)), in ar9300_bt_coex_enable()
2651 (AR_GPIO_PDPU_OPTION << (ahp->ah_bt_active_gpio_select * 2))); in ar9300_bt_coex_enable()
2685 ahp->ah_bt_active_gpio_select); in ar9300_init_bt_coex()
2692 ath_hal_gpioCfgInput(ah, ahp->ah_bt_active_gpio_select); in ar9300_init_bt_coex()
2722 ahp->ah_bt_active_gpio_select); in ar9300_init_bt_coex()
2725 ath_hal_gpioCfgInput(ah, ahp->ah_bt_active_gpio_select); in ar9300_init_bt_coex()
H A Dar9300.h506 u_int8_t ah_bt_active_gpio_select; /* GPIO pin for BT_ACTIVE */ member