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()
524 "[BTCoex], BT state changed (%d) -> (%d)\n", in rtw_coex_monitor_bt_enable()
735 /* update wl/bt rssi by btinfo */ in rtw_coex_update_bt_link_info()
897 /* notify BT rx gain table changed */ in rtw_coex_set_bt_rx_gain()
1104 chip->table_sant[type].bt, in rtw_coex_table()
1107 type = type - 100; in rtw_coex_table()
1110 chip->table_nsant[type].bt, in rtw_coex_table()
1235 turn_on = (type == 0 || type == 100) ? false : true; in rtw_coex_tdma()
1268 n = type - 100; in rtw_coex_tdma()
1297 /* avoid switch coex_ctrl_owner during BT IQK */ in rtw_coex_set_ant_path()
1308 /* set path control owner to BT at power-on */ in rtw_coex_set_ant_path()
1358 /* set path control owner to BT */ in rtw_coex_set_ant_path()
1544 "[BTCoex], BT Profile = %s => Algorithm = %s\n", in rtw_coex_algorithm()
1565 table_case = 100; in rtw_coex_action_coex_all_off()
1566 tdma_case = 100; in rtw_coex_action_coex_all_off()
1614 rtw_coex_table(rtwdev, false, 100); in rtw_coex_action_freerun()
1615 rtw_coex_tdma(rtwdev, false, 100); in rtw_coex_action_freerun()
1635 table_case = 100; in rtw_coex_action_rf4ce()
1636 tdma_case = 100; in rtw_coex_action_rf4ce()
1660 table_case = 100; in rtw_coex_action_bt_whql_test()
1661 tdma_case = 100; in rtw_coex_action_bt_whql_test()
1700 table_case = 100; in rtw_coex_action_bt_relink()
1701 tdma_case = 100; in rtw_coex_action_bt_relink()
1729 table_case = 100; in rtw_coex_action_bt_idle()
1730 tdma_case = 100; in rtw_coex_action_bt_idle()
1799 "[BTCoex], bt inq/page + wifi hi-pri task\n"); in rtw_coex_action_bt_inquiry()
1812 "[BTCoex], bt inq/page + wifi busy\n"); in rtw_coex_action_bt_inquiry()
1828 "[BTCoex], bt inq/page + wifi connected\n"); in rtw_coex_action_bt_inquiry()
1833 "[BTCoex], bt inq/page + wifi not-connected\n"); in rtw_coex_action_bt_inquiry()
1841 "[BTCoex], bt inq/page + wifi hi-pri task\n"); in rtw_coex_action_bt_inquiry()
1854 "[BTCoex], bt inq/page + wifi busy\n"); in rtw_coex_action_bt_inquiry()
1859 "[BTCoex], bt inq/page + wifi connected\n"); in rtw_coex_action_bt_inquiry()
1861 tdma_case = 100; in rtw_coex_action_bt_inquiry()
1864 "[BTCoex], bt inq/page + wifi not-connected\n"); in rtw_coex_action_bt_inquiry()
1866 tdma_case = 100; in rtw_coex_action_bt_inquiry()
1870 rtw_dbg(rtwdev, RTW_DBG_COEX, "[BTCoex], wifi hi(%d), bt page(%d)\n", in rtw_coex_action_bt_inquiry()
1948 tdma_case = 100; in rtw_coex_action_bt_hfp()
2108 table_case = 100; in rtw_coex_action_bt_a2dpsink()
2109 tdma_case = 100; in rtw_coex_action_bt_a2dpsink()
2346 table_case = 100; in rtw_coex_action_wl_under5g()
2347 tdma_case = 100; in rtw_coex_action_wl_under5g()
2370 table_case = 100; in rtw_coex_action_wl_only()
2371 tdma_case = 100; in rtw_coex_action_wl_only()
2399 table_case = 100; in rtw_coex_action_wl_native_lps()
2400 tdma_case = 100; in rtw_coex_action_wl_native_lps()
2473 table_case = 100; in rtw_coex_action_wl_not_connected()
2474 tdma_case = 100; in rtw_coex_action_wl_not_connected()
2766 /* set antenna path to BT */ in rtw_coex_power_on_setting()
3034 "[BTCoex], BT IQK by bt_info, data0 = 0x%02x\n", in rtw_coex_bt_info_notify()
3042 "[BTCoex], BT Scoreboard change notify by WL FW c2h, 0xaa = 0x%02x, 0xab = 0x%02x\n", in rtw_coex_bt_info_notify()
3080 "[BTCoex], BT enable detected by bt_info\n"); in rtw_coex_bt_info_notify()
3098 /* get the same info from bt, skip it */ in rtw_coex_bt_info_notify()
3117 /* 0xff means BT is under WHCK test */ in rtw_coex_bt_info_notify()
3154 coex_stat->hi_pri_rx + 100 < coex_stat->hi_pri_tx && in rtw_coex_bt_info_notify()
3155 coex_stat->hi_pri_rx < 100) { in rtw_coex_bt_info_notify()
3181 /* unit: % (value-100 to translate to unit: dBm in coex info) */ in rtw_coex_bt_info_notify()
3186 coex_stat->bt_rssi = 100; in rtw_coex_bt_info_notify()
3187 else if (256 - coex_stat->bt_info_hb0 <= 100) in rtw_coex_bt_info_notify()
3188 coex_stat->bt_rssi = 100 - (256 - coex_stat->bt_info_hb0); in rtw_coex_bt_info_notify()
3209 "[BTCoex], Re-Link start in BT info!!\n"); in rtw_coex_bt_info_notify()
3221 /* for multi_link = 0 but bt pkt remain exist */ in rtw_coex_bt_info_notify()
3231 /* resend wifi info to bt, it is reset and lost the info */ in rtw_coex_bt_info_notify()
3234 "[BTCoex], BT Re-init, send wifi BW & Chnl to BT!!\n"); in rtw_coex_bt_info_notify()
3247 "[BTCoex], BT ext info bit3 check, set BT NOT to ignore Wlan active!!\n"); in rtw_coex_bt_info_notify()
3608 load_bt_val = chip->table_sant[i].bt; in rtw_coex_get_table_index()
3611 load_bt_val = chip->table_nsant[i].bt; in rtw_coex_get_table_index()
3619 ans += 100; in rtw_coex_get_table_index()
3989 "Coex Ver/ BT Dez/ BT Rpt", in rtw_coex_display_coex_info()
3992 coex_stat->bt_disabled ? "(BT disabled)" : in rtw_coex_display_coex_info()
4001 "WL FW/ BT FW/ BT FW Desired/ KT", in rtw_coex_display_coex_info()
4015 "BT status/ rssi/ retry/ pop", in rtw_coex_display_coex_info()
4018 coex_stat->bt_rssi - 100, in rtw_coex_display_coex_info()
4113 "AFH Map to BT", in rtw_coex_display_coex_info()
4120 "Null All/ Retry/ Ack/ BT Empty/ BT Late", in rtw_coex_display_coex_info()
4143 sys_lte & BIT(2) ? "WL" : "BT"); in rtw_coex_display_coex_info()