halbtc8723b2ant.h 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. #if (BT_SUPPORT == 1 && COEX_SUPPORT == 1)
  2. #if (RTL8723B_SUPPORT == 1)
  3. /* *******************************************
  4. * The following is for 8723B 2Ant BT Co-exist definition
  5. * ******************************************* */
  6. #define BT_AUTO_REPORT_ONLY_8723B_2ANT 1
  7. #define BT_INFO_8723B_2ANT_B_FTP BIT(7)
  8. #define BT_INFO_8723B_2ANT_B_A2DP BIT(6)
  9. #define BT_INFO_8723B_2ANT_B_HID BIT(5)
  10. #define BT_INFO_8723B_2ANT_B_SCO_BUSY BIT(4)
  11. #define BT_INFO_8723B_2ANT_B_ACL_BUSY BIT(3)
  12. #define BT_INFO_8723B_2ANT_B_INQ_PAGE BIT(2)
  13. #define BT_INFO_8723B_2ANT_B_SCO_ESCO BIT(1)
  14. #define BT_INFO_8723B_2ANT_B_CONNECTION BIT(0)
  15. #define BTC_RSSI_COEX_THRESH_TOL_8723B_2ANT 2
  16. #define BT_8723B_2ANT_WIFI_RSSI_COEXSWITCH_THRES 42 /* WiFi RSSI Threshold for 2-Ant TDMA/1-Ant PS-TDMA translation */
  17. #define BT_8723B_2ANT_BT_RSSI_COEXSWITCH_THRES 46 /* BT RSSI Threshold for 2-Ant TDMA/1-Ant PS-TDMA translation */
  18. enum bt_info_src_8723b_2ant {
  19. BT_INFO_SRC_8723B_2ANT_WIFI_FW = 0x0,
  20. BT_INFO_SRC_8723B_2ANT_BT_RSP = 0x1,
  21. BT_INFO_SRC_8723B_2ANT_BT_ACTIVE_SEND = 0x2,
  22. BT_INFO_SRC_8723B_2ANT_MAX
  23. };
  24. enum bt_8723b_2ant_bt_status {
  25. BT_8723B_2ANT_BT_STATUS_NON_CONNECTED_IDLE = 0x0,
  26. BT_8723B_2ANT_BT_STATUS_CONNECTED_IDLE = 0x1,
  27. BT_8723B_2ANT_BT_STATUS_INQ_PAGE = 0x2,
  28. BT_8723B_2ANT_BT_STATUS_ACL_BUSY = 0x3,
  29. BT_8723B_2ANT_BT_STATUS_SCO_BUSY = 0x4,
  30. BT_8723B_2ANT_BT_STATUS_ACL_SCO_BUSY = 0x5,
  31. BT_8723B_2ANT_BT_STATUS_MAX
  32. };
  33. enum bt_8723b_2ant_coex_algo {
  34. BT_8723B_2ANT_COEX_ALGO_UNDEFINED = 0x0,
  35. BT_8723B_2ANT_COEX_ALGO_SCO = 0x1,
  36. BT_8723B_2ANT_COEX_ALGO_HID = 0x2,
  37. BT_8723B_2ANT_COEX_ALGO_A2DP = 0x3,
  38. BT_8723B_2ANT_COEX_ALGO_A2DP_PANHS = 0x4,
  39. BT_8723B_2ANT_COEX_ALGO_PANEDR = 0x5,
  40. BT_8723B_2ANT_COEX_ALGO_PANHS = 0x6,
  41. BT_8723B_2ANT_COEX_ALGO_PANEDR_A2DP = 0x7,
  42. BT_8723B_2ANT_COEX_ALGO_PANEDR_HID = 0x8,
  43. BT_8723B_2ANT_COEX_ALGO_HID_A2DP_PANEDR = 0x9,
  44. BT_8723B_2ANT_COEX_ALGO_HID_A2DP = 0xa,
  45. BT_8723B_2ANT_COEX_ALGO_MAX = 0xb,
  46. };
  47. struct coex_dm_8723b_2ant {
  48. /* fw mechanism */
  49. u8 pre_bt_dec_pwr_lvl;
  50. u8 cur_bt_dec_pwr_lvl;
  51. u8 pre_fw_dac_swing_lvl;
  52. u8 cur_fw_dac_swing_lvl;
  53. boolean cur_ignore_wlan_act;
  54. boolean pre_ignore_wlan_act;
  55. u8 pre_ps_tdma;
  56. u8 cur_ps_tdma;
  57. u8 ps_tdma_para[5];
  58. u8 ps_tdma_du_adj_type;
  59. boolean reset_tdma_adjust;
  60. boolean auto_tdma_adjust;
  61. boolean pre_ps_tdma_on;
  62. boolean cur_ps_tdma_on;
  63. boolean pre_bt_auto_report;
  64. boolean cur_bt_auto_report;
  65. /* sw mechanism */
  66. boolean pre_rf_rx_lpf_shrink;
  67. boolean cur_rf_rx_lpf_shrink;
  68. u32 bt_rf_0x1e_backup;
  69. boolean pre_low_penalty_ra;
  70. boolean cur_low_penalty_ra;
  71. boolean pre_dac_swing_on;
  72. u32 pre_dac_swing_lvl;
  73. boolean cur_dac_swing_on;
  74. u32 cur_dac_swing_lvl;
  75. boolean pre_adc_back_off;
  76. boolean cur_adc_back_off;
  77. boolean pre_agc_table_en;
  78. boolean cur_agc_table_en;
  79. u32 pre_val0x6c0;
  80. u32 cur_val0x6c0;
  81. u32 pre_val0x6c4;
  82. u32 cur_val0x6c4;
  83. u32 pre_val0x6c8;
  84. u32 cur_val0x6c8;
  85. u8 pre_val0x6cc;
  86. u8 cur_val0x6cc;
  87. boolean limited_dig;
  88. /* algorithm related */
  89. u8 pre_algorithm;
  90. u8 cur_algorithm;
  91. u8 bt_status;
  92. u8 wifi_chnl_info[3];
  93. boolean need_recover0x948;
  94. u32 backup0x948;
  95. u8 pre_lps;
  96. u8 cur_lps;
  97. u8 pre_rpwm;
  98. u8 cur_rpwm;
  99. boolean is_switch_to_1dot5_ant;
  100. u8 switch_thres_offset;
  101. };
  102. struct coex_sta_8723b_2ant {
  103. boolean bt_disabled;
  104. boolean bt_link_exist;
  105. boolean sco_exist;
  106. boolean a2dp_exist;
  107. boolean hid_exist;
  108. boolean pan_exist;
  109. boolean bt_abnormal_scan;
  110. boolean under_lps;
  111. boolean under_ips;
  112. u32 high_priority_tx;
  113. u32 high_priority_rx;
  114. u32 low_priority_tx;
  115. u32 low_priority_rx;
  116. u8 bt_rssi;
  117. boolean bt_tx_rx_mask;
  118. u8 pre_bt_rssi_state;
  119. u8 pre_wifi_rssi_state[4];
  120. boolean c2h_bt_info_req_sent;
  121. u8 bt_info_c2h[BT_INFO_SRC_8723B_2ANT_MAX][10];
  122. u32 bt_info_c2h_cnt[BT_INFO_SRC_8723B_2ANT_MAX];
  123. boolean bt_whck_test;
  124. boolean c2h_bt_inquiry_page;
  125. boolean c2h_bt_remote_name_req;
  126. u8 bt_retry_cnt;
  127. u8 bt_info_ext;
  128. u32 pop_event_cnt;
  129. u8 scan_ap_num;
  130. u32 crc_ok_cck;
  131. u32 crc_ok_11g;
  132. u32 crc_ok_11n;
  133. u32 crc_ok_11n_vht;
  134. u32 crc_err_cck;
  135. u32 crc_err_11g;
  136. u32 crc_err_11n;
  137. u32 crc_err_11n_vht;
  138. u32 bt_coex_supported_version;
  139. u8 coex_table_type;
  140. boolean force_lps_on;
  141. u8 dis_ver_info_cnt;
  142. u8 a2dp_bit_pool;
  143. u8 cut_version;
  144. };
  145. /* *******************************************
  146. * The following is interface which will notify coex module.
  147. * ******************************************* */
  148. void ex_halbtc8723b2ant_power_on_setting(IN struct btc_coexist *btcoexist);
  149. void ex_halbtc8723b2ant_pre_load_firmware(IN struct btc_coexist *btcoexist);
  150. void ex_halbtc8723b2ant_init_hw_config(IN struct btc_coexist *btcoexist,
  151. IN boolean wifi_only);
  152. void ex_halbtc8723b2ant_init_coex_dm(IN struct btc_coexist *btcoexist);
  153. void ex_halbtc8723b2ant_ips_notify(IN struct btc_coexist *btcoexist,
  154. IN u8 type);
  155. void ex_halbtc8723b2ant_lps_notify(IN struct btc_coexist *btcoexist,
  156. IN u8 type);
  157. void ex_halbtc8723b2ant_scan_notify(IN struct btc_coexist *btcoexist,
  158. IN u8 type);
  159. void ex_halbtc8723b2ant_connect_notify(IN struct btc_coexist *btcoexist,
  160. IN u8 type);
  161. void ex_halbtc8723b2ant_media_status_notify(IN struct btc_coexist *btcoexist,
  162. IN u8 type);
  163. void ex_halbtc8723b2ant_specific_packet_notify(IN struct btc_coexist *btcoexist,
  164. IN u8 type);
  165. void ex_halbtc8723b2ant_bt_info_notify(IN struct btc_coexist *btcoexist,
  166. IN u8 *tmp_buf, IN u8 length);
  167. void ex_halbtc8723b2ant_halt_notify(IN struct btc_coexist *btcoexist);
  168. void ex_halbtc8723b2ant_pnp_notify(IN struct btc_coexist *btcoexist,
  169. IN u8 pnp_state);
  170. void ex_halbtc8723b2ant_periodical(IN struct btc_coexist *btcoexist);
  171. void ex_halbtc8723b2ant_display_coex_info(IN struct btc_coexist *btcoexist);
  172. #else
  173. #define ex_halbtc8723b2ant_power_on_setting(btcoexist)
  174. #define ex_halbtc8723b2ant_pre_load_firmware(btcoexist)
  175. #define ex_halbtc8723b2ant_init_hw_config(btcoexist, wifi_only)
  176. #define ex_halbtc8723b2ant_init_coex_dm(btcoexist)
  177. #define ex_halbtc8723b2ant_ips_notify(btcoexist, type)
  178. #define ex_halbtc8723b2ant_lps_notify(btcoexist, type)
  179. #define ex_halbtc8723b2ant_scan_notify(btcoexist, type)
  180. #define ex_halbtc8723b2ant_connect_notify(btcoexist, type)
  181. #define ex_halbtc8723b2ant_media_status_notify(btcoexist, type)
  182. #define ex_halbtc8723b2ant_specific_packet_notify(btcoexist, type)
  183. #define ex_halbtc8723b2ant_bt_info_notify(btcoexist, tmp_buf, length)
  184. #define ex_halbtc8723b2ant_halt_notify(btcoexist)
  185. #define ex_halbtc8723b2ant_pnp_notify(btcoexist, pnp_state)
  186. #define ex_halbtc8723b2ant_periodical(btcoexist)
  187. #define ex_halbtc8723b2ant_display_coex_info(btcoexist)
  188. #endif
  189. #endif