Lines Matching +full:100 +full:bt
66 /* set BT polluted packet on for tx rate adaptive, in rtw_coex_limited_tx()
278 } else if (cnt_cck < 100) { in rtw_coex_wl_noisy_detect()
329 times = 100 / tbtt_interval; in rtw_coex_tdma_timer_base()
330 if (100 % tbtt_interval != 0) in rtw_coex_tdma_timer_base()
335 times = tbtt_interval / 100; in rtw_coex_tdma_timer_base()
336 if (tbtt_interval % 100 <= 80) in rtw_coex_tdma_timer_base()
428 /* BT RFK */ in rtw_coex_check_rfk()
506 "[BTCoex], BT state changed (%d) -> (%d)\n", in rtw_coex_monitor_bt_enable()
717 /* update wl/bt rssi by btinfo */ in rtw_coex_update_bt_link_info()
879 /* notify BT rx gain table changed */ in rtw_coex_set_bt_rx_gain()
1080 chip->table_sant[type].bt, in rtw_coex_table()
1083 type = type - 100; in rtw_coex_table()
1086 chip->table_nsant[type].bt, in rtw_coex_table()
1211 turn_on = (type == 0 || type == 100) ? false : true; in rtw_coex_tdma()
1244 n = type - 100; in rtw_coex_tdma()
1273 /* avoid switch coex_ctrl_owner during BT IQK */ in rtw_coex_set_ant_path()
1284 /* set path control owner to BT at power-on */ in rtw_coex_set_ant_path()
1334 /* set path control owner to BT */ in rtw_coex_set_ant_path()
1520 "[BTCoex], BT Profile = %s => Algorithm = %s\n", in rtw_coex_algorithm()
1541 table_case = 100; in rtw_coex_action_coex_all_off()
1542 tdma_case = 100; in rtw_coex_action_coex_all_off()
1590 rtw_coex_table(rtwdev, false, 100); in rtw_coex_action_freerun()
1591 rtw_coex_tdma(rtwdev, false, 100); in rtw_coex_action_freerun()
1611 table_case = 100; in rtw_coex_action_rf4ce()
1612 tdma_case = 100; in rtw_coex_action_rf4ce()
1636 table_case = 100; in rtw_coex_action_bt_whql_test()
1637 tdma_case = 100; in rtw_coex_action_bt_whql_test()
1676 table_case = 100; in rtw_coex_action_bt_relink()
1677 tdma_case = 100; in rtw_coex_action_bt_relink()
1705 table_case = 100; in rtw_coex_action_bt_idle()
1706 tdma_case = 100; in rtw_coex_action_bt_idle()
1775 "[BTCoex], bt inq/page + wifi hi-pri task\n"); in rtw_coex_action_bt_inquiry()
1788 "[BTCoex], bt inq/page + wifi busy\n"); in rtw_coex_action_bt_inquiry()
1804 "[BTCoex], bt inq/page + wifi connected\n"); in rtw_coex_action_bt_inquiry()
1809 "[BTCoex], bt inq/page + wifi not-connected\n"); in rtw_coex_action_bt_inquiry()
1817 "[BTCoex], bt inq/page + wifi hi-pri task\n"); in rtw_coex_action_bt_inquiry()
1830 "[BTCoex], bt inq/page + wifi busy\n"); in rtw_coex_action_bt_inquiry()
1835 "[BTCoex], bt inq/page + wifi connected\n"); in rtw_coex_action_bt_inquiry()
1837 tdma_case = 100; in rtw_coex_action_bt_inquiry()
1840 "[BTCoex], bt inq/page + wifi not-connected\n"); in rtw_coex_action_bt_inquiry()
1842 tdma_case = 100; in rtw_coex_action_bt_inquiry()
1846 rtw_dbg(rtwdev, RTW_DBG_COEX, "[BTCoex], wifi hi(%d), bt page(%d)\n", in rtw_coex_action_bt_inquiry()
1924 tdma_case = 100; in rtw_coex_action_bt_hfp()
2084 table_case = 100; in rtw_coex_action_bt_a2dpsink()
2085 tdma_case = 100; in rtw_coex_action_bt_a2dpsink()
2322 table_case = 100; in rtw_coex_action_wl_under5g()
2323 tdma_case = 100; in rtw_coex_action_wl_under5g()
2346 table_case = 100; in rtw_coex_action_wl_only()
2347 tdma_case = 100; in rtw_coex_action_wl_only()
2375 table_case = 100; in rtw_coex_action_wl_native_lps()
2376 tdma_case = 100; in rtw_coex_action_wl_native_lps()
2449 table_case = 100; in rtw_coex_action_wl_not_connected()
2450 tdma_case = 100; in rtw_coex_action_wl_not_connected()
2742 /* set antenna path to BT */ in rtw_coex_power_on_setting()
3007 "[BTCoex], BT IQK by bt_info, data0 = 0x%02x\n", in rtw_coex_bt_info_notify()
3015 "[BTCoex], BT Scoreboard change notify by WL FW c2h, 0xaa = 0x%02x, 0xab = 0x%02x\n", in rtw_coex_bt_info_notify()
3053 "[BTCoex], BT enable detected by bt_info\n"); in rtw_coex_bt_info_notify()
3071 /* get the same info from bt, skip it */ in rtw_coex_bt_info_notify()
3090 /* 0xff means BT is under WHCK test */ in rtw_coex_bt_info_notify()
3127 coex_stat->hi_pri_rx + 100 < coex_stat->hi_pri_tx && in rtw_coex_bt_info_notify()
3128 coex_stat->hi_pri_rx < 100) { in rtw_coex_bt_info_notify()
3154 /* unit: % (value-100 to translate to unit: dBm in coex info) */ in rtw_coex_bt_info_notify()
3159 coex_stat->bt_rssi = 100; in rtw_coex_bt_info_notify()
3160 else if (256 - coex_stat->bt_info_hb0 <= 100) in rtw_coex_bt_info_notify()
3161 coex_stat->bt_rssi = 100 - (256 - coex_stat->bt_info_hb0); in rtw_coex_bt_info_notify()
3182 "[BTCoex], Re-Link start in BT info!!\n"); in rtw_coex_bt_info_notify()
3194 /* for multi_link = 0 but bt pkt remain exist */ in rtw_coex_bt_info_notify()
3204 /* resend wifi info to bt, it is reset and lost the info */ in rtw_coex_bt_info_notify()
3207 "[BTCoex], BT Re-init, send wifi BW & Chnl to BT!!\n"); in rtw_coex_bt_info_notify()
3220 "[BTCoex], BT ext info bit3 check, set BT NOT to ignore Wlan active!!\n"); in rtw_coex_bt_info_notify()
3581 load_bt_val = chip->table_sant[i].bt; in rtw_coex_get_table_index()
3584 load_bt_val = chip->table_nsant[i].bt; in rtw_coex_get_table_index()
3592 ans += 100; in rtw_coex_get_table_index()
3958 "Coex Ver/ BT Dez/ BT Rpt", in rtw_coex_display_coex_info()
3961 coex_stat->bt_disabled ? "(BT disabled)" : in rtw_coex_display_coex_info()
3970 "WL FW/ BT FW/ BT FW Desired/ KT", in rtw_coex_display_coex_info()
3984 "BT status/ rssi/ retry/ pop", in rtw_coex_display_coex_info()
3987 coex_stat->bt_rssi - 100, in rtw_coex_display_coex_info()
4082 "AFH Map to BT", in rtw_coex_display_coex_info()
4089 "Null All/ Retry/ Ack/ BT Empty/ BT Late", in rtw_coex_display_coex_info()
4112 sys_lte & BIT(2) ? "WL" : "BT"); in rtw_coex_display_coex_info()