Home
last modified time | relevance | path

Searched refs:btinfo (Results 1 – 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_btcoex.c88 HAL_BT_COEX_INFO btinfo; in ath_btcoex_cfg_wb195() local
95 bzero(&btinfo, sizeof(btinfo)); in ath_btcoex_cfg_wb195()
100 btinfo.bt_module = HAL_BT_MODULE_JANUS; in ath_btcoex_cfg_wb195()
101 btinfo.bt_coex_config = HAL_BT_COEX_CFG_3WIRE; in ath_btcoex_cfg_wb195()
106 btinfo.bt_gpio_bt_active = 6; in ath_btcoex_cfg_wb195()
107 btinfo.bt_gpio_bt_priority = 7; in ath_btcoex_cfg_wb195()
108 btinfo.bt_gpio_wlan_active = 5; in ath_btcoex_cfg_wb195()
109 btinfo.bt_active_polarity = 1; /* XXX not used */ in ath_btcoex_cfg_wb195()
110 btinfo.bt_single_ant = 1; /* 1 antenna on ar9285 ? */ in ath_btcoex_cfg_wb195()
111 btinfo.bt_isolation = 0; /* in dB, not used */ in ath_btcoex_cfg_wb195()
[all …]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_btcoex.c37 ar5416SetBTCoexInfo(struct ath_hal *ah, HAL_BT_COEX_INFO *btinfo) in ar5416SetBTCoexInfo() argument
41 ahp->ah_btModule = btinfo->bt_module; in ar5416SetBTCoexInfo()
42 ahp->ah_btCoexConfigType = btinfo->bt_coex_config; in ar5416SetBTCoexInfo()
43 ahp->ah_btActiveGpioSelect = btinfo->bt_gpio_bt_active; in ar5416SetBTCoexInfo()
44 ahp->ah_btPriorityGpioSelect = btinfo->bt_gpio_bt_priority; in ar5416SetBTCoexInfo()
45 ahp->ah_wlanActiveGpioSelect = btinfo->bt_gpio_wlan_active; in ar5416SetBTCoexInfo()
46 ahp->ah_btActivePolarity = btinfo->bt_active_polarity; in ar5416SetBTCoexInfo()
47 ahp->ah_btCoexSingleAnt = btinfo->bt_single_ant; in ar5416SetBTCoexInfo()
48 ahp->ah_btWlanIsolation = btinfo->bt_isolation; in ar5416SetBTCoexInfo()
H A Dar5416.h202 HAL_BT_COEX_INFO *btinfo);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_misc.c2375 ar9300_set_bt_coex_info(struct ath_hal *ah, HAL_BT_COEX_INFO *btinfo) in ar9300_set_bt_coex_info() argument
2379 ahp->ah_bt_module = btinfo->bt_module; in ar9300_set_bt_coex_info()
2380 ahp->ah_bt_coex_config_type = btinfo->bt_coex_config; in ar9300_set_bt_coex_info()
2381 ahp->ah_bt_active_gpio_select = btinfo->bt_gpio_bt_active; in ar9300_set_bt_coex_info()
2382 ahp->ah_bt_priority_gpio_select = btinfo->bt_gpio_bt_priority; in ar9300_set_bt_coex_info()
2383 ahp->ah_wlan_active_gpio_select = btinfo->bt_gpio_wlan_active; in ar9300_set_bt_coex_info()
2384 ahp->ah_bt_active_polarity = btinfo->bt_active_polarity; in ar9300_set_bt_coex_info()
2385 ahp->ah_bt_coex_single_ant = btinfo->bt_single_ant; in ar9300_set_bt_coex_info()
2386 ahp->ah_bt_wlan_isolation = btinfo->bt_isolation; in ar9300_set_bt_coex_info()
H A Dar9300.h1535 extern void ar9300_set_bt_coex_info(struct ath_hal *ah, HAL_BT_COEX_INFO *btinfo);