OSDN Git Service

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