dm.h 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310
  1. /******************************************************************************
  2. *
  3. * Copyright(c) 2009-2014 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. * Contact Information:
  15. * wlanfae <wlanfae@realtek.com>
  16. * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
  17. * Hsinchu 300, Taiwan.
  18. *
  19. * Larry Finger <Larry.Finger@lwfinger.net>
  20. *
  21. *****************************************************************************/
  22. #ifndef __RTL8723BE_DM_H__
  23. #define __RTL8723BE_DM_H__
  24. #define MAIN_ANT 0
  25. #define AUX_ANT 1
  26. #define MAIN_ANT_CG_TRX 1
  27. #define AUX_ANT_CG_TRX 0
  28. #define MAIN_ANT_CGCS_RX 0
  29. #define AUX_ANT_CGCS_RX 1
  30. #define TXSCALE_TABLE_SIZE 30
  31. /*RF REG LIST*/
  32. #define DM_REG_RF_MODE_11N 0x00
  33. #define DM_REG_RF_0B_11N 0x0B
  34. #define DM_REG_CHNBW_11N 0x18
  35. #define DM_REG_T_METER_11N 0x24
  36. #define DM_REG_RF_25_11N 0x25
  37. #define DM_REG_RF_26_11N 0x26
  38. #define DM_REG_RF_27_11N 0x27
  39. #define DM_REG_RF_2B_11N 0x2B
  40. #define DM_REG_RF_2C_11N 0x2C
  41. #define DM_REG_RXRF_A3_11N 0x3C
  42. #define DM_REG_T_METER_92D_11N 0x42
  43. #define DM_REG_T_METER_88E_11N 0x42
  44. /*BB REG LIST*/
  45. /*PAGE 8 */
  46. #define DM_REG_BB_CTRL_11N 0x800
  47. #define DM_REG_RF_PIN_11N 0x804
  48. #define DM_REG_PSD_CTRL_11N 0x808
  49. #define DM_REG_TX_ANT_CTRL_11N 0x80C
  50. #define DM_REG_BB_PWR_SAV5_11N 0x818
  51. #define DM_REG_CCK_RPT_FORMAT_11N 0x824
  52. #define DM_REG_RX_DEFUALT_A_11N 0x858
  53. #define DM_REG_RX_DEFUALT_B_11N 0x85A
  54. #define DM_REG_BB_PWR_SAV3_11N 0x85C
  55. #define DM_REG_ANTSEL_CTRL_11N 0x860
  56. #define DM_REG_RX_ANT_CTRL_11N 0x864
  57. #define DM_REG_PIN_CTRL_11N 0x870
  58. #define DM_REG_BB_PWR_SAV1_11N 0x874
  59. #define DM_REG_ANTSEL_PATH_11N 0x878
  60. #define DM_REG_BB_3WIRE_11N 0x88C
  61. #define DM_REG_SC_CNT_11N 0x8C4
  62. #define DM_REG_PSD_DATA_11N 0x8B4
  63. /*PAGE 9*/
  64. #define DM_REG_ANT_MAPPING1_11N 0x914
  65. #define DM_REG_ANT_MAPPING2_11N 0x918
  66. /*PAGE A*/
  67. #define DM_REG_CCK_ANTDIV_PARA1_11N 0xA00
  68. #define DM_REG_CCK_CCA_11N 0xA0A
  69. #define DM_REG_CCK_ANTDIV_PARA2_11N 0xA0C
  70. #define DM_REG_CCK_ANTDIV_PARA3_11N 0xA10
  71. #define DM_REG_CCK_ANTDIV_PARA4_11N 0xA14
  72. #define DM_REG_CCK_FILTER_PARA1_11N 0xA22
  73. #define DM_REG_CCK_FILTER_PARA2_11N 0xA23
  74. #define DM_REG_CCK_FILTER_PARA3_11N 0xA24
  75. #define DM_REG_CCK_FILTER_PARA4_11N 0xA25
  76. #define DM_REG_CCK_FILTER_PARA5_11N 0xA26
  77. #define DM_REG_CCK_FILTER_PARA6_11N 0xA27
  78. #define DM_REG_CCK_FILTER_PARA7_11N 0xA28
  79. #define DM_REG_CCK_FILTER_PARA8_11N 0xA29
  80. #define DM_REG_CCK_FA_RST_11N 0xA2C
  81. #define DM_REG_CCK_FA_MSB_11N 0xA58
  82. #define DM_REG_CCK_FA_LSB_11N 0xA5C
  83. #define DM_REG_CCK_CCA_CNT_11N 0xA60
  84. #define DM_REG_BB_PWR_SAV4_11N 0xA74
  85. /*PAGE B */
  86. #define DM_REG_LNA_SWITCH_11N 0xB2C
  87. #define DM_REG_PATH_SWITCH_11N 0xB30
  88. #define DM_REG_RSSI_CTRL_11N 0xB38
  89. #define DM_REG_CONFIG_ANTA_11N 0xB68
  90. #define DM_REG_RSSI_BT_11N 0xB9C
  91. /*PAGE C */
  92. #define DM_REG_OFDM_FA_HOLDC_11N 0xC00
  93. #define DM_REG_RX_PATH_11N 0xC04
  94. #define DM_REG_TRMUX_11N 0xC08
  95. #define DM_REG_OFDM_FA_RSTC_11N 0xC0C
  96. #define DM_REG_RXIQI_MATRIX_11N 0xC14
  97. #define DM_REG_TXIQK_MATRIX_LSB1_11N 0xC4C
  98. #define DM_REG_IGI_A_11N 0xC50
  99. #define DM_REG_ANTDIV_PARA2_11N 0xC54
  100. #define DM_REG_IGI_B_11N 0xC58
  101. #define DM_REG_ANTDIV_PARA3_11N 0xC5C
  102. #define DM_REG_BB_PWR_SAV2_11N 0xC70
  103. #define DM_REG_RX_OFF_11N 0xC7C
  104. #define DM_REG_TXIQK_MATRIXA_11N 0xC80
  105. #define DM_REG_TXIQK_MATRIXB_11N 0xC88
  106. #define DM_REG_TXIQK_MATRIXA_LSB2_11N 0xC94
  107. #define DM_REG_TXIQK_MATRIXB_LSB2_11N 0xC9C
  108. #define DM_REG_RXIQK_MATRIX_LSB_11N 0xCA0
  109. #define DM_REG_ANTDIV_PARA1_11N 0xCA4
  110. #define DM_REG_OFDM_FA_TYPE1_11N 0xCF0
  111. /*PAGE D */
  112. #define DM_REG_OFDM_FA_RSTD_11N 0xD00
  113. #define DM_REG_OFDM_FA_TYPE2_11N 0xDA0
  114. #define DM_REG_OFDM_FA_TYPE3_11N 0xDA4
  115. #define DM_REG_OFDM_FA_TYPE4_11N 0xDA8
  116. /*PAGE E */
  117. #define DM_REG_TXAGC_A_6_18_11N 0xE00
  118. #define DM_REG_TXAGC_A_24_54_11N 0xE04
  119. #define DM_REG_TXAGC_A_1_MCS32_11N 0xE08
  120. #define DM_REG_TXAGC_A_MCS0_3_11N 0xE10
  121. #define DM_REG_TXAGC_A_MCS4_7_11N 0xE14
  122. #define DM_REG_TXAGC_A_MCS8_11_11N 0xE18
  123. #define DM_REG_TXAGC_A_MCS12_15_11N 0xE1C
  124. #define DM_REG_FPGA0_IQK_11N 0xE28
  125. #define DM_REG_TXIQK_TONE_A_11N 0xE30
  126. #define DM_REG_RXIQK_TONE_A_11N 0xE34
  127. #define DM_REG_TXIQK_PI_A_11N 0xE38
  128. #define DM_REG_RXIQK_PI_A_11N 0xE3C
  129. #define DM_REG_TXIQK_11N 0xE40
  130. #define DM_REG_RXIQK_11N 0xE44
  131. #define DM_REG_IQK_AGC_PTS_11N 0xE48
  132. #define DM_REG_IQK_AGC_RSP_11N 0xE4C
  133. #define DM_REG_BLUETOOTH_11N 0xE6C
  134. #define DM_REG_RX_WAIT_CCA_11N 0xE70
  135. #define DM_REG_TX_CCK_RFON_11N 0xE74
  136. #define DM_REG_TX_CCK_BBON_11N 0xE78
  137. #define DM_REG_OFDM_RFON_11N 0xE7C
  138. #define DM_REG_OFDM_BBON_11N 0xE80
  139. #define DM_REG_TX2RX_11N 0xE84
  140. #define DM_REG_TX2TX_11N 0xE88
  141. #define DM_REG_RX_CCK_11N 0xE8C
  142. #define DM_REG_RX_OFDM_11N 0xED0
  143. #define DM_REG_RX_WAIT_RIFS_11N 0xED4
  144. #define DM_REG_RX2RX_11N 0xED8
  145. #define DM_REG_STANDBY_11N 0xEDC
  146. #define DM_REG_SLEEP_11N 0xEE0
  147. #define DM_REG_PMPD_ANAEN_11N 0xEEC
  148. /*MAC REG LIST*/
  149. #define DM_REG_BB_RST_11N 0x02
  150. #define DM_REG_ANTSEL_PIN_11N 0x4C
  151. #define DM_REG_EARLY_MODE_11N 0x4D0
  152. #define DM_REG_RSSI_MONITOR_11N 0x4FE
  153. #define DM_REG_EDCA_VO_11N 0x500
  154. #define DM_REG_EDCA_VI_11N 0x504
  155. #define DM_REG_EDCA_BE_11N 0x508
  156. #define DM_REG_EDCA_BK_11N 0x50C
  157. #define DM_REG_TXPAUSE_11N 0x522
  158. #define DM_REG_RESP_TX_11N 0x6D8
  159. #define DM_REG_ANT_TRAIN_PARA1_11N 0x7b0
  160. #define DM_REG_ANT_TRAIN_PARA2_11N 0x7b4
  161. /*DIG Related*/
  162. #define DM_BIT_IGI_11N 0x0000007F
  163. #define HAL_DM_DIG_DISABLE BIT(0)
  164. #define HAL_DM_HIPWR_DISABLE BIT(1)
  165. #define OFDM_TABLE_LENGTH 43
  166. #define CCK_TABLE_LENGTH 33
  167. #define OFDM_TABLE_SIZE 37
  168. #define CCK_TABLE_SIZE 33
  169. #define BW_AUTO_SWITCH_HIGH_LOW 25
  170. #define BW_AUTO_SWITCH_LOW_HIGH 30
  171. #define DM_DIG_THRESH_HIGH 40
  172. #define DM_DIG_THRESH_LOW 35
  173. #define DM_FALSEALARM_THRESH_LOW 400
  174. #define DM_FALSEALARM_THRESH_HIGH 1000
  175. #define DM_DIG_MAX 0x3e
  176. #define DM_DIG_MIN 0x1e
  177. #define DM_DIG_MAX_AP 0x32
  178. #define DM_DIG_MIN_AP 0x20
  179. #define DM_DIG_FA_UPPER 0x3e
  180. #define DM_DIG_FA_LOWER 0x1e
  181. #define DM_DIG_FA_TH0 0x200
  182. #define DM_DIG_FA_TH1 0x300
  183. #define DM_DIG_FA_TH2 0x400
  184. #define DM_DIG_BACKOFF_MAX 12
  185. #define DM_DIG_BACKOFF_MIN -4
  186. #define DM_DIG_BACKOFF_DEFAULT 10
  187. #define RXPATHSELECTION_DIFF_TH 18
  188. #define DM_RATR_STA_INIT 0
  189. #define DM_RATR_STA_HIGH 1
  190. #define DM_RATR_STA_MIDDLE 2
  191. #define DM_RATR_STA_LOW 3
  192. #define CTS2SELF_THVAL 30
  193. #define REGC38_TH 20
  194. #define TXHIGHPWRLEVEL_NORMAL 0
  195. #define TXHIGHPWRLEVEL_LEVEL1 1
  196. #define TXHIGHPWRLEVEL_LEVEL2 2
  197. #define TXHIGHPWRLEVEL_BT1 3
  198. #define TXHIGHPWRLEVEL_BT2 4
  199. #define DM_TYPE_BYFW 0
  200. #define DM_TYPE_BYDRIVER 1
  201. #define TX_POWER_NEAR_FIELD_THRESH_LVL2 74
  202. #define TX_POWER_NEAR_FIELD_THRESH_LVL1 67
  203. #define TXPWRTRACK_MAX_IDX 6
  204. /* Dynamic ATC switch */
  205. #define ATC_STATUS_OFF 0x0 /* enable */
  206. #define ATC_STATUS_ON 0x1 /* disable */
  207. #define CFO_THRESHOLD_XTAL 10 /* kHz */
  208. #define CFO_THRESHOLD_ATC 80 /* kHz */
  209. enum FAT_STATE {
  210. FAT_NORMAL_STATE = 0,
  211. FAT_TRAINING_STATE = 1,
  212. };
  213. enum tag_dynamic_init_gain_operation_type_definition {
  214. DIG_TYPE_THRESH_HIGH = 0,
  215. DIG_TYPE_THRESH_LOW = 1,
  216. DIG_TYPE_BACKOFF = 2,
  217. DIG_TYPE_RX_GAIN_MIN = 3,
  218. DIG_TYPE_RX_GAIN_MAX = 4,
  219. DIG_TYPE_ENABLE = 5,
  220. DIG_TYPE_DISABLE = 6,
  221. DIG_OP_TYPE_MAX
  222. };
  223. enum dm_1r_cca_e {
  224. CCA_1R = 0,
  225. CCA_2R = 1,
  226. CCA_MAX = 2,
  227. };
  228. enum dm_rf_e {
  229. RF_SAVE = 0,
  230. RF_NORMAL = 1,
  231. RF_MAX = 2,
  232. };
  233. enum dm_sw_ant_switch_e {
  234. ANS_ANTENNA_B = 1,
  235. ANS_ANTENNA_A = 2,
  236. ANS_ANTENNA_MAX = 3,
  237. };
  238. enum dm_dig_ext_port_alg_e {
  239. DIG_EXT_PORT_STAGE_0 = 0,
  240. DIG_EXT_PORT_STAGE_1 = 1,
  241. DIG_EXT_PORT_STAGE_2 = 2,
  242. DIG_EXT_PORT_STAGE_3 = 3,
  243. DIG_EXT_PORT_STAGE_MAX = 4,
  244. };
  245. enum dm_dig_connect_e {
  246. DIG_STA_DISCONNECT = 0,
  247. DIG_STA_CONNECT = 1,
  248. DIG_STA_BEFORE_CONNECT = 2,
  249. DIG_MULTISTA_DISCONNECT = 3,
  250. DIG_MULTISTA_CONNECT = 4,
  251. DIG_CONNECT_MAX
  252. };
  253. enum pwr_track_control_method {
  254. BBSWING,
  255. TXAGC
  256. };
  257. #define BT_RSSI_STATE_NORMAL_POWER BIT_OFFSET_LEN_MASK_32(0, 1)
  258. #define BT_RSSI_STATE_AMDPU_OFF BIT_OFFSET_LEN_MASK_32(1, 1)
  259. #define BT_RSSI_STATE_SPECIAL_LOW BIT_OFFSET_LEN_MASK_32(2, 1)
  260. #define BT_RSSI_STATE_BG_EDCA_LOW BIT_OFFSET_LEN_MASK_32(3, 1)
  261. #define BT_RSSI_STATE_TXPOWER_LOW BIT_OFFSET_LEN_MASK_32(4, 1)
  262. void rtl8723be_dm_set_tx_ant_by_tx_info(struct ieee80211_hw *hw, u8 *pdesc,
  263. u32 mac_id);
  264. void rtl8723be_dm_ant_sel_statistics(struct ieee80211_hw *hw, u8 antsel_tr_mux,
  265. u32 mac_id, u32 rx_pwdb_all);
  266. void rtl8723be_dm_fast_antenna_trainning_callback(unsigned long data);
  267. void rtl8723be_dm_init(struct ieee80211_hw *hw);
  268. void rtl8723be_dm_watchdog(struct ieee80211_hw *hw);
  269. void rtl8723be_dm_write_dig(struct ieee80211_hw *hw, u8 current_igi);
  270. void rtl8723be_dm_check_txpower_tracking(struct ieee80211_hw *hw);
  271. void rtl8723be_dm_init_rate_adaptive_mask(struct ieee80211_hw *hw);
  272. void rtl8723be_dm_txpower_track_adjust(struct ieee80211_hw *hw, u8 type,
  273. u8 *pdirection, u32 *poutwrite_val);
  274. void rtl8723be_dm_init_edca_turbo(struct ieee80211_hw *hw);
  275. #endif