Searched refs:btconfig (Results 1 – 5 of 5) sorted by relevance
91 HAL_BT_COEX_CONFIG btconfig; in ath_btcoex_cfg_wb195() local98 bzero(&btconfig, sizeof(btconfig)); in ath_btcoex_cfg_wb195()117 btconfig.bt_time_extend = 0; in ath_btcoex_cfg_wb195()118 btconfig.bt_txstate_extend = 1; /* true */ in ath_btcoex_cfg_wb195()119 btconfig.bt_txframe_extend = 1; /* true */ in ath_btcoex_cfg_wb195()120 btconfig.bt_mode = HAL_BT_COEX_MODE_SLOTTED; in ath_btcoex_cfg_wb195()121 btconfig.bt_quiet_collision = 1; /* true */ in ath_btcoex_cfg_wb195()122 btconfig.bt_rxclear_polarity = 1; /* true */ in ath_btcoex_cfg_wb195()123 btconfig.bt_priority_time = 2; in ath_btcoex_cfg_wb195()124 btconfig.bt_first_slot_time = 5; in ath_btcoex_cfg_wb195()[all …]
3 PROG= btconfig4 MAN = btconfig.8
10 bootconf bootparams btconfig bthcid ccd cleanvar cryptdisks \
17 btconfig \
6505 struct iwn6000_btcoex_config btconfig; local6512 memset(&btconfig, 0, sizeof btconfig);6552 btconfig.flags = flags;6553 btconfig.max_kill = 5;6554 btconfig.bt3_t7_timer = 1;6555 btconfig.kill_ack = htole32(0xffff0000);6556 btconfig.kill_cts = htole32(0xffff0000);6557 btconfig.sample_time = 2;6558 btconfig.bt3_t2_timer = 0xc;6561 btconfig.lookup_table[i] = htole32(btcoex_3wire[i]);[all …]