halbtc8821a2ant.h 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. #if (BT_SUPPORT == 1 && COEX_SUPPORT == 1)
  2. #if (RTL8821A_SUPPORT == 1)
  3. /* *******************************************
  4. * The following is for 8821A 2Ant BT Co-exist definition
  5. * ******************************************* */
  6. #define BT_AUTO_REPORT_ONLY_8821A_2ANT 1
  7. #define BT_INFO_8821A_2ANT_B_FTP BIT(7)
  8. #define BT_INFO_8821A_2ANT_B_A2DP BIT(6)
  9. #define BT_INFO_8821A_2ANT_B_HID BIT(5)
  10. #define BT_INFO_8821A_2ANT_B_SCO_BUSY BIT(4)
  11. #define BT_INFO_8821A_2ANT_B_ACL_BUSY BIT(3)
  12. #define BT_INFO_8821A_2ANT_B_INQ_PAGE BIT(2)
  13. #define BT_INFO_8821A_2ANT_B_SCO_ESCO BIT(1)
  14. #define BT_INFO_8821A_2ANT_B_CONNECTION BIT(0)
  15. #define BTC_RSSI_COEX_THRESH_TOL_8821A_2ANT 2
  16. #define BT_8821A_2ANT_WIFI_RSSI_COEXSWITCH_THRES 42 /* WiFi RSSI Threshold for 2-Ant TDMA/1-Ant PS-TDMA translation */
  17. #define BT_8821A_2ANT_BT_RSSI_COEXSWITCH_THRES 46 /* BT RSSI Threshold for 2-Ant TDMA/1-Ant PS-TDMA translation */
  18. enum bt_info_src_8821a_2ant {
  19. BT_INFO_SRC_8821A_2ANT_WIFI_FW = 0x0,
  20. BT_INFO_SRC_8821A_2ANT_BT_RSP = 0x1,
  21. BT_INFO_SRC_8821A_2ANT_BT_ACTIVE_SEND = 0x2,
  22. BT_INFO_SRC_8821A_2ANT_MAX
  23. };
  24. enum bt_8821a_2ant_bt_status {
  25. BT_8821A_2ANT_BT_STATUS_NON_CONNECTED_IDLE = 0x0,
  26. BT_8821A_2ANT_BT_STATUS_CONNECTED_IDLE = 0x1,
  27. BT_8821A_2ANT_BT_STATUS_INQ_PAGE = 0x2,
  28. BT_8821A_2ANT_BT_STATUS_ACL_BUSY = 0x3,
  29. BT_8821A_2ANT_BT_STATUS_SCO_BUSY = 0x4,
  30. BT_8821A_2ANT_BT_STATUS_ACL_SCO_BUSY = 0x5,
  31. BT_8821A_2ANT_BT_STATUS_MAX
  32. };
  33. enum bt_8821a_2ant_coex_algo {
  34. BT_8821A_2ANT_COEX_ALGO_UNDEFINED = 0x0,
  35. BT_8821A_2ANT_COEX_ALGO_SCO = 0x1,
  36. BT_8821A_2ANT_COEX_ALGO_HID = 0x2,
  37. BT_8821A_2ANT_COEX_ALGO_A2DP = 0x3,
  38. BT_8821A_2ANT_COEX_ALGO_A2DP_PANHS = 0x4,
  39. BT_8821A_2ANT_COEX_ALGO_PANEDR = 0x5,
  40. BT_8821A_2ANT_COEX_ALGO_PANHS = 0x6,
  41. BT_8821A_2ANT_COEX_ALGO_PANEDR_A2DP = 0x7,
  42. BT_8821A_2ANT_COEX_ALGO_PANEDR_HID = 0x8,
  43. BT_8821A_2ANT_COEX_ALGO_HID_A2DP_PANEDR = 0x9,
  44. BT_8821A_2ANT_COEX_ALGO_HID_A2DP = 0xa,
  45. BT_8821A_2ANT_COEX_ALGO_MAX = 0xb,
  46. };
  47. struct coex_dm_8821a_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. };
  100. struct coex_sta_8821a_2ant {
  101. boolean bt_disabled;
  102. boolean bt_link_exist;
  103. boolean sco_exist;
  104. boolean a2dp_exist;
  105. boolean hid_exist;
  106. boolean pan_exist;
  107. boolean under_lps;
  108. boolean under_ips;
  109. u32 high_priority_tx;
  110. u32 high_priority_rx;
  111. u32 low_priority_tx;
  112. u32 low_priority_rx;
  113. u8 bt_rssi;
  114. boolean bt_tx_rx_mask;
  115. u8 pre_bt_rssi_state;
  116. u8 pre_wifi_rssi_state[4];
  117. boolean c2h_bt_info_req_sent;
  118. u8 bt_info_c2h[BT_INFO_SRC_8821A_2ANT_MAX][10];
  119. u32 bt_info_c2h_cnt[BT_INFO_SRC_8821A_2ANT_MAX];
  120. boolean bt_whck_test;
  121. boolean c2h_bt_inquiry_page;
  122. u8 bt_retry_cnt;
  123. u8 bt_info_ext;
  124. u8 scan_ap_num;
  125. u32 crc_ok_cck;
  126. u32 crc_ok_11g;
  127. u32 crc_ok_11n;
  128. u32 crc_ok_11n_vht;
  129. u32 crc_err_cck;
  130. u32 crc_err_11g;
  131. u32 crc_err_11n;
  132. u32 crc_err_11n_vht;
  133. u32 bt_coex_supported_version;
  134. u8 cut_version;
  135. u8 coex_table_type;
  136. boolean force_lps_on;
  137. u8 dis_ver_info_cnt;
  138. };
  139. /* *******************************************
  140. * The following is interface which will notify coex module.
  141. * ******************************************* */
  142. void ex_halbtc8821a2ant_power_on_setting(IN struct btc_coexist *btcoexist);
  143. void ex_halbtc8821a2ant_pre_load_firmware(IN struct btc_coexist *btcoexist);
  144. void ex_halbtc8821a2ant_init_hw_config(IN struct btc_coexist *btcoexist,
  145. IN boolean wifi_only);
  146. void ex_halbtc8821a2ant_init_coex_dm(IN struct btc_coexist *btcoexist);
  147. void ex_halbtc8821a2ant_ips_notify(IN struct btc_coexist *btcoexist,
  148. IN u8 type);
  149. void ex_halbtc8821a2ant_lps_notify(IN struct btc_coexist *btcoexist,
  150. IN u8 type);
  151. void ex_halbtc8821a2ant_scan_notify(IN struct btc_coexist *btcoexist,
  152. IN u8 type);
  153. void ex_halbtc8821a2ant_switchband_notify(IN struct btc_coexist *btcoexist,
  154. IN u8 type);
  155. void ex_halbtc8821a2ant_connect_notify(IN struct btc_coexist *btcoexist,
  156. IN u8 type);
  157. void ex_halbtc8821a2ant_media_status_notify(IN struct btc_coexist *btcoexist,
  158. IN u8 type);
  159. void ex_halbtc8821a2ant_specific_packet_notify(IN struct btc_coexist *btcoexist,
  160. IN u8 type);
  161. void ex_halbtc8821a2ant_bt_info_notify(IN struct btc_coexist *btcoexist,
  162. IN u8 *tmp_buf, IN u8 length);
  163. void ex_halbtc8821a2ant_halt_notify(IN struct btc_coexist *btcoexist);
  164. void ex_halbtc8821a2ant_pnp_notify(IN struct btc_coexist *btcoexist,
  165. IN u8 pnp_state);
  166. void ex_halbtc8821a2ant_periodical(IN struct btc_coexist *btcoexist);
  167. void ex_halbtc8821a2ant_display_coex_info(IN struct btc_coexist *btcoexist);
  168. #else
  169. #define ex_halbtc8821a2ant_power_on_setting(btcoexist)
  170. #define ex_halbtc8821a2ant_pre_load_firmware(btcoexist)
  171. #define ex_halbtc8821a2ant_init_hw_config(btcoexist, wifi_only)
  172. #define ex_halbtc8821a2ant_init_coex_dm(btcoexist)
  173. #define ex_halbtc8821a2ant_ips_notify(btcoexist, type)
  174. #define ex_halbtc8821a2ant_lps_notify(btcoexist, type)
  175. #define ex_halbtc8821a2ant_scan_notify(btcoexist, type)
  176. #define ex_halbtc8821a2ant_switchband_notify(btcoexist, type)
  177. #define ex_halbtc8821a2ant_connect_notify(btcoexist, type)
  178. #define ex_halbtc8821a2ant_media_status_notify(btcoexist, type)
  179. #define ex_halbtc8821a2ant_specific_packet_notify(btcoexist, type)
  180. #define ex_halbtc8821a2ant_bt_info_notify(btcoexist, tmp_buf, length)
  181. #define ex_halbtc8821a2ant_halt_notify(btcoexist)
  182. #define ex_halbtc8821a2ant_pnp_notify(btcoexist, pnp_state)
  183. #define ex_halbtc8821a2ant_periodical(btcoexist)
  184. #define ex_halbtc8821a2ant_display_coex_info(btcoexist)
  185. #endif
  186. #endif