hal_bt_coexist.h 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. /******************************************************************************
  2. *
  3. * Copyright(c) 2009-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. * You should have received a copy of the GNU General Public License along with
  15. * this program; if not, write to the Free Software Foundation, Inc.,
  16. * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
  17. *
  18. * The full GNU General Public License is included in this distribution in the
  19. * file called LICENSE.
  20. *
  21. * Contact Information:
  22. * wlanfae <wlanfae@realtek.com>
  23. * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
  24. * Hsinchu 300, Taiwan.
  25. * Larry Finger <Larry.Finger@lwfinger.net>
  26. *
  27. *****************************************************************************/
  28. #ifndef __RTL8723E_HAL_BT_COEXIST_H__
  29. #define __RTL8723E_HAL_BT_COEXIST_H__
  30. #include "../wifi.h"
  31. /* The reg define is for 8723 */
  32. #define REG_HIGH_PRIORITY_TXRX 0x770
  33. #define REG_LOW_PRIORITY_TXRX 0x774
  34. #define BT_FW_COEX_THRESH_TOL 6
  35. #define BT_FW_COEX_THRESH_20 20
  36. #define BT_FW_COEX_THRESH_23 23
  37. #define BT_FW_COEX_THRESH_25 25
  38. #define BT_FW_COEX_THRESH_30 30
  39. #define BT_FW_COEX_THRESH_35 35
  40. #define BT_FW_COEX_THRESH_40 40
  41. #define BT_FW_COEX_THRESH_45 45
  42. #define BT_FW_COEX_THRESH_47 47
  43. #define BT_FW_COEX_THRESH_50 50
  44. #define BT_FW_COEX_THRESH_55 55
  45. #define BT_COEX_STATE_BT30 BIT(0)
  46. #define BT_COEX_STATE_WIFI_HT20 BIT(1)
  47. #define BT_COEX_STATE_WIFI_HT40 BIT(2)
  48. #define BT_COEX_STATE_WIFI_LEGACY BIT(3)
  49. #define BT_COEX_STATE_WIFI_RSSI_LOW BIT(4)
  50. #define BT_COEX_STATE_WIFI_RSSI_MEDIUM BIT(5)
  51. #define BT_COEX_STATE_WIFI_RSSI_HIGH BIT(6)
  52. #define BT_COEX_STATE_DEC_BT_POWER BIT(7)
  53. #define BT_COEX_STATE_WIFI_IDLE BIT(8)
  54. #define BT_COEX_STATE_WIFI_UPLINK BIT(9)
  55. #define BT_COEX_STATE_WIFI_DOWNLINK BIT(10)
  56. #define BT_COEX_STATE_BT_INQ_PAGE BIT(11)
  57. #define BT_COEX_STATE_BT_IDLE BIT(12)
  58. #define BT_COEX_STATE_BT_UPLINK BIT(13)
  59. #define BT_COEX_STATE_BT_DOWNLINK BIT(14)
  60. #define BT_COEX_STATE_HOLD_FOR_BT_OPERATION BIT(15)
  61. #define BT_COEX_STATE_BT_RSSI_LOW BIT(19)
  62. #define BT_COEX_STATE_PROFILE_HID BIT(20)
  63. #define BT_COEX_STATE_PROFILE_A2DP BIT(21)
  64. #define BT_COEX_STATE_PROFILE_PAN BIT(22)
  65. #define BT_COEX_STATE_PROFILE_SCO BIT(23)
  66. #define BT_COEX_STATE_WIFI_RSSI_1_LOW BIT(24)
  67. #define BT_COEX_STATE_WIFI_RSSI_1_MEDIUM BIT(25)
  68. #define BT_COEX_STATE_WIFI_RSSI_1_HIGH BIT(26)
  69. #define BT_COEX_STATE_BTINFO_COMMON BIT(30)
  70. #define BT_COEX_STATE_BTINFO_B_HID_SCOESCO BIT(31)
  71. #define BT_COEX_STATE_BTINFO_B_FTP_A2DP BIT(29)
  72. #define BT_COEX_STATE_BT_CNT_LEVEL_0 BIT(0)
  73. #define BT_COEX_STATE_BT_CNT_LEVEL_1 BIT(1)
  74. #define BT_COEX_STATE_BT_CNT_LEVEL_2 BIT(2)
  75. #define BT_COEX_STATE_BT_CNT_LEVEL_3 BIT(3)
  76. #define BT_RSSI_STATE_HIGH 0
  77. #define BT_RSSI_STATE_MEDIUM 1
  78. #define BT_RSSI_STATE_LOW 2
  79. #define BT_RSSI_STATE_STAY_HIGH 3
  80. #define BT_RSSI_STATE_STAY_MEDIUM 4
  81. #define BT_RSSI_STATE_STAY_LOW 5
  82. #define BT_AGCTABLE_OFF 0
  83. #define BT_AGCTABLE_ON 1
  84. #define BT_BB_BACKOFF_OFF 0
  85. #define BT_BB_BACKOFF_ON 1
  86. #define BT_FW_NAV_OFF 0
  87. #define BT_FW_NAV_ON 1
  88. #define BT_COEX_MECH_NONE 0
  89. #define BT_COEX_MECH_SCO 1
  90. #define BT_COEX_MECH_HID 2
  91. #define BT_COEX_MECH_A2DP 3
  92. #define BT_COEX_MECH_PAN 4
  93. #define BT_COEX_MECH_HID_A2DP 5
  94. #define BT_COEX_MECH_HID_PAN 6
  95. #define BT_COEX_MECH_PAN_A2DP 7
  96. #define BT_COEX_MECH_HID_SCO_ESCO 8
  97. #define BT_COEX_MECH_FTP_A2DP 9
  98. #define BT_COEX_MECH_COMMON 10
  99. #define BT_COEX_MECH_MAX 11
  100. #define BT_DBG_PROFILE_NONE 0
  101. #define BT_DBG_PROFILE_SCO 1
  102. #define BT_DBG_PROFILE_HID 2
  103. #define BT_DBG_PROFILE_A2DP 3
  104. #define BT_DBG_PROFILE_PAN 4
  105. #define BT_DBG_PROFILE_HID_A2DP 5
  106. #define BT_DBG_PROFILE_HID_PAN 6
  107. #define BT_DBG_PROFILE_PAN_A2DP 7
  108. #define BT_DBG_PROFILE_MAX 9
  109. #define BTINFO_B_FTP BIT(7)
  110. #define BTINFO_B_A2DP BIT(6)
  111. #define BTINFO_B_HID BIT(5)
  112. #define BTINFO_B_SCO_BUSY BIT(4)
  113. #define BTINFO_B_ACL_BUSY BIT(3)
  114. #define BTINFO_B_INQ_PAGE BIT(2)
  115. #define BTINFO_B_SCO_ESCO BIT(1)
  116. #define BTINFO_B_CONNECTION BIT(0)
  117. void rtl8723e_btdm_coex_all_off(struct ieee80211_hw *hw);
  118. void rtl8723e_dm_bt_fw_coex_all_off(struct ieee80211_hw *hw);
  119. void rtl8723e_dm_bt_sw_coex_all_off(struct ieee80211_hw *hw);
  120. void rtl8723e_dm_bt_hw_coex_all_off(struct ieee80211_hw *hw);
  121. long rtl8723e_dm_bt_get_rx_ss(struct ieee80211_hw *hw);
  122. void rtl8723e_dm_bt_balance(struct ieee80211_hw *hw,
  123. bool balance_on, u8 ms0, u8 ms1);
  124. void rtl8723e_dm_bt_agc_table(struct ieee80211_hw *hw, u8 tyep);
  125. void rtl8723e_dm_bt_bb_back_off_level(struct ieee80211_hw *hw, u8 type);
  126. u8 rtl8723e_dm_bt_check_coex_rssi_state(struct ieee80211_hw *hw,
  127. u8 level_num, u8 rssi_thresh,
  128. u8 rssi_thresh1);
  129. u8 rtl8723e_dm_bt_check_coex_rssi_state1(struct ieee80211_hw *hw,
  130. u8 level_num, u8 rssi_thresh,
  131. u8 rssi_thresh1);
  132. void _rtl8723_dm_bt_check_wifi_state(struct ieee80211_hw *hw);
  133. void rtl8723e_dm_bt_reject_ap_aggregated_packet(struct ieee80211_hw *hw,
  134. bool b_reject);
  135. bool rtl8723e_dm_bt_is_coexist_state_changed(struct ieee80211_hw *hw);
  136. bool rtl8723e_dm_bt_is_wifi_up_link(struct ieee80211_hw *hw);
  137. #endif