Home
last modified time | relevance | path

Searched refs:btactive_gpio (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dbtcoex.c110 btcoex_hw->btactive_gpio = ATH_BTACTIVE_GPIO_9300; in ath9k_hw_btcoex_init_scheme()
114 btcoex_hw->btactive_gpio = ATH_BTACTIVE_GPIO_9280; in ath9k_hw_btcoex_init_scheme()
142 btcoex_hw->btactive_gpio); in ath9k_hw_btcoex_init_2wire()
145 ath9k_hw_cfg_gpio_input(ah, btcoex_hw->btactive_gpio); in ath9k_hw_btcoex_init_2wire()
162 btcoex_hw->btactive_gpio); in ath9k_hw_btcoex_init_3wire()
170 ath9k_hw_cfg_gpio_input(ah, btcoex_hw->btactive_gpio); in ath9k_hw_btcoex_init_3wire()
344 (0x2 << (btcoex_hw->btactive_gpio * 2)), in ath9k_hw_btcoex_enable()
345 (0x3 << (btcoex_hw->btactive_gpio * 2))); in ath9k_hw_btcoex_enable()
Dbtcoex.h113 u8 btactive_gpio; member
Dhtc_drv_gpio.c204 priv->ah->btcoex_hw.btactive_gpio = 7; in ath9k_htc_init_btcoex()