xref: /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/btc/halbtc8822b2ant.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /******************************************************************************
3  *
4  * Copyright(c) 2016 - 2017 Realtek Corporation.
5  *
6  * This program is free software; you can redistribute it and/or modify it
7  * under the terms of version 2 of the GNU General Public License as
8  * published by the Free Software Foundation.
9  *
10  * This program is distributed in the hope that it will be useful, but WITHOUT
11  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12  * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
13  * more details.
14  *
15  *****************************************************************************/
16 
17 #if (BT_SUPPORT == 1 && COEX_SUPPORT == 1)
18 
19 #if (RTL8822B_SUPPORT == 1)
20 
21 /* *******************************************
22  * The following is for 8822B 2Ant BT Co-exist definition
23  * ******************************************* */
24 #define	BT_8822B_2ANT_COEX_DBG					0
25 #define	BT_AUTO_REPORT_ONLY_8822B_2ANT			1
26 
27 
28 
29 
30 #define	BT_INFO_8822B_2ANT_B_FTP						BIT(7)
31 #define	BT_INFO_8822B_2ANT_B_A2DP					BIT(6)
32 #define	BT_INFO_8822B_2ANT_B_HID						BIT(5)
33 #define	BT_INFO_8822B_2ANT_B_SCO_BUSY				BIT(4)
34 #define	BT_INFO_8822B_2ANT_B_ACL_BUSY				BIT(3)
35 #define	BT_INFO_8822B_2ANT_B_INQ_PAGE				BIT(2)
36 #define	BT_INFO_8822B_2ANT_B_SCO_ESCO				BIT(1)
37 #define	BT_INFO_8822B_2ANT_B_CONNECTION				BIT(0)
38 
39 #define		BTC_RSSI_COEX_THRESH_TOL_8822B_2ANT		2
40 
41 
42 /* unit: % WiFi RSSI Threshold for 2-Ant free-run/2-Ant TDMA translation.
43  * (default = 42)
44  */
45 #define	BT_8822B_2ANT_WIFI_RSSI_COEXSWITCH_THRES1				30
46 /* unit: % BT RSSI Threshold for 2-Ant free-run/2-Ant TDMA translation.
47  * (default = 46)
48  */
49 #define	BT_8822B_2ANT_BT_RSSI_COEXSWITCH_THRES1				20
50 /* unit: % WiFi RSSI Threshold for 1-Ant TDMA/1-Ant PS-TDMA translation.
51  * (default = 42)
52  */
53 #define	BT_8822B_2ANT_WIFI_RSSI_COEXSWITCH_THRES2				30
54 /* unit: % BT RSSI Threshold for 1-Ant TDMA/1-Ant PS-TDMA translation.
55  * (default = 46)
56  */
57 #define	BT_8822B_2ANT_BT_RSSI_COEXSWITCH_THRES2				20
58 #define	BT_8822B_2ANT_DEFAULT_ISOLATION						25	 /*  unit: dB */
59 #define   BT_8822B_2ANT_WIFI_MAX_TX_POWER						15	 /*  unit: dBm */
60 #define   BT_8822B_2ANT_BT_MAX_TX_POWER							3	 /*  unit: dBm */
61 #define   BT_8822B_2ANT_WIFI_SIR_THRES1							-15  /*  unit: dB */
62 #define   BT_8822B_2ANT_WIFI_SIR_THRES2							-30  /*  unit: dB */
63 #define   BT_8822B_2ANT_BT_SIR_THRES1							-15		 /*  unit: dB */
64 #define   BT_8822B_2ANT_BT_SIR_THRES2							-30		 /*  unit: dB */
65 
66 
67 /* for Antenna detection */
68 #define	BT_8822B_2ANT_ANTDET_PSDTHRES_BACKGROUND						50
69 #define	BT_8822B_2ANT_ANTDET_PSDTHRES_2ANT_BADISOLATION				70
70 #define	BT_8822B_2ANT_ANTDET_PSDTHRES_2ANT_GOODISOLATION			52
71 #define	BT_8822B_2ANT_ANTDET_PSDTHRES_1ANT							40
72 #define	BT_8822B_2ANT_ANTDET_RETRY_INTERVAL							10	/* retry timer if ant det is fail, unit: second */
73 #define	BT_8822B_2ANT_ANTDET_SWEEPPOINT_DELAY							60000
74 #define	BT_8822B_2ANT_ANTDET_ENABLE										0
75 #define	BT_8822B_2ANT_ANTDET_BTTXTIME									100
76 #define	BT_8822B_2ANT_ANTDET_BTTXCHANNEL								39
77 #define	BT_8822B_2ANT_ANTDET_PSD_SWWEEPCOUNT						50
78 
79 
80 #define	BT_8822B_2ANT_LTECOEX_INDIRECTREG_ACCESS_TIMEOUT		30000
81 
82 enum bt_8822b_2ant_signal_state {
83 	BT_8822B_2ANT_SIG_STA_SET_TO_LOW		= 0x0,
84 	BT_8822B_2ANT_SIG_STA_SET_BY_HW		= 0x0,
85 	BT_8822B_2ANT_SIG_STA_SET_TO_HIGH		= 0x1,
86 	BT_8822B_2ANT_SIG_STA_MAX
87 };
88 
89 enum bt_8822b_2ant_path_ctrl_owner {
90 	BT_8822B_2ANT_PCO_BTSIDE		= 0x0,
91 	BT_8822B_2ANT_PCO_WLSIDE	= 0x1,
92 	BT_8822B_2ANT_PCO_MAX
93 };
94 
95 enum bt_8822b_2ant_gnt_ctrl_type {
96 	BT_8822B_2ANT_GNT_TYPE_CTRL_BY_PTA		= 0x0,
97 	BT_8822B_2ANT_GNT_TYPE_CTRL_BY_SW		= 0x1,
98 	BT_8822B_2ANT_GNT_TYPE_MAX
99 };
100 
101 enum bt_8822b_2ant_gnt_ctrl_block {
102 	BT_8822B_2ANT_GNT_BLOCK_RFC_BB		= 0x0,
103 	BT_8822B_2ANT_GNT_BLOCK_RFC			= 0x1,
104 	BT_8822B_2ANT_GNT_BLOCK_BB			= 0x2,
105 	BT_8822B_2ANT_GNT_BLOCK_MAX
106 };
107 
108 enum bt_8822b_2ant_lte_coex_table_type {
109 	BT_8822B_2ANT_CTT_WL_VS_LTE			= 0x0,
110 	BT_8822B_2ANT_CTT_BT_VS_LTE			= 0x1,
111 	BT_8822B_2ANT_CTT_MAX
112 };
113 
114 enum bt_8822b_2ant_lte_break_table_type {
115 	BT_8822B_2ANT_LBTT_WL_BREAK_LTE			= 0x0,
116 	BT_8822B_2ANT_LBTT_BT_BREAK_LTE				= 0x1,
117 	BT_8822B_2ANT_LBTT_LTE_BREAK_WL			= 0x2,
118 	BT_8822B_2ANT_LBTT_LTE_BREAK_BT				= 0x3,
119 	BT_8822B_2ANT_LBTT_MAX
120 };
121 
122 enum bt_info_src_8822b_2ant {
123 	BT_INFO_SRC_8822B_2ANT_WIFI_FW			= 0x0,
124 	BT_INFO_SRC_8822B_2ANT_BT_RSP				= 0x1,
125 	BT_INFO_SRC_8822B_2ANT_BT_ACTIVE_SEND		= 0x2,
126 	BT_INFO_SRC_8822B_2ANT_MAX
127 };
128 
129 enum bt_8822b_2ant_bt_status {
130 	BT_8822B_2ANT_BT_STATUS_NON_CONNECTED_IDLE	= 0x0,
131 	BT_8822B_2ANT_BT_STATUS_CONNECTED_IDLE		= 0x1,
132 	BT_8822B_2ANT_BT_STATUS_INQ_PAGE				= 0x2,
133 	BT_8822B_2ANT_BT_STATUS_ACL_BUSY				= 0x3,
134 	BT_8822B_2ANT_BT_STATUS_SCO_BUSY				= 0x4,
135 	BT_8822B_2ANT_BT_STATUS_ACL_SCO_BUSY			= 0x5,
136 	BT_8822B_2ANT_BT_STATUS_MAX
137 };
138 
139 enum bt_8822b_2ant_coex_algo {
140 	BT_8822B_2ANT_COEX_ALGO_UNDEFINED			= 0x0,
141 	BT_8822B_2ANT_COEX_ALGO_SCO				= 0x1,
142 	BT_8822B_2ANT_COEX_ALGO_HID				= 0x2,
143 	BT_8822B_2ANT_COEX_ALGO_A2DP				= 0x3,
144 	BT_8822B_2ANT_COEX_ALGO_A2DP_PANHS		= 0x4,
145 	BT_8822B_2ANT_COEX_ALGO_PANEDR			= 0x5,
146 	BT_8822B_2ANT_COEX_ALGO_PANHS			= 0x6,
147 	BT_8822B_2ANT_COEX_ALGO_PANEDR_A2DP		= 0x7,
148 	BT_8822B_2ANT_COEX_ALGO_PANEDR_HID		= 0x8,
149 	BT_8822B_2ANT_COEX_ALGO_HID_A2DP_PANEDR	= 0x9,
150 	BT_8822B_2ANT_COEX_ALGO_HID_A2DP			= 0xa,
151 	BT_8822B_2ANT_COEX_ALGO_NOPROFILEBUSY		= 0xb,
152 	BT_8822B_2ANT_COEX_ALGO_A2DPSINK			= 0xc,
153 	BT_8822B_2ANT_COEX_ALGO_MAX
154 };
155 
156 enum bt_8822b_2ant_ext_ant_switch_type {
157 	BT_8822B_2ANT_EXT_ANT_SWITCH_USE_DPDT		= 0x0,
158 	BT_8822B_2ANT_EXT_ANT_SWITCH_USE_SPDT		= 0x1,
159 	BT_8822B_2ANT_EXT_ANT_SWITCH_NONE			= 0x2,
160 	BT_8822B_2ANT_EXT_ANT_SWITCH_MAX
161 };
162 
163 enum bt_8822b_2ant_ext_ant_switch_ctrl_type {
164 	BT_8822B_2ANT_EXT_ANT_SWITCH_CTRL_BY_BBSW	= 0x0,
165 	BT_8822B_2ANT_EXT_ANT_SWITCH_CTRL_BY_PTA		= 0x1,
166 	BT_8822B_2ANT_EXT_ANT_SWITCH_CTRL_BY_ANTDIV	= 0x2,
167 	BT_8822B_2ANT_EXT_ANT_SWITCH_CTRL_BY_MAC		= 0x3,
168 	BT_8822B_2ANT_EXT_ANT_SWITCH_CTRL_BY_BT		= 0x4,
169 	BT_8822B_2ANT_EXT_ANT_SWITCH_CTRL_MAX
170 };
171 
172 enum bt_8822b_2ant_ext_ant_switch_pos_type {
173 	BT_8822B_2ANT_EXT_ANT_SWITCH_MAIN_TO_BT			= 0x0,
174 	BT_8822B_2ANT_EXT_ANT_SWITCH_MAIN_TO_WLG			= 0x1,
175 	BT_8822B_2ANT_EXT_ANT_SWITCH_MAIN_TO_WLA			= 0x2,
176 	BT_8822B_2ANT_EXT_ANT_SWITCH_MAIN_TO_NOCARE		= 0x3,
177 	BT_8822B_2ANT_EXT_ANT_SWITCH_MAIN_TO_MAX
178 };
179 
180 enum bt_8822b_2ant_ext_band_switch_pos_type {
181 	BT_8822B_2ANT_EXT_BAND_SWITCH_TO_WLG			= 0x0,
182 	BT_8822B_2ANT_EXT_BAND_SWITCH_TO_WLA			= 0x1,
183 	BT_8822B_2ANT_EXT_BAND_SWITCH_TO_MAX
184 };
185 
186 enum bt_8822b_2ant_int_block {
187 	BT_8822B_2ANT_INT_BLOCK_SWITCH_TO_WLG_OF_BTG			= 0x0,
188 	BT_8822B_2ANT_INT_BLOCK_SWITCH_TO_WLG_OF_WLAG		= 0x1,
189 	BT_8822B_2ANT_INT_BLOCK_SWITCH_TO_WLA_OF_WLAG		= 0x2,
190 	BT_8822B_2ANT_INT_BLOCK_SWITCH_TO_MAX
191 };
192 
193 enum bt_8822b_2ant_phase {
194 	BT_8822B_2ANT_PHASE_COEX_INIT								= 0x0,
195 	BT_8822B_2ANT_PHASE_WLANONLY_INIT							= 0x1,
196 	BT_8822B_2ANT_PHASE_WLAN_OFF								= 0x2,
197 	BT_8822B_2ANT_PHASE_2G_RUNTIME								= 0x3,
198 	BT_8822B_2ANT_PHASE_5G_RUNTIME								= 0x4,
199 	BT_8822B_2ANT_PHASE_BTMPMODE								= 0x5,
200 	BT_8822B_2ANT_PHASE_ANTENNA_DET								= 0x6,
201 	BT_8822B_2ANT_PHASE_COEX_POWERON							= 0x7,
202 	BT_8822B_2ANT_PHASE_2G_RUNTIME_CONCURRENT					= 0x8,
203 	BT_8822B_2ANT_PHASE_2G_FREERUN								= 0x9,
204 	BT_8822B_2ANT_PHASE_MAX
205 };
206 
207 /*ADD SCOREBOARD TO FIX BT LPS 32K ISSUE WHILE WL BUSY*/
208 
209 enum bt_8822b_2ant_Scoreboard {
210 	BT_8822B_2ANT_SCOREBOARD_ACTIVE								= BIT(0),
211 	BT_8822B_2ANT_SCOREBOARD_ONOFF								= BIT(1),
212 	BT_8822B_2ANT_SCOREBOARD_SCAN								= BIT(2),
213 	BT_8822B_2ANT_SCOREBOARD_UNDERTEST							= BIT(3),
214 	BT_8822B_2ANT_SCOREBOARD_RXGAIN								= BIT(4),
215 	BT_8822B_2ANT_SCOREBOARD_WLBUSY                                                              = BIT(6)
216 };
217 
218 
219 
220 
221 
222 struct coex_dm_8822b_2ant {
223 	/* hw setting */
224 	u32		pre_ant_pos_type;
225 	u32		cur_ant_pos_type;
226 	/* fw mechanism */
227 	u8		pre_bt_dec_pwr_lvl;
228 	u8		cur_bt_dec_pwr_lvl;
229 	u8		pre_fw_dac_swing_lvl;
230 	u8		cur_fw_dac_swing_lvl;
231 	boolean		cur_ignore_wlan_act;
232 	boolean		pre_ignore_wlan_act;
233 	u8		pre_ps_tdma;
234 	u8		cur_ps_tdma;
235 	u8		ps_tdma_para[5];
236 	u8		ps_tdma_du_adj_type;
237 	boolean		reset_tdma_adjust;
238 	boolean		pre_ps_tdma_on;
239 	boolean		cur_ps_tdma_on;
240 	boolean		pre_bt_auto_report;
241 	boolean		cur_bt_auto_report;
242 
243 	/* sw mechanism */
244 	boolean		pre_rf_rx_lpf_shrink;
245 	boolean		cur_rf_rx_lpf_shrink;
246 	u32		bt_rf_0x1e_backup;
247 	boolean	pre_low_penalty_ra;
248 	boolean		cur_low_penalty_ra;
249 	boolean		pre_dac_swing_on;
250 	u32		pre_dac_swing_lvl;
251 	boolean		cur_dac_swing_on;
252 	u32		cur_dac_swing_lvl;
253 	boolean		pre_adc_back_off;
254 	boolean		cur_adc_back_off;
255 	boolean		pre_agc_table_en;
256 	boolean		cur_agc_table_en;
257 	u32		pre_val0x6c0;
258 	u32		cur_val0x6c0;
259 	u32		pre_val0x6c4;
260 	u32		cur_val0x6c4;
261 	u32		pre_val0x6c8;
262 	u32		cur_val0x6c8;
263 	u8		pre_val0x6cc;
264 	u8		cur_val0x6cc;
265 	boolean		limited_dig;
266 
267 	/* algorithm related */
268 	u8		pre_algorithm;
269 	u8		cur_algorithm;
270 	u8		bt_status;
271 	u8		wifi_chnl_info[3];
272 
273 	boolean		need_recover0x948;
274 	u32		backup0x948;
275 
276 	u8		pre_lps;
277 	u8		cur_lps;
278 	u8		pre_rpwm;
279 	u8		cur_rpwm;
280 
281 	boolean		is_switch_to_1dot5_ant;
282 	u8		switch_thres_offset;
283 	u32					arp_cnt;
284 
285 	u32		pre_ext_ant_switch_status;
286 	u32		cur_ext_ant_switch_status;
287 
288 	u8		pre_ext_band_switch_status;
289 	u8		cur_ext_band_switch_status;
290 
291 	u8		pre_int_block_status;
292 	u8		cur_int_block_status;
293 };
294 
295 
296 struct coex_sta_8822b_2ant {
297 	boolean					bt_disabled;
298 	boolean					bt_link_exist;
299 	boolean					sco_exist;
300 	boolean					a2dp_exist;
301 	boolean					hid_exist;
302 	boolean					pan_exist;
303 
304 	boolean					under_lps;
305 	boolean					under_ips;
306 	u32					high_priority_tx;
307 	u32					high_priority_rx;
308 	u32					low_priority_tx;
309 	u32					low_priority_rx;
310 	boolean             is_hiPri_rx_overhead;
311 	u8					bt_rssi;
312 	u8					pre_bt_rssi_state;
313 	u8					pre_wifi_rssi_state[4];
314 	u8					bt_info_c2h[BT_INFO_SRC_8822B_2ANT_MAX][10];
315 	u32					bt_info_c2h_cnt[BT_INFO_SRC_8822B_2ANT_MAX];
316 	boolean				bt_whck_test;
317 	boolean					c2h_bt_inquiry_page;
318 	boolean					c2h_bt_remote_name_req;
319 
320 	u8					bt_info_ext;
321 	u8					bt_info_ext2;
322 	u32					pop_event_cnt;
323 	u8					scan_ap_num;
324 	u8					bt_retry_cnt;
325 
326 	u32					crc_ok_cck;
327 	u32					crc_ok_11g;
328 	u32					crc_ok_11n;
329 	u32					crc_ok_11n_vht;
330 
331 	u32					crc_err_cck;
332 	u32					crc_err_11g;
333 	u32					crc_err_11n;
334 	u32					crc_err_11n_vht;
335 
336 	u32					acc_crc_ratio;
337 	u32					now_crc_ratio;
338 
339 	boolean				cck_lock;
340 	boolean				cck_lock_ever;
341 	boolean				cck_lock_warn;
342 
343 	u8					coex_table_type;
344 	boolean				force_lps_ctrl;
345 
346 	u8					dis_ver_info_cnt;
347 
348 	u8					a2dp_bit_pool;
349 	u8					cut_version;
350 
351 	boolean					concurrent_rx_mode_on;
352 
353 	u16					score_board;
354 	u8					isolation_btween_wb;   /* 0~ 50 */
355 	u8					wifi_coex_thres;
356 	u8					bt_coex_thres;
357 	u8					wifi_coex_thres2;
358 	u8					bt_coex_thres2;
359 
360 	u8					num_of_profile;
361 	boolean				acl_busy;
362 	boolean				bt_create_connection;
363 	boolean				wifi_is_high_pri_task;
364 	u32					specific_pkt_period_cnt;
365 	u32					bt_coex_supported_feature;
366 	u32					bt_coex_supported_version;
367 
368 	u8					bt_ble_scan_type;
369 	u32					bt_ble_scan_para[3];
370 
371 	boolean				run_time_state;
372 	boolean				freeze_coexrun_by_btinfo;
373 
374 	boolean				is_A2DP_3M;
375 	boolean				voice_over_HOGP;
376 	u8                  bt_info;
377 	boolean				is_autoslot;
378 	u8					forbidden_slot;
379 	u8					hid_busy_num;
380 	u8					hid_pair_cnt;
381 
382 	u32					cnt_RemoteNameReq;
383 	u32					cnt_setupLink;
384 	u32					cnt_ReInit;
385 	u32					cnt_IgnWlanAct;
386 	u32					cnt_Page;
387 	u32					cnt_RoleSwitch;
388 
389 	u16					bt_reg_vendor_ac;
390 	u16					bt_reg_vendor_ae;
391 
392 	boolean				is_setupLink;
393 	u8				    wl_noisy_level;
394 	u32                 gnt_error_cnt;
395 
396 	u8					bt_afh_map[10];
397 	u8					bt_relink_downcount;
398 	boolean				is_tdma_btautoslot;
399 	boolean				is_tdma_btautoslot_hang;
400 
401 	boolean             is_eSCO_mode;
402 	u8                  switch_band_notify_to;
403 	boolean				is_rf_state_off;
404 
405 	boolean				is_hid_low_pri_tx_overhead;
406 	boolean				is_bt_multi_link;
407 	boolean				is_bt_a2dp_sink;
408 
409 	boolean				is_set_ps_state_fail;
410 	u8					cnt_set_ps_state_fail;
411 
412 	u8					wl_fw_dbg_info[10];
413 	u8					wl_rx_rate;
414 	u8					wl_rts_rx_rate;
415 	u8					wl_center_channel;
416 
417 	u16					score_board_WB;
418 	boolean				is_2g_freerun;
419 };
420 
421 
422 #define  BT_8822B_2ANT_EXT_BAND_SWITCH_USE_DPDT	0
423 #define  BT_8822B_2ANT_EXT_BAND_SWITCH_USE_SPDT	1
424 
425 
426 struct rfe_type_8822b_2ant {
427 
428 	u8			rfe_module_type;
429 	boolean		ext_ant_switch_exist;
430 	u8			ext_ant_switch_type;			/* 0:DPDT, 1:SPDT */
431 	/*  iF 0: DPDT_P=0, DPDT_N=1 => BTG to Main, WL_A+G to Aux */
432 	u8			ext_ant_switch_ctrl_polarity;
433 
434 	boolean		ext_band_switch_exist;
435 	u8			ext_band_switch_type;			/* 0:DPDT, 1:SPDT */
436 	u8			ext_band_switch_ctrl_polarity;
437 
438 	/*  If true:  WLG at BTG, If false: WLG at WLAG */
439 	boolean		wlg_Locate_at_btg;
440 
441 	boolean		ext_ant_switch_diversity;		/* If diversity on */
442 };
443 
444 #define BT_8822B_2ANT_ANTDET_PSD_POINTS			256	/* MAX:1024 */
445 #define BT_8822B_2ANT_ANTDET_PSD_AVGNUM		1	/* MAX:3 */
446 #define BT_8822B_2ANT_ANTDET_BUF_LEN			16
447 
448 struct psdscan_sta_8822b_2ant {
449 
450 	u32			ant_det_bt_le_channel;  /* BT LE Channel ex:2412 */
451 	u32			ant_det_bt_tx_time;
452 	u32			ant_det_pre_psdscan_peak_val;
453 	boolean			ant_det_is_ant_det_available;
454 	u32			ant_det_psd_scan_peak_val;
455 	boolean			ant_det_is_btreply_available;
456 	u32			ant_det_psd_scan_peak_freq;
457 
458 	u8			ant_det_result;
459 	u8			ant_det_peak_val[BT_8822B_2ANT_ANTDET_BUF_LEN];
460 	u8			ant_det_peak_freq[BT_8822B_2ANT_ANTDET_BUF_LEN];
461 	u32			ant_det_try_count;
462 	u32			ant_det_fail_count;
463 	u32			ant_det_inteval_count;
464 	u32			ant_det_thres_offset;
465 
466 	u32			real_cent_freq;
467 	s32			real_offset;
468 	u32			real_span;
469 
470 	u32			psd_band_width;  /* unit: Hz */
471 	u32			psd_point;		/* 128/256/512/1024 */
472 	u32			psd_report[1024];  /* unit:dB (20logx), 0~255 */
473 	u32			psd_report_max_hold[1024];  /* unit:dB (20logx), 0~255 */
474 	u32			psd_start_point;
475 	u32			psd_stop_point;
476 	u32			psd_max_value_point;
477 	u32			psd_max_value;
478 	u32			psd_max_value2;
479 	/* filter loop_max_value that below BT_8822B_1ANT_ANTDET_PSDTHRES_1ANT,
480 	 * and average the rest
481 	 */
482 	u32			psd_avg_value;
483 	/*max value in each loop */
484 	u32			psd_loop_max_value[BT_8822B_2ANT_ANTDET_PSD_SWWEEPCOUNT];
485 	u32			psd_start_base;
486 	u32			psd_avg_num;	/* 1/8/16/32 */
487 	u32			psd_gen_count;
488 	boolean			is_AntDet_running;
489 	boolean			is_psd_show_max_only;
490 };
491 
492 
493 /* *******************************************
494  * The following is interface which will notify coex module.
495  * ******************************************* */
496 void ex_halbtc8822b2ant_power_on_setting(IN struct btc_coexist *btcoexist);
497 void ex_halbtc8822b2ant_pre_load_firmware(IN struct btc_coexist *btcoexist);
498 void ex_halbtc8822b2ant_init_hw_config(IN struct btc_coexist *btcoexist,
499 				       IN boolean wifi_only);
500 void ex_halbtc8822b2ant_init_coex_dm(IN struct btc_coexist *btcoexist);
501 void ex_halbtc8822b2ant_ips_notify(IN struct btc_coexist *btcoexist,
502 				   IN u8 type);
503 void ex_halbtc8822b2ant_lps_notify(IN struct btc_coexist *btcoexist,
504 				   IN u8 type);
505 void ex_halbtc8822b2ant_scan_notify(IN struct btc_coexist *btcoexist,
506 				    IN u8 type);
507 void ex_halbtc8822b2ant_switchband_notify(IN struct btc_coexist *btcoexist,
508 		IN u8 type);
509 void ex_halbtc8822b2ant_connect_notify(IN struct btc_coexist *btcoexist,
510 				       IN u8 type);
511 void ex_halbtc8822b2ant_media_status_notify(IN struct btc_coexist *btcoexist,
512 		IN u8 type);
513 void ex_halbtc8822b2ant_specific_packet_notify(IN struct btc_coexist *btcoexist,
514 		IN u8 type);
515 void ex_halbtc8822b2ant_bt_info_notify(IN struct btc_coexist *btcoexist,
516 				       IN u8 *tmp_buf, IN u8 length);
517 void ex_halbtc8822b2ant_wl_fwdbginfo_notify(IN struct btc_coexist *btcoexist,
518 				       IN u8 *tmp_buf, IN u8 length);
519 void ex_halbtc8822b2ant_rx_rate_change_notify(IN struct btc_coexist *btcoexist,
520 		IN BOOLEAN is_data_frame, IN u8 btc_rate_id);
521 void ex_halbtc8822b2ant_rf_status_notify(IN struct btc_coexist *btcoexist,
522 		IN u8 type);
523 void ex_halbtc8822b2ant_halt_notify(IN struct btc_coexist *btcoexist);
524 void ex_halbtc8822b2ant_pnp_notify(IN struct btc_coexist *btcoexist,
525 				   IN u8 pnp_state);
526 void ex_halbtc8822b2ant_periodical(IN struct btc_coexist *btcoexist);
527 void ex_halbtc8822b2ant_display_simple_coex_info(IN struct btc_coexist *btcoexist);
528 
529 void ex_halbtc8822b2ant_display_coex_info(IN struct btc_coexist *btcoexist);
530 void ex_halbtc8822b2ant_antenna_detection(IN struct btc_coexist *btcoexist,
531 		IN u32 cent_freq, IN u32 offset, IN u32 span, IN u32 seconds);
532 void ex_halbtc8822b2ant_display_ant_detection(IN struct btc_coexist *btcoexist);
533 
534 
535 #else
536 #define	ex_halbtc8822b2ant_power_on_setting(btcoexist)
537 #define	ex_halbtc8822b2ant_pre_load_firmware(btcoexist)
538 #define	ex_halbtc8822b2ant_init_hw_config(btcoexist, wifi_only)
539 #define	ex_halbtc8822b2ant_init_coex_dm(btcoexist)
540 #define	ex_halbtc8822b2ant_ips_notify(btcoexist, type)
541 #define	ex_halbtc8822b2ant_lps_notify(btcoexist, type)
542 #define	ex_halbtc8822b2ant_scan_notify(btcoexist, type)
543 #define   ex_halbtc8822b2ant_switchband_notify(btcoexist, type)
544 #define	ex_halbtc8822b2ant_connect_notify(btcoexist, type)
545 #define	ex_halbtc8822b2ant_media_status_notify(btcoexist, type)
546 #define	ex_halbtc8822b2ant_specific_packet_notify(btcoexist, type)
547 #define	ex_halbtc8822b2ant_bt_info_notify(btcoexist, tmp_buf, length)
548 #define	ex_halbtc8822b2ant_wl_fwdbginfo_notify(btcoexist, tmp_buf, length)
549 #define	ex_halbtc8822b2ant_rx_rate_change_notify(btcoexist, is_data_frame, btc_rate_id)
550 #define	ex_halbtc8822b2ant_rf_status_notify(btcoexist, type)
551 #define	ex_halbtc8822b2ant_halt_notify(btcoexist)
552 #define	ex_halbtc8822b2ant_pnp_notify(btcoexist, pnp_state)
553 #define	ex_halbtc8822b2ant_periodical(btcoexist)
554 #define	ex_halbtc8822b2ant_display_coex_info(btcoexist)
555 #define	ex_halbtc8822b2ant_display_ant_detection(btcoexist)
556 #define	ex_halbtc8822b2ant_antenna_detection(btcoexist, cent_freq, offset, span, seconds)
557 #endif
558 
559 #endif
560