net: wireless: rockchip_wlan: add rtl8723cs support
[firefly-linux-kernel-4.4.55.git] / drivers / net / wireless / rockchip_wlan / rtl8723cs / 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                                                        150  /* 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
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 /*ADD SCOREBOARD TO FIX BT LPS 32K ISSUE WHILE WL BUSY*/
156 enum bt_8822b_1ant_Scoreboard {
157         BT_8822B_1ANT_SCOREBOARD_ACTIVE                            = BIT(0),
158         BT_8822B_1ANT_SCOREBOARD_ONOFF                             = BIT(1),
159         BT_8822B_1ANT_SCOREBOARD_SCAN                               = BIT(2),
160         BT_8822B_1ANT_SCOREBOARD_UNDERTEST                                                      = BIT(3),
161         BT_8822B_1ANT_SCOREBOARD_WLBUSY                          = BIT(6)
162 };
163
164 struct coex_dm_8822b_1ant {
165         /* hw setting */
166         u32             pre_ant_pos_type;
167         u32             cur_ant_pos_type;
168         /* fw mechanism */
169         boolean         cur_ignore_wlan_act;
170         boolean         pre_ignore_wlan_act;
171         u8              pre_ps_tdma;
172         u8              cur_ps_tdma;
173         u8              ps_tdma_para[5];
174         u8              ps_tdma_du_adj_type;
175         boolean         auto_tdma_adjust;
176         boolean         pre_ps_tdma_on;
177         boolean         cur_ps_tdma_on;
178         boolean         pre_bt_auto_report;
179         boolean         cur_bt_auto_report;
180         u8              pre_lps;
181         u8              cur_lps;
182         u8              pre_rpwm;
183         u8              cur_rpwm;
184
185         /* sw mechanism */
186         boolean pre_low_penalty_ra;
187         boolean         cur_low_penalty_ra;
188         u32             pre_val0x6c0;
189         u32             cur_val0x6c0;
190         u32             pre_val0x6c4;
191         u32             cur_val0x6c4;
192         u32             pre_val0x6c8;
193         u32             cur_val0x6c8;
194         u8              pre_val0x6cc;
195         u8              cur_val0x6cc;
196         boolean         limited_dig;
197
198         u32             backup_arfr_cnt1;       /* Auto Rate Fallback Retry cnt */
199         u32             backup_arfr_cnt2;       /* Auto Rate Fallback Retry cnt */
200         u16             backup_retry_limit;
201         u8              backup_ampdu_max_time;
202
203         /* algorithm related */
204         u8              pre_algorithm;
205         u8              cur_algorithm;
206         u8              bt_status;
207         u8              wifi_chnl_info[3];
208
209         u32             pre_ra_mask;
210         u32             cur_ra_mask;
211         u8              pre_arfr_type;
212         u8              cur_arfr_type;
213         u8              pre_retry_limit_type;
214         u8              cur_retry_limit_type;
215         u8              pre_ampdu_time_type;
216         u8              cur_ampdu_time_type;
217         u32             arp_cnt;
218
219         u32             pre_ext_ant_switch_status;
220         u32             cur_ext_ant_switch_status;
221
222         u8              error_condition;
223 };
224
225 struct coex_sta_8822b_1ant {
226         boolean                                 bt_disabled;
227         boolean                                 bt_link_exist;
228         boolean                                 sco_exist;
229         boolean                                 a2dp_exist;
230         boolean                                 hid_exist;
231         boolean                                 pan_exist;
232         boolean                                 bt_hi_pri_link_exist;
233         u8                                      num_of_profile;
234
235         boolean                                 under_lps;
236         boolean                                 under_ips;
237         u32                                     specific_pkt_period_cnt;
238         u32                                     high_priority_tx;
239         u32                                     high_priority_rx;
240         u32                                     low_priority_tx;
241         u32                                     low_priority_rx;
242         s8                                      bt_rssi;
243         boolean                                 bt_tx_rx_mask;
244         u8                                      pre_bt_rssi_state;
245         u8                                      pre_wifi_rssi_state[4];
246         boolean                                 c2h_bt_info_req_sent;
247         u8                                      bt_info_c2h[BT_INFO_SRC_8822B_1ANT_MAX][10];
248         u32                                     bt_info_c2h_cnt[BT_INFO_SRC_8822B_1ANT_MAX];
249         boolean                                 bt_whck_test;
250         boolean                                 c2h_bt_inquiry_page;
251         boolean                                 c2h_bt_page;                            /* Add for win8.1 page out issue */
252         boolean                                 wifi_is_high_pri_task;          /* Add for win8.1 page out issue */
253         u8                                      bt_retry_cnt;
254         u8                                      bt_info_ext;
255         u32                                     pop_event_cnt;
256         u8                                      scan_ap_num;
257
258         u32                                     crc_ok_cck;
259         u32                                     crc_ok_11g;
260         u32                                     crc_ok_11n;
261         u32                                     crc_ok_11n_agg;
262         u32                                     crc_ok_11n_vht;
263
264         u32                                     crc_err_cck;
265         u32                                     crc_err_11g;
266         u32                                     crc_err_11n;
267         u32                                     crc_err_11n_agg;
268         u32                                     crc_err_11n_vht;
269
270         boolean                                 cck_lock;
271         boolean                                 pre_ccklock;
272         boolean                                 cck_ever_lock;
273         u8                                      coex_table_type;
274
275         boolean                                 force_lps_on;
276         u32                                     wrong_profile_notification;
277
278         boolean                                 concurrent_rx_mode_on;
279
280         u32                                     special_pkt_period_cnt;
281
282         u16                                     score_board;
283
284         u8                                      a2dp_bit_pool;
285         u8                                      cut_version;
286         boolean                         acl_busy;
287         boolean                         wl_rf_off_on_event;
288         boolean                         bt_create_connection;
289         boolean                         run_time_state;
290
291         u32                                     bt_coex_supported_feature;
292         u32                                     bt_coex_supported_version;
293 };
294
295 struct rfe_type_8822b_1ant {
296
297         u8                      rfe_module_type;
298         boolean         ext_ant_switch_exist;
299         u8                      ext_ant_switch_type;
300         u8                      ext_ant_switch_ctrl_polarity;           /*  iF 0: ANTSW(rfe_sel9)=0, ANTSWB(rfe_sel8)=1 =>  Ant to BT/5G */
301 };
302
303
304 #define  BT_8822B_1ANT_ANTDET_PSD_POINTS                        256     /* MAX:1024 */
305 #define  BT_8822B_1ANT_ANTDET_PSD_AVGNUM                        1       /* MAX:3 */
306 #define BT_8822B_1ANT_ANTDET_BUF_LEN                            16
307
308 struct psdscan_sta_8822b_1ant {
309
310         u32                     ant_det_bt_le_channel;  /* BT LE Channel ex:2412 */
311         u32                     ant_det_bt_tx_time;
312         u32                     ant_det_pre_psdscan_peak_val;
313         boolean                 ant_det_is_ant_det_available;
314         u32                     ant_det_psd_scan_peak_val;
315         boolean                 ant_det_is_btreply_available;
316         u32                     ant_det_psd_scan_peak_freq;
317
318         u8                      ant_det_result;
319         u8                      ant_det_peak_val[BT_8822B_1ANT_ANTDET_BUF_LEN];
320         u8                      ant_det_peak_freq[BT_8822B_1ANT_ANTDET_BUF_LEN];
321         u32                     ant_det_try_count;
322         u32                     ant_det_fail_count;
323         u32                     ant_det_inteval_count;
324         u32                     ant_det_thres_offset;
325
326         u32                     real_cent_freq;
327         s32                     real_offset;
328         u32                     real_span;
329
330         u32                     psd_band_width;  /* unit: Hz */
331         u32                     psd_point;              /* 128/256/512/1024 */
332         u32                     psd_report[1024];  /* unit:dB (20logx), 0~255 */
333         u32                     psd_report_max_hold[1024];  /* unit:dB (20logx), 0~255 */
334         u32                     psd_start_point;
335         u32                     psd_stop_point;
336         u32                     psd_max_value_point;
337         u32                     psd_max_value;
338         u32                     psd_start_base;
339         u32                     psd_avg_num;    /* 1/8/16/32 */
340         u32                     psd_gen_count;
341         boolean                 is_psd_running;
342         boolean                 is_psd_show_max_only;
343 };
344
345 /* *******************************************
346  * The following is interface which will notify coex module.
347  * ******************************************* */
348 void ex_halbtc8822b1ant_power_on_setting(IN struct btc_coexist *btcoexist);
349 void ex_halbtc8822b1ant_pre_load_firmware(IN struct btc_coexist *btcoexist);
350 void ex_halbtc8822b1ant_init_hw_config(IN struct btc_coexist *btcoexist,
351                                        IN boolean wifi_only);
352 void ex_halbtc8822b1ant_init_coex_dm(IN struct btc_coexist *btcoexist);
353 void ex_halbtc8822b1ant_ips_notify(IN struct btc_coexist *btcoexist,
354                                    IN u8 type);
355 void ex_halbtc8822b1ant_lps_notify(IN struct btc_coexist *btcoexist,
356                                    IN u8 type);
357 void ex_halbtc8822b1ant_scan_notify(IN struct btc_coexist *btcoexist,
358                                     IN u8 type);
359 void ex_halbtc8822b1ant_scan_notify_without_bt(IN struct btc_coexist *btcoexist,
360                 IN u8 type);
361 void ex_halbtc8822b1ant_switchband_notify(IN struct btc_coexist *btcoexist,
362                 IN u8 type);
363 void ex_halbtc8822b1ant_switchband_notify_without_bt(IN struct btc_coexist
364                 *btcoexist,
365                 IN u8 type);
366 void ex_halbtc8822b1ant_connect_notify(IN struct btc_coexist *btcoexist,
367                                        IN u8 type);
368 void ex_halbtc8822b1ant_media_status_notify(IN struct btc_coexist *btcoexist,
369                 IN u8 type);
370 void ex_halbtc8822b1ant_specific_packet_notify(IN struct btc_coexist *btcoexist,
371                 IN u8 type);
372 void ex_halbtc8822b1ant_bt_info_notify(IN struct btc_coexist *btcoexist,
373                                        IN u8 *tmp_buf, IN u8 length);
374 void ex_halbtc8822b1ant_rf_status_notify(IN struct btc_coexist *btcoexist,
375                 IN u8 type);
376 void ex_halbtc8822b1ant_halt_notify(IN struct btc_coexist *btcoexist);
377 void ex_halbtc8822b1ant_pnp_notify(IN struct btc_coexist *btcoexist,
378                                    IN u8 pnp_state);
379 void ex_halbtc8822b1ant_ScoreBoardStatusNotify(IN struct btc_coexist *btcoexist,
380                 IN u8 *tmp_buf, IN u8 length);
381 void ex_halbtc8822b1ant_coex_dm_reset(IN struct btc_coexist *btcoexist);
382 void ex_halbtc8822b1ant_periodical(IN struct btc_coexist *btcoexist);
383 void ex_halbtc8822b1ant_display_coex_info(IN struct btc_coexist *btcoexist);
384 void ex_halbtc8822b1ant_antenna_detection(IN struct btc_coexist *btcoexist,
385                 IN u32 cent_freq, IN u32 offset, IN u32 span, IN u32 seconds);
386 void ex_halbtc8822b1ant_antenna_isolation(IN struct btc_coexist *btcoexist,
387                 IN u32 cent_freq, IN u32 offset, IN u32 span, IN u32 seconds);
388
389 void ex_halbtc8822b1ant_psd_scan(IN struct btc_coexist *btcoexist,
390                  IN u32 cent_freq, IN u32 offset, IN u32 span, IN u32 seconds);
391 void ex_halbtc8822b1ant_display_ant_detection(IN struct btc_coexist *btcoexist);
392
393 void ex_halbtc8822b1ant_dbg_control(IN struct btc_coexist *btcoexist,
394                                     IN u8 op_code, IN u8 op_len, IN u8 *pdata);
395
396 #else
397 #define ex_halbtc8822b1ant_power_on_setting(btcoexist)
398 #define ex_halbtc8822b1ant_pre_load_firmware(btcoexist)
399 #define ex_halbtc8822b1ant_init_hw_config(btcoexist, wifi_only)
400 #define ex_halbtc8822b1ant_init_coex_dm(btcoexist)
401 #define ex_halbtc8822b1ant_ips_notify(btcoexist, type)
402 #define ex_halbtc8822b1ant_lps_notify(btcoexist, type)
403 #define ex_halbtc8822b1ant_scan_notify(btcoexist, type)
404 #define ex_halbtc8822b1ant_scan_notify_without_bt(btcoexist, type)
405 #define ex_halbtc8822b1ant_switchband_notify(btcoexist, type)
406 #define ex_halbtc8822b1ant_switchband_notify_without_bt(btcoexist, type)
407 #define ex_halbtc8822b1ant_connect_notify(btcoexist, type)
408 #define ex_halbtc8822b1ant_media_status_notify(btcoexist, type)
409 #define ex_halbtc8822b1ant_specific_packet_notify(btcoexist, type)
410 #define ex_halbtc8822b1ant_bt_info_notify(btcoexist, tmp_buf, length)
411 #define ex_halbtc8822b1ant_rf_status_notify(btcoexist, type)
412 #define ex_halbtc8822b1ant_halt_notify(btcoexist)
413 #define ex_halbtc8822b1ant_pnp_notify(btcoexist, pnp_state)
414 #define ex_halbtc8822b1ant_ScoreBoardStatusNotify(btcoexist, tmp_buf, length)
415 #define ex_halbtc8822b1ant_coex_dm_reset(btcoexist)
416 #define ex_halbtc8822b1ant_periodical(btcoexist)
417 #define ex_halbtc8822b1ant_display_coex_info(btcoexist)
418 #define ex_halbtc8822b1ant_antenna_detection(btcoexist, cent_freq, offset, span, seconds)
419 #define ex_halbtc8822b1ant_antenna_isolation(btcoexist, cent_freq, offset, span, seconds)
420 #define ex_halbtc8822b1ant_psd_scan(btcoexist, cent_freq, offset, span, seconds)
421 #define ex_halbtc8822b1ant_display_ant_detection(btcoexist)
422 #define ex_halbtc8822b1ant_dbg_control(btcoexist, op_code, op_len, pdata)
423 #endif
424 #else
425
426 void ex_halbtc8822b1ant_init_hw_config_without_bt(IN struct btc_coexist
427                 *btcoexist);
428 void ex_halbtc8822b1ant_switch_band_without_bt(IN struct btc_coexist *btcoexist,
429                 IN boolean wifi_only_5g);
430
431
432 #endif
433