halbtc8723b2ant.h 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. /******************************************************************************
  2. *
  3. * Copyright(c) 2012 Realtek Corporation.
  4. *
  5. * This program is free software; you can redistribute it and/or modify it
  6. * under the terms of version 2 of the GNU General Public License as
  7. * published by the Free Software Foundation.
  8. *
  9. * This program is distributed in the hope that it will be useful, but WITHOUT
  10. * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11. * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
  12. * more details.
  13. *
  14. * The full GNU General Public License is included in this distribution in the
  15. * file called LICENSE.
  16. *
  17. * Contact Information:
  18. * wlanfae <wlanfae@realtek.com>
  19. * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
  20. * Hsinchu 300, Taiwan.
  21. *
  22. * Larry Finger <Larry.Finger@lwfinger.net>
  23. *
  24. *****************************************************************************/
  25. #ifndef _HAL8723B_2_ANT
  26. #define _HAL8723B_2_ANT
  27. /************************************************************************
  28. * The following is for 8723B 2Ant BT Co-exist definition
  29. ************************************************************************/
  30. #define BT_AUTO_REPORT_ONLY_8723B_2ANT 1
  31. #define BT_INFO_8723B_2ANT_B_FTP BIT7
  32. #define BT_INFO_8723B_2ANT_B_A2DP BIT6
  33. #define BT_INFO_8723B_2ANT_B_HID BIT5
  34. #define BT_INFO_8723B_2ANT_B_SCO_BUSY BIT4
  35. #define BT_INFO_8723B_2ANT_B_ACL_BUSY BIT3
  36. #define BT_INFO_8723B_2ANT_B_INQ_PAGE BIT2
  37. #define BT_INFO_8723B_2ANT_B_SCO_ESCO BIT1
  38. #define BT_INFO_8723B_2ANT_B_CONNECTION BIT0
  39. #define BTC_RSSI_COEX_THRESH_TOL_8723B_2ANT 2
  40. /* WiFi RSSI Threshold for 2-Ant TDMA/1-Ant PS-TDMA translation */
  41. #define BT_8723B_2ANT_WIFI_RSSI_COEXSWITCH_THRES 42
  42. /* BT RSSI Threshold for 2-Ant TDMA/1-Ant PS-TDMA translation */
  43. #define BT_8723B_2ANT_BT_RSSI_COEXSWITCH_THRES 46
  44. enum BT_INFO_SRC_8723B_2ANT {
  45. BT_INFO_SRC_8723B_2ANT_WIFI_FW = 0x0,
  46. BT_INFO_SRC_8723B_2ANT_BT_RSP = 0x1,
  47. BT_INFO_SRC_8723B_2ANT_BT_ACTIVE_SEND = 0x2,
  48. BT_INFO_SRC_8723B_2ANT_MAX
  49. };
  50. enum BT_8723B_2ANT_BT_STATUS {
  51. BT_8723B_2ANT_BT_STATUS_NON_CONNECTED_IDLE = 0x0,
  52. BT_8723B_2ANT_BT_STATUS_CONNECTED_IDLE = 0x1,
  53. BT_8723B_2ANT_BT_STATUS_INQ_PAGE = 0x2,
  54. BT_8723B_2ANT_BT_STATUS_ACL_BUSY = 0x3,
  55. BT_8723B_2ANT_BT_STATUS_SCO_BUSY = 0x4,
  56. BT_8723B_2ANT_BT_STATUS_ACL_SCO_BUSY = 0x5,
  57. BT_8723B_2ANT_BT_STATUS_MAX
  58. };
  59. enum BT_8723B_2ANT_COEX_ALGO {
  60. BT_8723B_2ANT_COEX_ALGO_UNDEFINED = 0x0,
  61. BT_8723B_2ANT_COEX_ALGO_SCO = 0x1,
  62. BT_8723B_2ANT_COEX_ALGO_HID = 0x2,
  63. BT_8723B_2ANT_COEX_ALGO_A2DP = 0x3,
  64. BT_8723B_2ANT_COEX_ALGO_A2DP_PANHS = 0x4,
  65. BT_8723B_2ANT_COEX_ALGO_PANEDR = 0x5,
  66. BT_8723B_2ANT_COEX_ALGO_PANHS = 0x6,
  67. BT_8723B_2ANT_COEX_ALGO_PANEDR_A2DP = 0x7,
  68. BT_8723B_2ANT_COEX_ALGO_PANEDR_HID = 0x8,
  69. BT_8723B_2ANT_COEX_ALGO_HID_A2DP_PANEDR = 0x9,
  70. BT_8723B_2ANT_COEX_ALGO_HID_A2DP = 0xa,
  71. BT_8723B_2ANT_COEX_ALGO_MAX = 0xb,
  72. };
  73. struct coex_dm_8723b_2ant {
  74. /* fw mechanism */
  75. bool pre_dec_bt_pwr_lvl;
  76. bool cur_dec_bt_pwr_lvl;
  77. u8 pre_fw_dac_swing_lvl;
  78. u8 cur_fw_dac_swing_lvl;
  79. bool cur_ignore_wlan_act;
  80. bool pre_ignore_wlan_act;
  81. u8 pre_ps_tdma;
  82. u8 cur_ps_tdma;
  83. u8 ps_tdma_para[5];
  84. u8 ps_tdma_du_adj_type;
  85. bool reset_tdma_adjust;
  86. bool auto_tdma_adjust;
  87. bool pre_ps_tdma_on;
  88. bool cur_ps_tdma_on;
  89. bool pre_bt_auto_report;
  90. bool cur_bt_auto_report;
  91. /* sw mechanism */
  92. bool pre_rf_rx_lpf_shrink;
  93. bool cur_rf_rx_lpf_shrink;
  94. u32 bt_rf0x1e_backup;
  95. bool pre_low_penalty_ra;
  96. bool cur_low_penalty_ra;
  97. bool pre_dac_swing_on;
  98. u32 pre_dac_swing_lvl;
  99. bool cur_dac_swing_on;
  100. u32 cur_dac_swing_lvl;
  101. bool pre_adc_back_off;
  102. bool cur_adc_back_off;
  103. bool pre_agc_table_en;
  104. bool cur_agc_table_en;
  105. u32 pre_val0x6c0;
  106. u32 cur_val0x6c0;
  107. u32 pre_val0x6c4;
  108. u32 cur_val0x6c4;
  109. u32 pre_val0x6c8;
  110. u32 cur_val0x6c8;
  111. u8 pre_val0x6cc;
  112. u8 cur_val0x6cc;
  113. bool limited_dig;
  114. /* algorithm related */
  115. u8 pre_algorithm;
  116. u8 cur_algorithm;
  117. u8 bt_status;
  118. u8 wifi_chnl_info[3];
  119. u8 pre_lps;
  120. u8 cur_lps;
  121. u8 pre_rpwm;
  122. u8 cur_rpwm;
  123. bool is_switch_to_1dot5_ant;
  124. u8 switch_thres_offset;
  125. };
  126. struct coex_sta_8723b_2ant {
  127. bool bt_link_exist;
  128. bool sco_exist;
  129. bool a2dp_exist;
  130. bool hid_exist;
  131. bool pan_exist;
  132. bool bt_abnormal_scan;
  133. bool under_lps;
  134. bool under_ips;
  135. u32 high_priority_tx;
  136. u32 high_priority_rx;
  137. u32 low_priority_tx;
  138. u32 low_priority_rx;
  139. u8 bt_rssi;
  140. bool bt_tx_rx_mask;
  141. u8 pre_bt_rssi_state;
  142. u8 pre_wifi_rssi_state[4];
  143. bool c2h_bt_info_req_sent;
  144. u8 bt_info_c2h[BT_INFO_SRC_8723B_2ANT_MAX][10];
  145. u32 bt_info_c2h_cnt[BT_INFO_SRC_8723B_2ANT_MAX];
  146. bool c2h_bt_inquiry_page;
  147. bool c2h_bt_remote_name_req;
  148. u8 bt_retry_cnt;
  149. u8 bt_info_ext;
  150. u32 pop_event_cnt;
  151. u8 scan_ap_num;
  152. u32 crc_ok_cck;
  153. u32 crc_ok_11g;
  154. u32 crc_ok_11n;
  155. u32 crc_ok_11n_agg;
  156. u32 crc_err_cck;
  157. u32 crc_err_11g;
  158. u32 crc_err_11n;
  159. u32 crc_err_11n_agg;
  160. bool force_lps_on;
  161. u8 dis_ver_info_cnt;
  162. u8 a2dp_bit_pool;
  163. };
  164. /*********************************************************************
  165. * The following is interface which will notify coex module.
  166. *********************************************************************/
  167. void ex_btc8723b2ant_init_hwconfig(struct btc_coexist *btcoexist);
  168. void ex_btc8723b2ant_init_coex_dm(struct btc_coexist *btcoexist);
  169. void ex_btc8723b2ant_ips_notify(struct btc_coexist *btcoexist, u8 type);
  170. void ex_btc8723b2ant_lps_notify(struct btc_coexist *btcoexist, u8 type);
  171. void ex_btc8723b2ant_scan_notify(struct btc_coexist *btcoexist, u8 type);
  172. void ex_btc8723b2ant_connect_notify(struct btc_coexist *btcoexist, u8 type);
  173. void ex_btc8723b2ant_media_status_notify(struct btc_coexist *btcoexist,
  174. u8 type);
  175. void ex_btc8723b2ant_special_packet_notify(struct btc_coexist *btcoexist,
  176. u8 type);
  177. void ex_btc8723b2ant_bt_info_notify(struct btc_coexist *btcoexist,
  178. u8 *tmpbuf, u8 length);
  179. void ex_btc8723b2ant_halt_notify(struct btc_coexist *btcoexist);
  180. void ex_btc8723b2ant_periodical(struct btc_coexist *btcoexist);
  181. void ex_btc8723b2ant_display_coex_info(struct btc_coexist *btcoexist);
  182. #endif