1 /* SPDX-License-Identifier: GPL-2.0 */ 2 3 #if (BT_SUPPORT == 1 && COEX_SUPPORT == 1) 4 5 #if (RTL8703B_SUPPORT == 1) 6 /* ******************************************* 7 * The following is for 8703B 1ANT BT Co-exist definition 8 * ******************************************* */ 9 #define BT_AUTO_REPORT_ONLY_8703B_1ANT 1 10 #define BT_8703B_1ANT_ENABLE_GNTBT_TO_GPIO14 0 11 12 #define BT_INFO_8703B_1ANT_B_FTP BIT(7) 13 #define BT_INFO_8703B_1ANT_B_A2DP BIT(6) 14 #define BT_INFO_8703B_1ANT_B_HID BIT(5) 15 #define BT_INFO_8703B_1ANT_B_SCO_BUSY BIT(4) 16 #define BT_INFO_8703B_1ANT_B_ACL_BUSY BIT(3) 17 #define BT_INFO_8703B_1ANT_B_INQ_PAGE BIT(2) 18 #define BT_INFO_8703B_1ANT_B_SCO_ESCO BIT(1) 19 #define BT_INFO_8703B_1ANT_B_CONNECTION BIT(0) 20 21 #define BT_INFO_8703B_1ANT_A2DP_BASIC_RATE(_BT_INFO_EXT_) \ 22 (((_BT_INFO_EXT_&BIT(0))) ? true : false) 23 24 #define BTC_RSSI_COEX_THRESH_TOL_8703B_1ANT 2 25 26 #define BT_8703B_1ANT_WIFI_NOISY_THRESH 50 /* max: 255 */ 27 28 /* for Antenna detection */ 29 #define BT_8703B_1ANT_ANTDET_PSDTHRES_BACKGROUND 50 30 #define BT_8703B_1ANT_ANTDET_PSDTHRES_2ANT_BADISOLATION 70 31 #define BT_8703B_1ANT_ANTDET_PSDTHRES_2ANT_GOODISOLATION 55 32 #define BT_8703B_1ANT_ANTDET_PSDTHRES_1ANT 35 33 #define BT_8703B_1ANT_ANTDET_RETRY_INTERVAL 10 /* retry timer if ant det is fail, unit: second */ 34 #define BT_8703B_1ANT_ANTDET_SWEEPPOINT_DELAY 40000 35 #define BT_8703B_1ANT_ANTDET_ENABLE 0 36 #define BT_8703B_1ANT_ANTDET_COEXMECHANISMSWITCH_ENABLE 0 37 38 #define BT_8703B_1ANT_LTECOEX_INDIRECTREG_ACCESS_TIMEOUT 30000 39 40 enum bt_8703b_1ant_signal_state { 41 BT_8703B_1ANT_SIG_STA_SET_TO_LOW = 0x0, 42 BT_8703B_1ANT_SIG_STA_SET_BY_HW = 0x0, 43 BT_8703B_1ANT_SIG_STA_SET_TO_HIGH = 0x1, 44 BT_8703B_1ANT_SIG_STA_MAX 45 }; 46 47 enum bt_8703b_1ant_path_ctrl_owner { 48 BT_8703B_1ANT_PCO_BTSIDE = 0x0, 49 BT_8703B_1ANT_PCO_WLSIDE = 0x1, 50 BT_8703B_1ANT_PCO_MAX 51 }; 52 53 enum bt_8703b_1ant_gnt_ctrl_type { 54 BT_8703B_1ANT_GNT_TYPE_CTRL_BY_PTA = 0x0, 55 BT_8703B_1ANT_GNT_TYPE_CTRL_BY_SW = 0x1, 56 BT_8703B_1ANT_GNT_TYPE_MAX 57 }; 58 59 enum bt_8703b_1ant_gnt_ctrl_block { 60 BT_8703B_1ANT_GNT_BLOCK_RFC_BB = 0x0, 61 BT_8703B_1ANT_GNT_BLOCK_RFC = 0x1, 62 BT_8703B_1ANT_GNT_BLOCK_BB = 0x2, 63 BT_8703B_1ANT_GNT_BLOCK_MAX 64 }; 65 66 enum bt_8703b_1ant_lte_coex_table_type { 67 BT_8703B_1ANT_CTT_WL_VS_LTE = 0x0, 68 BT_8703B_1ANT_CTT_BT_VS_LTE = 0x1, 69 BT_8703B_1ANT_CTT_MAX 70 }; 71 72 enum bt_8703b_1ant_lte_break_table_type { 73 BT_8703B_1ANT_LBTT_WL_BREAK_LTE = 0x0, 74 BT_8703B_1ANT_LBTT_BT_BREAK_LTE = 0x1, 75 BT_8703B_1ANT_LBTT_LTE_BREAK_WL = 0x2, 76 BT_8703B_1ANT_LBTT_LTE_BREAK_BT = 0x3, 77 BT_8703B_1ANT_LBTT_MAX 78 }; 79 80 enum bt_info_src_8703b_1ant { 81 BT_INFO_SRC_8703B_1ANT_WIFI_FW = 0x0, 82 BT_INFO_SRC_8703B_1ANT_BT_RSP = 0x1, 83 BT_INFO_SRC_8703B_1ANT_BT_ACTIVE_SEND = 0x2, 84 BT_INFO_SRC_8703B_1ANT_MAX 85 }; 86 87 enum bt_8703b_1ant_bt_status { 88 BT_8703B_1ANT_BT_STATUS_NON_CONNECTED_IDLE = 0x0, 89 BT_8703B_1ANT_BT_STATUS_CONNECTED_IDLE = 0x1, 90 BT_8703B_1ANT_BT_STATUS_INQ_PAGE = 0x2, 91 BT_8703B_1ANT_BT_STATUS_ACL_BUSY = 0x3, 92 BT_8703B_1ANT_BT_STATUS_SCO_BUSY = 0x4, 93 BT_8703B_1ANT_BT_STATUS_ACL_SCO_BUSY = 0x5, 94 BT_8703B_1ANT_BT_STATUS_MAX 95 }; 96 97 enum bt_8703b_1ant_wifi_status { 98 BT_8703B_1ANT_WIFI_STATUS_NON_CONNECTED_IDLE = 0x0, 99 BT_8703B_1ANT_WIFI_STATUS_NON_CONNECTED_ASSO_AUTH_SCAN = 0x1, 100 BT_8703B_1ANT_WIFI_STATUS_CONNECTED_SCAN = 0x2, 101 BT_8703B_1ANT_WIFI_STATUS_CONNECTED_SPECIFIC_PKT = 0x3, 102 BT_8703B_1ANT_WIFI_STATUS_CONNECTED_IDLE = 0x4, 103 BT_8703B_1ANT_WIFI_STATUS_CONNECTED_BUSY = 0x5, 104 BT_8703B_1ANT_WIFI_STATUS_MAX 105 }; 106 107 enum bt_8703b_1ant_coex_algo { 108 BT_8703B_1ANT_COEX_ALGO_UNDEFINED = 0x0, 109 BT_8703B_1ANT_COEX_ALGO_SCO = 0x1, 110 BT_8703B_1ANT_COEX_ALGO_HID = 0x2, 111 BT_8703B_1ANT_COEX_ALGO_A2DP = 0x3, 112 BT_8703B_1ANT_COEX_ALGO_A2DP_PANHS = 0x4, 113 BT_8703B_1ANT_COEX_ALGO_PANEDR = 0x5, 114 BT_8703B_1ANT_COEX_ALGO_PANHS = 0x6, 115 BT_8703B_1ANT_COEX_ALGO_PANEDR_A2DP = 0x7, 116 BT_8703B_1ANT_COEX_ALGO_PANEDR_HID = 0x8, 117 BT_8703B_1ANT_COEX_ALGO_HID_A2DP_PANEDR = 0x9, 118 BT_8703B_1ANT_COEX_ALGO_HID_A2DP = 0xa, 119 BT_8703B_1ANT_COEX_ALGO_MAX = 0xb, 120 }; 121 122 struct coex_dm_8703b_1ant { 123 /* hw setting */ 124 u8 pre_ant_pos_type; 125 u8 cur_ant_pos_type; 126 /* fw mechanism */ 127 boolean cur_ignore_wlan_act; 128 boolean pre_ignore_wlan_act; 129 u8 pre_ps_tdma; 130 u8 cur_ps_tdma; 131 u8 ps_tdma_para[5]; 132 u8 ps_tdma_du_adj_type; 133 boolean auto_tdma_adjust; 134 boolean pre_ps_tdma_on; 135 boolean cur_ps_tdma_on; 136 boolean pre_bt_auto_report; 137 boolean cur_bt_auto_report; 138 u8 pre_lps; 139 u8 cur_lps; 140 u8 pre_rpwm; 141 u8 cur_rpwm; 142 143 /* sw mechanism */ 144 boolean pre_low_penalty_ra; 145 boolean cur_low_penalty_ra; 146 u32 pre_val0x6c0; 147 u32 cur_val0x6c0; 148 u32 pre_val0x6c4; 149 u32 cur_val0x6c4; 150 u32 pre_val0x6c8; 151 u32 cur_val0x6c8; 152 u8 pre_val0x6cc; 153 u8 cur_val0x6cc; 154 boolean limited_dig; 155 156 u32 backup_arfr_cnt1; /* Auto Rate Fallback Retry cnt */ 157 u32 backup_arfr_cnt2; /* Auto Rate Fallback Retry cnt */ 158 u16 backup_retry_limit; 159 u8 backup_ampdu_max_time; 160 161 /* algorithm related */ 162 u8 pre_algorithm; 163 u8 cur_algorithm; 164 u8 bt_status; 165 u8 wifi_chnl_info[3]; 166 167 u32 pre_ra_mask; 168 u32 cur_ra_mask; 169 u8 pre_arfr_type; 170 u8 cur_arfr_type; 171 u8 pre_retry_limit_type; 172 u8 cur_retry_limit_type; 173 u8 pre_ampdu_time_type; 174 u8 cur_ampdu_time_type; 175 u32 arp_cnt; 176 177 u8 error_condition; 178 }; 179 180 struct coex_sta_8703b_1ant { 181 boolean bt_disabled; 182 boolean bt_link_exist; 183 boolean sco_exist; 184 boolean a2dp_exist; 185 boolean hid_exist; 186 boolean pan_exist; 187 boolean bt_hi_pri_link_exist; 188 u8 num_of_profile; 189 190 boolean under_lps; 191 boolean under_ips; 192 u32 specific_pkt_period_cnt; 193 u32 high_priority_tx; 194 u32 high_priority_rx; 195 u32 low_priority_tx; 196 u32 low_priority_rx; 197 s8 bt_rssi; 198 boolean bt_tx_rx_mask; 199 u8 pre_bt_rssi_state; 200 u8 pre_wifi_rssi_state[4]; 201 boolean c2h_bt_info_req_sent; 202 u8 bt_info_c2h[BT_INFO_SRC_8703B_1ANT_MAX][10]; 203 u32 bt_info_c2h_cnt[BT_INFO_SRC_8703B_1ANT_MAX]; 204 boolean bt_whck_test; 205 boolean c2h_bt_inquiry_page; 206 boolean c2h_bt_page; /* Add for win8.1 page out issue */ 207 boolean wifi_is_high_pri_task; /* Add for win8.1 page out issue */ 208 u8 bt_retry_cnt; 209 u8 bt_info_ext; 210 u32 pop_event_cnt; 211 u8 scan_ap_num; 212 213 u32 crc_ok_cck; 214 u32 crc_ok_11g; 215 u32 crc_ok_11n; 216 u32 crc_ok_11n_agg; 217 218 u32 crc_err_cck; 219 u32 crc_err_11g; 220 u32 crc_err_11n; 221 u32 crc_err_11n_agg; 222 223 boolean cck_lock; 224 boolean pre_ccklock; 225 boolean cck_ever_lock; 226 u8 coex_table_type; 227 228 boolean force_lps_on; 229 u32 wrong_profile_notification; 230 231 boolean concurrent_rx_mode_on; 232 233 u16 score_board; 234 235 u8 a2dp_bit_pool; 236 u8 cut_version; 237 boolean acl_busy; 238 boolean wl_rf_off_on_event; 239 boolean bt_create_connection; 240 boolean gnt_control_by_PTA; 241 }; 242 243 #define BT_8703B_1ANT_ANTDET_PSD_POINTS 256 /* MAX:1024 */ 244 #define BT_8703B_1ANT_ANTDET_PSD_AVGNUM 1 /* MAX:3 */ 245 #define BT_8703B_1ANT_ANTDET_BUF_LEN 16 246 247 struct psdscan_sta_8703b_1ant { 248 249 u32 ant_det_bt_le_channel; /* BT LE Channel ex:2412 */ 250 u32 ant_det_bt_tx_time; 251 u32 ant_det_pre_psdscan_peak_val; 252 boolean ant_det_is_ant_det_available; 253 u32 ant_det_psd_scan_peak_val; 254 boolean ant_det_is_btreply_available; 255 u32 ant_det_psd_scan_peak_freq; 256 257 u8 ant_det_result; 258 u8 ant_det_peak_val[BT_8703B_1ANT_ANTDET_BUF_LEN]; 259 u8 ant_det_peak_freq[BT_8703B_1ANT_ANTDET_BUF_LEN]; 260 u32 ant_det_try_count; 261 u32 ant_det_fail_count; 262 u32 ant_det_inteval_count; 263 u32 ant_det_thres_offset; 264 265 u32 real_cent_freq; 266 s32 real_offset; 267 u32 real_span; 268 269 u32 psd_band_width; /* unit: Hz */ 270 u32 psd_point; /* 128/256/512/1024 */ 271 u32 psd_report[1024]; /* unit:dB (20logx), 0~255 */ 272 u32 psd_report_max_hold[1024]; /* unit:dB (20logx), 0~255 */ 273 u32 psd_start_point; 274 u32 psd_stop_point; 275 u32 psd_max_value_point; 276 u32 psd_max_value; 277 u32 psd_start_base; 278 u32 psd_avg_num; /* 1/8/16/32 */ 279 u32 psd_gen_count; 280 boolean is_psd_running; 281 boolean is_psd_show_max_only; 282 }; 283 284 /* ******************************************* 285 * The following is interface which will notify coex module. 286 * ******************************************* */ 287 void ex_halbtc8703b1ant_power_on_setting(IN struct btc_coexist *btcoexist); 288 void ex_halbtc8703b1ant_pre_load_firmware(IN struct btc_coexist *btcoexist); 289 void ex_halbtc8703b1ant_init_hw_config(IN struct btc_coexist *btcoexist, 290 IN boolean wifi_only); 291 void ex_halbtc8703b1ant_init_coex_dm(IN struct btc_coexist *btcoexist); 292 void ex_halbtc8703b1ant_ips_notify(IN struct btc_coexist *btcoexist, 293 IN u8 type); 294 void ex_halbtc8703b1ant_lps_notify(IN struct btc_coexist *btcoexist, 295 IN u8 type); 296 void ex_halbtc8703b1ant_scan_notify(IN struct btc_coexist *btcoexist, 297 IN u8 type); 298 void ex_halbtc8703b1ant_connect_notify(IN struct btc_coexist *btcoexist, 299 IN u8 type); 300 void ex_halbtc8703b1ant_media_status_notify(IN struct btc_coexist *btcoexist, 301 IN u8 type); 302 void ex_halbtc8703b1ant_specific_packet_notify(IN struct btc_coexist *btcoexist, 303 IN u8 type); 304 void ex_halbtc8703b1ant_bt_info_notify(IN struct btc_coexist *btcoexist, 305 IN u8 *tmp_buf, IN u8 length); 306 void ex_halbtc8703b1ant_rf_status_notify(IN struct btc_coexist *btcoexist, 307 IN u8 type); 308 void ex_halbtc8703b1ant_halt_notify(IN struct btc_coexist *btcoexist); 309 void ex_halbtc8703b1ant_pnp_notify(IN struct btc_coexist *btcoexist, 310 IN u8 pnp_state); 311 void ex_halbtc8703b1ant_coex_dm_reset(IN struct btc_coexist *btcoexist); 312 void ex_halbtc8703b1ant_periodical(IN struct btc_coexist *btcoexist); 313 void ex_halbtc8703b1ant_display_coex_info(IN struct btc_coexist *btcoexist); 314 void ex_halbtc8703b1ant_antenna_detection(IN struct btc_coexist *btcoexist, 315 IN u32 cent_freq, IN u32 offset, IN u32 span, IN u32 seconds); 316 void ex_halbtc8703b1ant_antenna_isolation(IN struct btc_coexist *btcoexist, 317 IN u32 cent_freq, IN u32 offset, IN u32 span, IN u32 seconds); 318 319 void ex_halbtc8703b1ant_psd_scan(IN struct btc_coexist *btcoexist, 320 IN u32 cent_freq, IN u32 offset, IN u32 span, IN u32 seconds); 321 void ex_halbtc8703b1ant_display_ant_detection(IN struct btc_coexist *btcoexist); 322 323 #else 324 #define ex_halbtc8703b1ant_power_on_setting(btcoexist) 325 #define ex_halbtc8703b1ant_pre_load_firmware(btcoexist) 326 #define ex_halbtc8703b1ant_init_hw_config(btcoexist, wifi_only) 327 #define ex_halbtc8703b1ant_init_coex_dm(btcoexist) 328 #define ex_halbtc8703b1ant_ips_notify(btcoexist, type) 329 #define ex_halbtc8703b1ant_lps_notify(btcoexist, type) 330 #define ex_halbtc8703b1ant_scan_notify(btcoexist, type) 331 #define ex_halbtc8703b1ant_connect_notify(btcoexist, type) 332 #define ex_halbtc8703b1ant_media_status_notify(btcoexist, type) 333 #define ex_halbtc8703b1ant_specific_packet_notify(btcoexist, type) 334 #define ex_halbtc8703b1ant_bt_info_notify(btcoexist, tmp_buf, length) 335 #define ex_halbtc8703b1ant_rf_status_notify(btcoexist, type) 336 #define ex_halbtc8703b1ant_halt_notify(btcoexist) 337 #define ex_halbtc8703b1ant_pnp_notify(btcoexist, pnp_state) 338 #define ex_halbtc8703b1ant_coex_dm_reset(btcoexist) 339 #define ex_halbtc8703b1ant_periodical(btcoexist) 340 #define ex_halbtc8703b1ant_display_coex_info(btcoexist) 341 #define ex_halbtc8703b1ant_antenna_detection(btcoexist, cent_freq, offset, span, seconds) 342 #define ex_halbtc8703b1ant_antenna_isolation(btcoexist, cent_freq, offset, span, seconds) 343 #define ex_halbtc8703b1ant_psd_scan(btcoexist, cent_freq, offset, span, seconds) 344 #define ex_halbtc8703b1ant_display_ant_detection(btcoexist) 345 346 #endif 347 348 349 #endif 350