• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/

Lines Matching refs:btcoex_hw

64 	struct ath_btcoex_hw *btcoex_hw = &ah->btcoex_hw;
78 btcoex_hw->bt_coex_mode =
79 (btcoex_hw->bt_coex_mode & AR_BT_QCU_THRESH) |
90 btcoex_hw->bt_coex_mode2 =
102 struct ath_btcoex_hw *btcoex_hw = &ah->btcoex_hw;
115 btcoex_hw->btactive_gpio);
118 ath9k_hw_cfg_gpio_input(ah, btcoex_hw->btactive_gpio);
124 struct ath_btcoex_hw *btcoex_hw = &ah->btcoex_hw;
135 btcoex_hw->btactive_gpio);
139 btcoex_hw->btpriority_gpio);
143 ath9k_hw_cfg_gpio_input(ah, btcoex_hw->btactive_gpio);
144 ath9k_hw_cfg_gpio_input(ah, btcoex_hw->btpriority_gpio);
150 struct ath_btcoex_hw *btcoex_hw = &ah->btcoex_hw;
153 ath9k_hw_cfg_output(ah, btcoex_hw->wlanactive_gpio,
161 struct ath_btcoex_hw *btcoex_hw = &ah->btcoex_hw;
163 btcoex_hw->bt_coex_weights = SM(bt_weight, AR_BTCOEX_BT_WGHT) |
170 struct ath_btcoex_hw *btcoex_hw = &ah->btcoex_hw;
176 REG_WRITE(ah, AR_BT_COEX_MODE, btcoex_hw->bt_coex_mode);
177 REG_WRITE(ah, AR_BT_COEX_WEIGHT, btcoex_hw->bt_coex_weights);
178 REG_WRITE(ah, AR_BT_COEX_MODE2, btcoex_hw->bt_coex_mode2);
183 ath9k_hw_cfg_output(ah, btcoex_hw->wlanactive_gpio,
189 struct ath_btcoex_hw *btcoex_hw = &ah->btcoex_hw;
191 switch (btcoex_hw->scheme) {
203 (0x2 << (btcoex_hw->btactive_gpio * 2)),
204 (0x3 << (btcoex_hw->btactive_gpio * 2)));
206 ah->btcoex_hw.enabled = true;
212 struct ath_btcoex_hw *btcoex_hw = &ah->btcoex_hw;
214 ath9k_hw_set_gpio(ah, btcoex_hw->wlanactive_gpio, 0);
216 ath9k_hw_cfg_output(ah, btcoex_hw->wlanactive_gpio,
219 if (btcoex_hw->scheme == ATH_BTCOEX_CFG_3WIRE) {
225 ah->btcoex_hw.enabled = false;