Searched refs:btinfo (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_btcoex.c90 HAL_BT_COEX_INFO btinfo; local
97 bzero(&btinfo, sizeof(btinfo));
102 btinfo.bt_module = HAL_BT_MODULE_JANUS;
103 btinfo.bt_coex_config = HAL_BT_COEX_CFG_3WIRE;
108 btinfo.bt_gpio_bt_active = 6;
109 btinfo.bt_gpio_bt_priority = 7;
110 btinfo.bt_gpio_wlan_active = 5;
111 btinfo.bt_active_polarity = 1; /* XXX not used */
112 btinfo
146 HAL_BT_COEX_INFO btinfo; local
197 HAL_BT_COEX_INFO btinfo; local
[all...]
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_btcoex.c37 ar5416SetBTCoexInfo(struct ath_hal *ah, HAL_BT_COEX_INFO *btinfo) argument
41 ahp->ah_btModule = btinfo->bt_module;
42 ahp->ah_btCoexConfigType = btinfo->bt_coex_config;
43 ahp->ah_btActiveGpioSelect = btinfo->bt_gpio_bt_active;
44 ahp->ah_btPriorityGpioSelect = btinfo->bt_gpio_bt_priority;
45 ahp->ah_wlanActiveGpioSelect = btinfo->bt_gpio_wlan_active;
46 ahp->ah_btActivePolarity = btinfo->bt_active_polarity;
47 ahp->ah_btCoexSingleAnt = btinfo->bt_single_ant;
48 ahp->ah_btWlanIsolation = btinfo->bt_isolation;
H A Dar5416.h208 HAL_BT_COEX_INFO *btinfo);
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c2352 ar9300_set_bt_coex_info(struct ath_hal *ah, HAL_BT_COEX_INFO *btinfo) argument
2356 ahp->ah_bt_module = btinfo->bt_module;
2357 ahp->ah_bt_coex_config_type = btinfo->bt_coex_config;
2358 ahp->ah_bt_active_gpio_select = btinfo->bt_gpio_bt_active;
2359 ahp->ah_bt_priority_gpio_select = btinfo->bt_gpio_bt_priority;
2360 ahp->ah_wlan_active_gpio_select = btinfo->bt_gpio_wlan_active;
2361 ahp->ah_bt_active_polarity = btinfo->bt_active_polarity;
2362 ahp->ah_bt_coex_single_ant = btinfo->bt_single_ant;
2363 ahp->ah_bt_wlan_isolation = btinfo->bt_isolation;
H A Dar9300.h1546 extern void ar9300_set_bt_coex_info(struct ath_hal *ah, HAL_BT_COEX_INFO *btinfo);
/freebsd-11-stable/contrib/sendmail/src/
H A Dmap.c1975 BTREEINFO btinfo; local
1978 DB_INFO btinfo; local
1981 void *btinfo = NULL; local
1989 memset(&btinfo, '\0', sizeof(btinfo));
1991 btinfo.db_cachesize = DB_CACHE_SIZE;
1995 return db_map_open(map, mode, "btree", DB_BTREE, &btinfo);

Completed in 142 milliseconds