Lines Matching +full:100 +full:bt
140 * Detects if there is any priority bt traffic
154 /* Detect if colocated bt started scanning */ in ath_detect_bt_priority()
157 "BT scan detected\n"); in ath_detect_bt_priority()
162 "BT priority traffic detected\n"); in ath_detect_bt_priority()
190 * This is the master bt coex timer which runs for every
191 * 45ms, bt traffic will be given priority during 55% of this
253 * registers to time slice between wlan and bt traffic
281 btcoex->btcoex_no_stomp = (100 - ATH_BTCOEX_DEF_DUTY_CYCLE) * in ath_init_btcoex_timer()
282 btcoex->btcoex_period / 100; in ath_init_btcoex_timer()
283 btcoex->btscan_no_stomp = (100 - ATH_BTCOEX_BTSCAN_DUTY_CYCLE) * in ath_init_btcoex_timer()
284 btcoex->btcoex_period / 100; in ath_init_btcoex_timer()
319 * Pause btcoex timer and bt duty cycle timer
461 ATH_DUMP_BTCOEX("Total BT profiles", NUM_PROF(mci)); in ath9k_dump_mci_btcoex()
473 ATH_DUMP_BTCOEX("BT Wait time", btcoex->bt_wait_time); in ath9k_dump_mci_btcoex()
477 len += scnprintf(buf + len, size - len, "BT Weights: "); in ath9k_dump_mci_btcoex()
506 ATH_DUMP_BTCOEX("BT Wait time", btcoex->bt_wait_time); in ath9k_dump_legacy_btcoex()