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.c2408 ahp->ah_bt_active_gpio_select = btinfo->bt_gpio_bt_active; in ar9300_set_bt_coex_info()
2677 (AR_GPIO_PULL_DOWN << (ahp->ah_bt_active_gpio_select * 2)), in ar9300_bt_coex_enable()
2678 (AR_GPIO_PDPU_OPTION << (ahp->ah_bt_active_gpio_select * 2))); in ar9300_bt_coex_enable()
2712 ahp->ah_bt_active_gpio_select); in ar9300_init_bt_coex()
2719 ath_hal_gpioCfgInput(ah, ahp->ah_bt_active_gpio_select); in ar9300_init_bt_coex()
2749 ahp->ah_bt_active_gpio_select); in ar9300_init_bt_coex()
2752 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