net: wireless: rockchip_wlan: add rtl8723ds support
[firefly-linux-kernel-4.4.55.git] / drivers / net / wireless / rockchip_wlan / rtl8723ds / hal / btc / HalBtc8822b1Ant.h
1
2 #if (BT_SUPPORT == 1 && COEX_SUPPORT == 1)
3
4 #if (RTL8822B_SUPPORT == 1)
5
6 /* *******************************************
7  * The following is for 8822B 1ANT BT Co-exist definition
8  * ******************************************* */
9 #define BT_AUTO_REPORT_ONLY_8822B_1ANT                          1
10
11 #define BT_INFO_8822B_1ANT_B_FTP                                                BIT(7)
12 #define BT_INFO_8822B_1ANT_B_A2DP                                       BIT(6)
13 #define BT_INFO_8822B_1ANT_B_HID                                                BIT(5)
14 #define BT_INFO_8822B_1ANT_B_SCO_BUSY                           BIT(4)
15 #define BT_INFO_8822B_1ANT_B_ACL_BUSY                           BIT(3)
16 #define BT_INFO_8822B_1ANT_B_INQ_PAGE                           BIT(2)
17 #define BT_INFO_8822B_1ANT_B_SCO_ESCO                           BIT(1)
18 #define BT_INFO_8822B_1ANT_B_CONNECTION                         BIT(0)
19
20 #define BT_INFO_8822B_1ANT_A2DP_BASIC_RATE(_BT_INFO_EXT_)       \
21                 (((_BT_INFO_EXT_&BIT(0))) ? true : false)
22
23 #define BTC_RSSI_COEX_THRESH_TOL_8822B_1ANT             2
24
25 #define  BT_8822B_1ANT_WIFI_NOISY_THRESH                                                        30   /* max: 255 */
26
27 /* for Antenna detection */
28 #define BT_8822B_1ANT_ANTDET_PSDTHRES_BACKGROUND                                        50
29 #define BT_8822B_1ANT_ANTDET_PSDTHRES_2ANT_BADISOLATION                         70
30 #define BT_8822B_1ANT_ANTDET_PSDTHRES_2ANT_GOODISOLATION                        55
31 #define BT_8822B_1ANT_ANTDET_PSDTHRES_1ANT                                                      35
32 #define BT_8822B_1ANT_ANTDET_RETRY_INTERVAL                                                     10      /* retry timer if ant det is fail, unit: second */
33 #define BT_8822B_1ANT_ANTDET_ENABLE                                                                     0
34 #define BT_8822B_1ANT_ANTDET_COEXMECHANISMSWITCH_ENABLE                         0
35
36 #define BT_8822B_1ANT_LTECOEX_INDIRECTREG_ACCESS_TIMEOUT                30000
37 #define  BT_8822B_1ANT_WIFI_NOISY_THRESH                                                        30   /* max: 255 */
38
39
40 enum bt_8822b_1ant_signal_state {
41         BT_8822B_1ANT_SIG_STA_SET_TO_LOW                = 0x0,
42         BT_8822B_1ANT_SIG_STA_SET_BY_HW         = 0x0,
43         BT_8822B_1ANT_SIG_STA_SET_TO_HIGH               = 0x1,
44         BT_8822B_1ANT_SIG_STA_MAX
45 };
46
47 enum bt_8822b_1ant_path_ctrl_owner {
48         BT_8822B_1ANT_PCO_BTSIDE                = 0x0,
49         BT_8822B_1ANT_PCO_WLSIDE        = 0x1,
50         BT_8822B_1ANT_PCO_MAX
51 };
52
53 enum bt_8822b_1ant_gnt_ctrl_type {
54         BT_8822B_1ANT_GNT_CTRL_BY_PTA           = 0x0,
55         BT_8822B_1ANT_GNT_CTRL_BY_SW            = 0x1,
56         BT_8822B_1ANT_GNT_CTRL_MAX
57 };
58
59 enum bt_8822b_1ant_gnt_ctrl_block {
60         BT_8822B_1ANT_GNT_BLOCK_RFC_BB          = 0x0,
61         BT_8822B_1ANT_GNT_BLOCK_RFC                     = 0x1,
62         BT_8822B_1ANT_GNT_BLOCK_BB                      = 0x2,
63         BT_8822B_1ANT_GNT_BLOCK_MAX
64 };
65
66 enum bt_8822b_1ant_lte_coex_table_type {
67         BT_8822B_1ANT_CTT_WL_VS_LTE                     = 0x0,
68         BT_8822B_1ANT_CTT_BT_VS_LTE                     = 0x1,
69         BT_8822B_1ANT_CTT_MAX
70 };
71
72 enum bt_8822b_1ant_lte_break_table_type {
73         BT_8822B_1ANT_LBTT_WL_BREAK_LTE                 = 0x0,
74         BT_8822B_1ANT_LBTT_BT_BREAK_LTE                         = 0x1,
75         BT_8822B_1ANT_LBTT_LTE_BREAK_WL                 = 0x2,
76         BT_8822B_1ANT_LBTT_LTE_BREAK_BT                         = 0x3,
77         BT_8822B_1ANT_LBTT_MAX
78 };
79
80 enum bt_info_src_8822b_1ant {
81         BT_INFO_SRC_8822B_1ANT_WIFI_FW                  = 0x0,
82         BT_INFO_SRC_8822B_1ANT_BT_RSP                           = 0x1,
83         BT_INFO_SRC_8822B_1ANT_BT_ACTIVE_SEND           = 0x2,
84         BT_INFO_SRC_8822B_1ANT_MAX
85 };
86
87 enum bt_8822b_1ant_bt_status {
88         BT_8822B_1ANT_BT_STATUS_NON_CONNECTED_IDLE      = 0x0,
89         BT_8822B_1ANT_BT_STATUS_CONNECTED_IDLE          = 0x1,
90         BT_8822B_1ANT_BT_STATUS_INQ_PAGE                                = 0x2,
91         BT_8822B_1ANT_BT_STATUS_ACL_BUSY                                = 0x3,
92         BT_8822B_1ANT_BT_STATUS_SCO_BUSY                                = 0x4,
93         BT_8822B_1ANT_BT_STATUS_ACL_SCO_BUSY                    = 0x5,
94         BT_8822B_1ANT_BT_STATUS_MAX
95 };
96
97 enum bt_8822b_1ant_wifi_status {
98         BT_8822B_1ANT_WIFI_STATUS_NON_CONNECTED_IDLE                            = 0x0,
99         BT_8822B_1ANT_WIFI_STATUS_NON_CONNECTED_ASSO_AUTH_SCAN          = 0x1,
100         BT_8822B_1ANT_WIFI_STATUS_CONNECTED_SCAN                                        = 0x2,
101         BT_8822B_1ANT_WIFI_STATUS_CONNECTED_SPECIFIC_PKT                                = 0x3,
102         BT_8822B_1ANT_WIFI_STATUS_CONNECTED_IDLE                                        = 0x4,
103         BT_8822B_1ANT_WIFI_STATUS_CONNECTED_BUSY                                        = 0x5,
104         BT_8822B_1ANT_WIFI_STATUS_MAX
105 };
106
107 enum bt_8822b_1ant_coex_algo {
108         BT_8822B_1ANT_COEX_ALGO_UNDEFINED                       = 0x0,
109         BT_8822B_1ANT_COEX_ALGO_SCO                             = 0x1,
110         BT_8822B_1ANT_COEX_ALGO_HID                             = 0x2,
111         BT_8822B_1ANT_COEX_ALGO_A2DP                            = 0x3,
112         BT_8822B_1ANT_COEX_ALGO_A2DP_PANHS              = 0x4,
113         BT_8822B_1ANT_COEX_ALGO_PANEDR                  = 0x5,
114         BT_8822B_1ANT_COEX_ALGO_PANHS                   = 0x6,
115         BT_8822B_1ANT_COEX_ALGO_PANEDR_A2DP             = 0x7,
116         BT_8822B_1ANT_COEX_ALGO_PANEDR_HID              = 0x8,
117         BT_8822B_1ANT_COEX_ALGO_HID_A2DP_PANEDR = 0x9,
118         BT_8822B_1ANT_COEX_ALGO_HID_A2DP                        = 0xa,
119         BT_8822B_1ANT_COEX_ALGO_MAX                             = 0xb,
120 };
121
122 enum bt_8822b_1ant_ext_ant_switch_type {
123         BT_8822B_1ANT_EXT_ANT_SWITCH_USE_SPDT           = 0x0,
124         BT_8822B_1ANT_EXT_ANT_SWITCH_USE_SP3T           = 0x1,
125         BT_8822B_1ANT_EXT_ANT_SWITCH_MAX
126 };
127
128 enum bt_8822b_1ant_ext_ant_switch_ctrl_type {
129         BT_8822B_1ANT_EXT_ANT_SWITCH_CTRL_BY_BBSW       = 0x0,
130         BT_8822B_1ANT_EXT_ANT_SWITCH_CTRL_BY_PTA        = 0x1,
131         BT_8822B_1ANT_EXT_ANT_SWITCH_CTRL_BY_ANTDIV     = 0x2,
132         BT_8822B_1ANT_EXT_ANT_SWITCH_CTRL_BY_MAC        = 0x3,
133         BT_8822B_1ANT_EXT_ANT_SWITCH_CTRL_BY_BT         = 0x4,
134         BT_8822B_1ANT_EXT_ANT_SWITCH_CTRL_MAX
135 };
136
137 enum bt_8822b_1ant_ext_ant_switch_pos_type {
138         BT_8822B_1ANT_EXT_ANT_SWITCH_TO_BT                      = 0x0,
139         BT_8822B_1ANT_EXT_ANT_SWITCH_TO_WLG                     = 0x1,
140         BT_8822B_1ANT_EXT_ANT_SWITCH_TO_WLA                     = 0x2,
141         BT_8822B_1ANT_EXT_ANT_SWITCH_TO_NOCARE          = 0x3,
142         BT_8822B_1ANT_EXT_ANT_SWITCH_TO_MAX
143 };
144
145 enum bt_8822b_1ant_phase{
146         BT_8822B_1ANT_PHASE_COEX_INIT                           = 0x0,
147         BT_8822B_1ANT_PHASE_WLANONLY_INIT                       = 0x1,  
148         BT_8822B_1ANT_PHASE_WLAN_OFF                            = 0x2,
149         BT_8822B_1ANT_PHASE_2G_RUNTIME                          = 0x3,
150         BT_8822B_1ANT_PHASE_5G_RUNTIME                          = 0x4,
151         BT_8822B_1ANT_PHASE_BTMPMODE                            = 0x5,
152         BT_8822B_1ANT_PHASE_MAX
153 };
154
155
156 struct coex_dm_8822b_1ant {
157         /* hw setting */
158         u32             pre_ant_pos_type;
159         u32             cur_ant_pos_type;
160         /* fw mechanism */
161         boolean         cur_ignore_wlan_act;
162         boolean         pre_ignore_wlan_act;
163         u8              pre_ps_tdma;
164         u8              cur_ps_tdma;
165         u8              ps_tdma_para[5];
166         u8              ps_tdma_du_adj_type;
167         boolean         auto_tdma_adjust;
168         boolean         pre_ps_tdma_on;
169         boolean         cur_ps_tdma_on;
170         boolean         pre_bt_auto_report;
171         boolean         cur_bt_auto_report;
172         u8              pre_lps;
173         u8              cur_lps;
174         u8              pre_rpwm;
175         u8              cur_rpwm;
176
177         /* sw mechanism */
178         boolean pre_low_penalty_ra;
179         boolean         cur_low_penalty_ra;
180         u32             pre_val0x6c0;
181         u32             cur_val0x6c0;
182         u32             pre_val0x6c4;
183         u32             cur_val0x6c4;
184         u32             pre_val0x6c8;
185         u32             cur_val0x6c8;
186         u8              pre_val0x6cc;
187         u8              cur_val0x6cc;
188         boolean         limited_dig;
189
190         u32             backup_arfr_cnt1;       /* Auto Rate Fallback Retry cnt */
191         u32             backup_arfr_cnt2;       /* Auto Rate Fallback Retry cnt */
192         u16             backup_retry_limit;
193         u8              backup_ampdu_max_time;
194
195         /* algorithm related */
196         u8              pre_algorithm;
197         u8              cur_algorithm;
198         u8              bt_status;
199         u8              wifi_chnl_info[3];
200
201         u32             pre_ra_mask;
202         u32             cur_ra_mask;
203         u8              pre_arfr_type;
204         u8              cur_arfr_type;
205         u8              pre_retry_limit_type;
206         u8              cur_retry_limit_type;
207         u8              pre_ampdu_time_type;
208         u8              cur_ampdu_time_type;
209         u32             arp_cnt;
210
211         u32             pre_ext_ant_switch_status;
212         u32             cur_ext_ant_switch_status;
213
214         u8              error_condition;
215 };
216
217 struct coex_sta_8822b_1ant {
218         boolean                                 bt_disabled;
219         boolean                                 bt_link_exist;
220         boolean                                 sco_exist;
221         boolean                                 a2dp_exist;
222         boolean                                 hid_exist;
223         boolean                                 pan_exist;
224         boolean                                 bt_hi_pri_link_exist;
225         u8                                      num_of_profile;
226
227         boolean                                 under_lps;
228         boolean                                 under_ips;
229         u32                                     specific_pkt_period_cnt;
230         u32                                     high_priority_tx;
231         u32                                     high_priority_rx;
232         u32                                     low_priority_tx;
233         u32                                     low_priority_rx;
234         s8                                      bt_rssi;
235         boolean                                 bt_tx_rx_mask;
236         u8                                      pre_bt_rssi_state;
237         u8                                      pre_wifi_rssi_state[4];
238         boolean                                 c2h_bt_info_req_sent;
239         u8                                      bt_info_c2h[BT_INFO_SRC_8822B_1ANT_MAX][10];
240         u32                                     bt_info_c2h_cnt[BT_INFO_SRC_8822B_1ANT_MAX];
241         boolean                                 bt_whck_test;
242         boolean                                 c2h_bt_inquiry_page;
243         boolean                                 c2h_bt_page;                            /* Add for win8.1 page out issue */
244         boolean                                 wifi_is_high_pri_task;          /* Add for win8.1 page out issue */
245         u8                                      bt_retry_cnt;
246         u8                                      bt_info_ext;
247         u32                                     pop_event_cnt;
248         u8                                      scan_ap_num;
249
250         u32                                     crc_ok_cck;
251         u32                                     crc_ok_11g;
252         u32                                     crc_ok_11n;
253         u32                                     crc_ok_11n_agg;
254
255         u32                                     crc_err_cck;
256         u32                                     crc_err_11g;
257         u32                                     crc_err_11n;
258         u32                                     crc_err_11n_agg;
259
260         boolean                                 cck_lock;
261         boolean                                 pre_ccklock;
262         boolean                                 cck_ever_lock;
263         u8                                      coex_table_type;
264
265         boolean                                 force_lps_on;
266         u32                                     wrong_profile_notification;
267
268         boolean                                 concurrent_rx_mode_on;
269
270         u32                                     special_pkt_period_cnt;
271
272         u16                                     score_board;
273
274         u8                                      a2dp_bit_pool;
275         u8                                      cut_version;
276         boolean                         acl_busy;
277         boolean                         wl_rf_off_on_event;
278         boolean                         bt_create_connection;
279         boolean                         run_time_state;
280
281         u32                                     bt_coex_supported_feature;
282         u32                                     bt_coex_supported_version;
283 };
284
285 struct rfe_type_8822b_1ant{
286
287         u8                      rfe_module_type;        
288         boolean         ext_ant_switch_exist;
289         u8                      ext_ant_switch_type;    
290         u8                      ext_ant_switch_ctrl_polarity;           /*  iF 0: ANTSW(rfe_sel9)=0, ANTSWB(rfe_sel8)=1 =>  Ant to BT/5G */
291 };
292
293
294 #define  BT_8822B_1ANT_ANTDET_PSD_POINTS                        256     /* MAX:1024 */
295 #define  BT_8822B_1ANT_ANTDET_PSD_AVGNUM                        1       /* MAX:3 */
296 #define BT_8822B_1ANT_ANTDET_BUF_LEN                            16
297
298 struct psdscan_sta_8822b_1ant {
299
300         u32                     ant_det_bt_le_channel;  /* BT LE Channel ex:2412 */
301         u32                     ant_det_bt_tx_time;
302         u32                     ant_det_pre_psdscan_peak_val;
303         boolean                 ant_det_is_ant_det_available;
304         u32                     ant_det_psd_scan_peak_val;
305         boolean                 ant_det_is_btreply_available;
306         u32                     ant_det_psd_scan_peak_freq;
307
308         u8                      ant_det_result;
309         u8                      ant_det_peak_val[BT_8822B_1ANT_ANTDET_BUF_LEN];
310         u8                      ant_det_peak_freq[BT_8822B_1ANT_ANTDET_BUF_LEN];
311         u32                     ant_det_try_count;
312         u32                     ant_det_fail_count;
313         u32                     ant_det_inteval_count;
314         u32                     ant_det_thres_offset;
315
316         u32                     real_cent_freq;
317         s32                     real_offset;
318         u32                     real_span;
319
320         u32                     psd_band_width;  /* unit: Hz */
321         u32                     psd_point;              /* 128/256/512/1024 */
322         u32                     psd_report[1024];  /* unit:dB (20logx), 0~255 */
323         u32                     psd_report_max_hold[1024];  /* unit:dB (20logx), 0~255 */
324         u32                     psd_start_point;
325         u32                     psd_stop_point;
326         u32                     psd_max_value_point;
327         u32                     psd_max_value;
328         u32                     psd_start_base;
329         u32                     psd_avg_num;    /* 1/8/16/32 */
330         u32                     psd_gen_count;
331         boolean                 is_psd_running;
332         boolean                 is_psd_show_max_only;
333 };
334
335 /* *******************************************
336  * The following is interface which will notify coex module.
337  * ******************************************* */
338 void ex_halbtc8822b1ant_power_on_setting(IN struct btc_coexist *btcoexist);
339 void ex_halbtc8822b1ant_pre_load_firmware(IN struct btc_coexist *btcoexist);
340 void ex_halbtc8822b1ant_init_hw_config(IN struct btc_coexist *btcoexist,
341                                        IN boolean wifi_only);
342 void ex_halbtc8822b1ant_init_coex_dm(IN struct btc_coexist *btcoexist);
343 void ex_halbtc8822b1ant_ips_notify(IN struct btc_coexist *btcoexist,
344                                    IN u8 type);
345 void ex_halbtc8822b1ant_lps_notify(IN struct btc_coexist *btcoexist,
346                                    IN u8 type);
347 void ex_halbtc8822b1ant_scan_notify(IN struct btc_coexist *btcoexist,
348                                     IN u8 type);
349 void ex_halbtc8822b1ant_switchband_notify(IN struct btc_coexist *btcoexist,
350                                         IN u8 type);
351 void ex_halbtc8822b1ant_connect_notify(IN struct btc_coexist *btcoexist,
352                                        IN u8 type);
353 void ex_halbtc8822b1ant_media_status_notify(IN struct btc_coexist *btcoexist,
354                 IN u8 type);
355 void ex_halbtc8822b1ant_specific_packet_notify(IN struct btc_coexist *btcoexist,
356                 IN u8 type);
357 void ex_halbtc8822b1ant_bt_info_notify(IN struct btc_coexist *btcoexist,
358                                        IN u8 *tmp_buf, IN u8 length);
359 void ex_halbtc8822b1ant_rf_status_notify(IN struct btc_coexist *btcoexist,
360                 IN u8 type);
361 void ex_halbtc8822b1ant_halt_notify(IN struct btc_coexist *btcoexist);
362 void ex_halbtc8822b1ant_pnp_notify(IN struct btc_coexist *btcoexist,
363                                    IN u8 pnp_state);
364 void ex_halbtc8822b1ant_ScoreBoardStatusNotify(IN struct btc_coexist *btcoexist,
365                 IN u8 *tmp_buf, IN u8 length);
366 void ex_halbtc8822b1ant_coex_dm_reset(IN struct btc_coexist *btcoexist);
367 void ex_halbtc8822b1ant_periodical(IN struct btc_coexist *btcoexist);
368 void ex_halbtc8822b1ant_display_coex_info(IN struct btc_coexist *btcoexist);
369 void ex_halbtc8822b1ant_antenna_detection(IN struct btc_coexist *btcoexist,
370                 IN u32 cent_freq, IN u32 offset, IN u32 span, IN u32 seconds);
371 void ex_halbtc8822b1ant_antenna_isolation(IN struct btc_coexist *btcoexist,
372                 IN u32 cent_freq, IN u32 offset, IN u32 span, IN u32 seconds);
373
374 void ex_halbtc8822b1ant_psd_scan(IN struct btc_coexist *btcoexist,
375                  IN u32 cent_freq, IN u32 offset, IN u32 span, IN u32 seconds);
376 void ex_halbtc8822b1ant_display_ant_detection(IN struct btc_coexist *btcoexist);
377
378 void ex_halbtc8822b1ant_dbg_control(IN struct btc_coexist *btcoexist,
379                                     IN u8 op_code, IN u8 op_len, IN u8 *pdata);
380
381 #else
382 #define ex_halbtc8822b1ant_power_on_setting(btcoexist)
383 #define ex_halbtc8822b1ant_pre_load_firmware(btcoexist)
384 #define ex_halbtc8822b1ant_init_hw_config(btcoexist, wifi_only)
385 #define ex_halbtc8822b1ant_init_coex_dm(btcoexist)
386 #define ex_halbtc8822b1ant_ips_notify(btcoexist, type)
387 #define ex_halbtc8822b1ant_lps_notify(btcoexist, type)
388 #define ex_halbtc8822b1ant_scan_notify(btcoexist, type)
389 #define ex_halbtc8822b1ant_switchband_notify(btcoexist, type)
390 #define ex_halbtc8822b1ant_connect_notify(btcoexist, type)
391 #define ex_halbtc8822b1ant_media_status_notify(btcoexist, type)
392 #define ex_halbtc8822b1ant_specific_packet_notify(btcoexist, type)
393 #define ex_halbtc8822b1ant_bt_info_notify(btcoexist, tmp_buf, length)
394 #define ex_halbtc8822b1ant_rf_status_notify(btcoexist, type)
395 #define ex_halbtc8822b1ant_halt_notify(btcoexist)
396 #define ex_halbtc8822b1ant_pnp_notify(btcoexist, pnp_state)
397 #define ex_halbtc8822b1ant_ScoreBoardStatusNotify(btcoexist, tmp_buf, length)
398 #define ex_halbtc8822b1ant_coex_dm_reset(btcoexist)
399 #define ex_halbtc8822b1ant_periodical(btcoexist)
400 #define ex_halbtc8822b1ant_display_coex_info(btcoexist)
401 #define ex_halbtc8822b1ant_antenna_detection(btcoexist, cent_freq, offset, span, seconds)
402 #define ex_halbtc8822b1ant_antenna_isolation(btcoexist, cent_freq, offset, span, seconds)
403 #define ex_halbtc8822b1ant_psd_scan(btcoexist, cent_freq, offset, span, seconds)
404 #define ex_halbtc8822b1ant_display_ant_detection(btcoexist)
405 #define ex_halbtc8822b1ant_dbg_control(btcoexist, op_code, op_len, pdata)
406 #endif
407
408 #endif