• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
2 /* Copyright(c) 2019-2020  Realtek Corporation
3  */
4 
5 #ifndef __RTW89_REG_H__
6 #define __RTW89_REG_H__
7 
8 #define R_AX_SYS_WL_EFUSE_CTRL 0x000A
9 #define B_AX_AUTOLOAD_SUS BIT(5)
10 
11 #define R_AX_SYS_ISO_CTRL 0x0000
12 #define B_AX_PWC_EV2EF_MASK GENMASK(15, 14)
13 #define B_AX_PWC_EV2EF_B15 BIT(15)
14 #define B_AX_PWC_EV2EF_B14 BIT(14)
15 #define B_AX_ISO_EB2CORE BIT(8)
16 
17 #define R_AX_SYS_FUNC_EN 0x0002
18 #define B_AX_FEN_BB_GLB_RSTN BIT(1)
19 #define B_AX_FEN_BBRSTB BIT(0)
20 
21 #define R_AX_SYS_PW_CTRL 0x0004
22 #define B_AX_SOP_ASWRM BIT(31)
23 #define B_AX_SOP_PWMM_DSWR BIT(29)
24 #define B_AX_XTAL_OFF_A_DIE BIT(22)
25 #define B_AX_DIS_WLBT_PDNSUSEN_SOPC BIT(18)
26 #define B_AX_RDY_SYSPWR BIT(17)
27 #define B_AX_EN_WLON BIT(16)
28 #define B_AX_APDM_HPDN BIT(15)
29 #define B_AX_PSUS_OFF_CAPC_EN BIT(14)
30 #define B_AX_AFSM_PCIE_SUS_EN BIT(12)
31 #define B_AX_AFSM_WLSUS_EN BIT(11)
32 #define B_AX_APFM_SWLPS BIT(10)
33 #define B_AX_APFM_OFFMAC BIT(9)
34 #define B_AX_APFN_ONMAC BIT(8)
35 
36 #define R_AX_SYS_CLK_CTRL 0x0008
37 #define B_AX_CPU_CLK_EN BIT(14)
38 
39 #define R_AX_SYS_SWR_CTRL1 0x0010
40 #define B_AX_SYM_CTRL_SPS_PWMFREQ BIT(10)
41 
42 #define R_AX_SYS_ADIE_PAD_PWR_CTRL 0x0018
43 #define B_AX_SYM_PADPDN_WL_PTA_1P3 BIT(6)
44 #define B_AX_SYM_PADPDN_WL_RFC_1P3 BIT(5)
45 
46 #define R_AX_RSV_CTRL 0x001C
47 #define B_AX_R_DIS_PRST BIT(6)
48 #define B_AX_WLOCK_1C_BIT6 BIT(5)
49 
50 #define R_AX_AFE_LDO_CTRL 0x0020
51 #define B_AX_AON_OFF_PC_EN BIT(23)
52 
53 #define R_AX_EFUSE_CTRL_1 0x0038
54 #define B_AX_EF_PGPD_MASK GENMASK(30, 28)
55 #define B_AX_EF_RDT BIT(27)
56 #define B_AX_EF_VDDQST_MASK GENMASK(26, 24)
57 #define B_AX_EF_PGTS_MASK GENMASK(23, 20)
58 #define B_AX_EF_PD_DIS BIT(11)
59 #define B_AX_EF_POR BIT(10)
60 #define B_AX_EF_CELL_SEL_MASK GENMASK(9, 8)
61 
62 #define R_AX_EFUSE_CTRL 0x0030
63 #define B_AX_EF_MODE_SEL_MASK GENMASK(31, 30)
64 #define B_AX_EF_RDY BIT(29)
65 #define B_AX_EF_COMP_RESULT BIT(28)
66 #define B_AX_EF_ADDR_MASK GENMASK(26, 16)
67 #define B_AX_EF_DATA_MASK GENMASK(15, 0)
68 
69 #define R_AX_EFUSE_CTRL_1_V1 0x0038
70 #define B_AX_EF_ENT BIT(31)
71 #define B_AX_EF_BURST BIT(19)
72 #define B_AX_EF_TEST_SEL_MASK GENMASK(18, 16)
73 #define B_AX_EF_TROW_EN BIT(15)
74 #define B_AX_EF_ERR_FLAG BIT(14)
75 #define B_AX_EF_DSB_EN BIT(11)
76 #define B_AX_PCIE_CALIB_EN_V1 BIT(12)
77 #define B_AX_WDT_WAKE_PCIE_EN BIT(10)
78 #define B_AX_WDT_WAKE_USB_EN BIT(9)
79 
80 #define R_AX_GPIO_MUXCFG 0x0040
81 #define B_AX_BOOT_MODE BIT(19)
82 #define B_AX_WL_EECS_EXT_32K_SEL BIT(18)
83 #define B_AX_WL_SEC_BONDING_OPT_STS BIT(17)
84 #define B_AX_SECSIC_SEL BIT(16)
85 #define B_AX_ENHTP BIT(14)
86 #define B_AX_BT_AOD_GPIO3 BIT(13)
87 #define B_AX_ENSIC BIT(12)
88 #define B_AX_SIC_SWRST BIT(11)
89 #define B_AX_PO_WIFI_PTA_PINS BIT(10)
90 #define B_AX_PO_BT_PTA_PINS BIT(9)
91 #define B_AX_ENUARTTX BIT(8)
92 #define B_AX_BTMODE_MASK GENMASK(7, 6)
93 #define MAC_AX_BT_MODE_0_3 0
94 #define MAC_AX_BT_MODE_2 2
95 #define MAC_AX_RTK_MODE 0
96 #define MAC_AX_CSR_MODE 1
97 #define B_AX_ENBT BIT(5)
98 #define B_AX_EROM_EN BIT(4)
99 #define B_AX_ENUARTRX BIT(2)
100 #define B_AX_GPIOSEL_MASK GENMASK(1, 0)
101 
102 #define R_AX_DBG_CTRL 0x0058
103 #define B_AX_DBG_SEL1_4BIT GENMASK(31, 30)
104 #define B_AX_DBG_SEL1_16BIT BIT(27)
105 #define B_AX_DBG_SEL1 GENMASK(23, 16)
106 #define B_AX_DBG_SEL0_4BIT GENMASK(15, 14)
107 #define B_AX_DBG_SEL0_16BIT BIT(11)
108 #define B_AX_DBG_SEL0 GENMASK(7, 0)
109 
110 #define R_AX_GPIO_EXT_CTRL 0x0060
111 #define B_AX_GPIO_MOD_15_TO_8_MASK GENMASK(31, 24)
112 #define B_AX_GPIO_MOD_9 BIT(25)
113 #define B_AX_GPIO_IO_SEL_15_TO_8_MASK GENMASK(23, 16)
114 #define B_AX_GPIO_IO_SEL_9 BIT(17)
115 #define B_AX_GPIO_OUT_15_TO_8_MASK GENMASK(15, 8)
116 #define B_AX_GPIO_IN_15_TO_8_MASK GENMASK(7, 0)
117 #define B_AX_GPIO_IN_9 BIT(1)
118 
119 #define R_AX_SYS_SDIO_CTRL 0x0070
120 #define B_AX_PCIE_DIS_L2_CTRL_LDO_HCI BIT(15)
121 #define B_AX_PCIE_DIS_WLSUS_AFT_PDN BIT(14)
122 #define B_AX_PCIE_FORCE_PWR_NGAT BIT(13)
123 #define B_AX_PCIE_CALIB_EN_V1 BIT(12)
124 #define B_AX_PCIE_AUXCLK_GATE BIT(11)
125 #define B_AX_LTE_MUX_CTRL_PATH BIT(26)
126 
127 #define R_AX_HCI_OPT_CTRL 0x0074
128 #define BIT_WAKE_CTRL_V1 BIT(23)
129 #define BIT_WAKE_CTRL BIT(5)
130 
131 #define R_AX_HCI_BG_CTRL 0x0078
132 #define B_AX_IBX_EN_VALUE BIT(15)
133 #define B_AX_IB_EN_VALUE BIT(14)
134 #define B_AX_FORCED_IB_EN BIT(4)
135 #define B_AX_EN_REGBG BIT(3)
136 #define B_AX_R_AX_BG_LPF BIT(2)
137 #define B_AX_R_AX_BG GENMASK(1, 0)
138 
139 #define R_AX_HCI_LDO_CTRL 0x007A
140 #define B_AX_R_AX_VADJ_MASK GENMASK(3, 0)
141 
142 #define R_AX_PLATFORM_ENABLE 0x0088
143 #define B_AX_AXIDMA_EN BIT(3)
144 #define B_AX_APB_WRAP_EN BIT(2)
145 #define B_AX_WCPU_EN BIT(1)
146 #define B_AX_PLATFORM_EN BIT(0)
147 
148 #define R_AX_WLLPS_CTRL 0x0090
149 #define B_AX_LPSOP_ASWRM BIT(17)
150 #define B_AX_LPSOP_DSWRM BIT(9)
151 #define B_AX_DIS_WLBT_LPSEN_LOPC BIT(1)
152 #define SW_LPS_OPTION 0x0001A0B2
153 
154 #define R_AX_SCOREBOARD  0x00AC
155 #define B_AX_TOGGLE BIT(31)
156 #define B_MAC_AX_SB_FW_MASK GENMASK(30, 24)
157 #define B_MAC_AX_SB_DRV_MASK GENMASK(23, 0)
158 #define B_MAC_AX_BTGS1_NOTIFY BIT(0)
159 #define MAC_AX_NOTIFY_TP_MAJOR 0x81
160 #define MAC_AX_NOTIFY_PWR_MAJOR 0x80
161 
162 #define R_AX_DBG_PORT_SEL 0x00C0
163 #define B_AX_DEBUG_ST_MASK GENMASK(31, 0)
164 
165 #define R_AX_PMC_DBG_CTRL2 0x00CC
166 #define B_AX_SYSON_DIS_PMCR_AX_WRMSK BIT(2)
167 
168 #define R_AX_PCIE_MIO_INTF 0x00E4
169 #define B_AX_PCIE_MIO_ADDR_PAGE_V1_MASK GENMASK(20, 16)
170 #define B_AX_PCIE_MIO_BYIOREG BIT(13)
171 #define B_AX_PCIE_MIO_RE BIT(12)
172 #define B_AX_PCIE_MIO_WE_MASK GENMASK(11, 8)
173 #define MIO_WRITE_BYTE_ALL 0xF
174 #define B_AX_PCIE_MIO_ADDR_MASK GENMASK(7, 0)
175 #define MIO_ADDR_PAGE_MASK GENMASK(12, 8)
176 
177 #define R_AX_PCIE_MIO_INTD 0x00E8
178 #define B_AX_PCIE_MIO_DATA_MASK GENMASK(31, 0)
179 
180 #define R_AX_SYS_CFG1 0x00F0
181 #define B_AX_CHIP_VER_MASK GENMASK(15, 12)
182 
183 #define R_AX_SYS_STATUS1 0x00F4
184 #define B_AX_SEL_0XC0_MASK GENMASK(17, 16)
185 #define B_AX_AUTO_WLPON BIT(10)
186 #define B_AX_PAD_HCI_SEL_V2_MASK GENMASK(5, 3)
187 #define MAC_AX_HCI_SEL_SDIO_UART 0
188 #define MAC_AX_HCI_SEL_MULTI_USB 1
189 #define MAC_AX_HCI_SEL_PCIE_UART 2
190 #define MAC_AX_HCI_SEL_PCIE_USB 3
191 #define MAC_AX_HCI_SEL_MULTI_SDIO 4
192 
193 #define R_AX_HALT_H2C_CTRL 0x0160
194 #define R_AX_HALT_H2C 0x0168
195 #define B_AX_HALT_H2C_TRIGGER BIT(0)
196 #define R_AX_HALT_C2H_CTRL 0x0164
197 #define R_AX_HALT_C2H 0x016C
198 
199 #define R_AX_WCPU_FW_CTRL 0x01E0
200 #define B_AX_WCPU_FWDL_STS_MASK GENMASK(7, 5)
201 #define B_AX_FWDL_PATH_RDY BIT(2)
202 #define B_AX_H2C_PATH_RDY BIT(1)
203 #define B_AX_WCPU_FWDL_EN BIT(0)
204 
205 #define R_AX_RPWM 0x01E4
206 #define R_AX_PCIE_HRPWM 0x10C0
207 #define PS_RPWM_TOGGLE BIT(15)
208 #define PS_RPWM_ACK BIT(14)
209 #define PS_RPWM_SEQ_NUM GENMASK(13, 12)
210 #define PS_RPWM_NOTIFY_WAKE BIT(8)
211 #define PS_RPWM_STATE 0x7
212 #define RPWM_SEQ_NUM_MAX 3
213 #define PS_CPWM_SEQ_NUM GENMASK(13, 12)
214 #define PS_CPWM_RSP_SEQ_NUM GENMASK(9, 8)
215 #define PS_CPWM_STATE GENMASK(2, 0)
216 #define CPWM_SEQ_NUM_MAX 3
217 
218 #define R_AX_BOOT_REASON 0x01E6
219 #define B_AX_BOOT_REASON_MASK GENMASK(2, 0)
220 
221 #define R_AX_LDM 0x01E8
222 #define B_AX_EN_32K BIT(31)
223 
224 #define R_AX_UDM0 0x01F0
225 #define R_AX_UDM1 0x01F4
226 #define B_AX_UDM1_MASK GENMASK(31, 16)
227 #define B_AX_UDM1_HALMAC_C2H_ENQ_CNT_MASK GENMASK(15, 12)
228 #define B_AX_UDM1_HALMAC_H2C_DEQ_CNT_MASK GENMASK(11, 8)
229 #define B_AX_UDM1_WCPU_C2H_ENQ_CNT_MASK GENMASK(7, 4)
230 #define B_AX_UDM1_WCPU_H2C_DEQ_CNT_MASK GENMASK(3, 0)
231 #define R_AX_UDM2 0x01F8
232 #define R_AX_UDM3 0x01FC
233 
234 #define R_AX_SPS_DIG_ON_CTRL0 0x0200
235 #define B_AX_VREFPFM_L_MASK GENMASK(25, 22)
236 #define B_AX_REG_ZCDC_H_MASK GENMASK(18, 17)
237 #define B_AX_OCP_L1_MASK GENMASK(15, 13)
238 #define B_AX_VOL_L1_MASK GENMASK(3, 0)
239 
240 #define R_AX_SPSLDO_ON_CTRL1 0x0204
241 #define B_AX_FPWMDELAY BIT(3)
242 
243 #define R_AX_LDO_AON_CTRL0 0x0218
244 #define B_AX_PD_REGU_L BIT(16)
245 
246 #define R_AX_SPSANA_ON_CTRL1 0x0224
247 
248 #define R_AX_SPS_ANA_ON_CTRL2 0x0228
249 #define RTL8852B_RFE_05_SPS_ANA 0x4A82
250 
251 #define R_AX_WLAN_XTAL_SI_CTRL 0x0270
252 #define B_AX_WL_XTAL_SI_CMD_POLL BIT(31)
253 #define B_AX_BT_XTAL_SI_ERR_FLAG BIT(30)
254 #define B_AX_WL_XTAL_GNT BIT(29)
255 #define B_AX_BT_XTAL_GNT BIT(28)
256 #define B_AX_WL_XTAL_SI_MODE_MASK GENMASK(25, 24)
257 #define XTAL_SI_NORMAL_WRITE 0x00
258 #define XTAL_SI_NORMAL_READ 0x01
259 #define B_AX_WL_XTAL_SI_BITMASK_MASK GENMASK(23, 16)
260 #define B_AX_WL_XTAL_SI_DATA_MASK GENMASK(15, 8)
261 #define B_AX_WL_XTAL_SI_ADDR_MASK GENMASK(7, 0)
262 
263 #define R_AX_WLAN_XTAL_SI_CONFIG 0x0274
264 #define B_AX_XTAL_SI_ADDR_NOT_CHK BIT(0)
265 
266 #define R_AX_XTAL_ON_CTRL0 0x0280
267 #define B_AX_XTAL_SC_LPS BIT(31)
268 #define B_AX_XTAL_SC_XO_MASK GENMASK(23, 17)
269 #define B_AX_XTAL_SC_XI_MASK GENMASK(16, 10)
270 #define B_AX_XTAL_SC_MASK GENMASK(6, 0)
271 
272 #define R_AX_XTAL_ON_CTRL3 0x028C
273 #define B_AX_XTAL_SC_INIT_A_BLOCK_MASK GENMASK(30, 24)
274 #define B_AX_XTAL_SC_LPS_A_BLOCK_MASK GENMASK(22, 16)
275 #define B_AX_XTAL_SC_XO_A_BLOCK_MASK GENMASK(14, 8)
276 #define B_AX_XTAL_SC_XI_A_BLOCK_MASK GENMASK(6, 0)
277 
278 #define R_AX_GPIO0_7_FUNC_SEL 0x02D0
279 
280 #define R_AX_GPIO8_15_FUNC_SEL 0x02D4
281 #define B_AX_PINMUX_GPIO9_FUNC_SEL_MASK GENMASK(7, 4)
282 
283 #define R_AX_EECS_EESK_FUNC_SEL 0x02D8
284 #define B_AX_PINMUX_EESK_FUNC_SEL_MASK GENMASK(7, 4)
285 
286 #define R_AX_GPIO16_23_FUNC_SEL 0x02D8
287 #define B_AX_PINMUX_GPIO17_FUNC_SEL_MASK GENMASK(7, 4)
288 #define B_AX_PINMUX_GPIO16_FUNC_SEL_MASK GENMASK(3, 0)
289 
290 #define R_AX_LED1_FUNC_SEL 0x02DC
291 #define B_AX_PINMUX_EESK_FUNC_SEL_V1_MASK GENMASK(27, 24)
292 #define PINMUX_EESK_FUNC_SEL_BT_LOG 0x1
293 
294 #define R_AX_GPIO0_15_EECS_EESK_LED1_PULL_LOW_EN 0x02E4
295 #define B_AX_LED1_PULL_LOW_EN BIT(18)
296 #define B_AX_EESK_PULL_LOW_EN BIT(17)
297 #define B_AX_EECS_PULL_LOW_EN BIT(16)
298 
299 #define R_AX_GPIO0_16_EECS_EESK_LED1_PULL_LOW_EN 0x02E4
300 #define B_AX_GPIO16_PULL_LOW_EN_V1 BIT(19)
301 #define B_AX_GPIO10_PULL_LOW_EN BIT(10)
302 
303 #define R_AX_WLRF_CTRL 0x02F0
304 #define B_AX_AFC_AFEDIG BIT(17)
305 #define B_AX_WLRF1_CTRL_7 BIT(15)
306 #define B_AX_WLRF1_CTRL_1 BIT(9)
307 #define B_AX_WLRF_CTRL_7 BIT(7)
308 #define B_AX_WLRF_CTRL_1 BIT(1)
309 
310 #define R_AX_IC_PWR_STATE 0x03F0
311 #define B_AX_WHOLE_SYS_PWR_STE_MASK GENMASK(25, 16)
312 #define B_AX_WLMAC_PWR_STE_MASK GENMASK(9, 8)
313 #define B_AX_UART_HCISYS_PWR_STE_MASK GENMASK(7, 6)
314 #define B_AX_SDIO_HCISYS_PWR_STE_MASK GENMASK(5, 4)
315 #define B_AX_USB_HCISYS_PWR_STE_MASK GENMASK(3, 2)
316 #define B_AX_PCIE_HCISYS_PWR_STE_MASK GENMASK(1, 0)
317 
318 #define R_AX_SPS_DIG_OFF_CTRL0 0x0400
319 #define B_AX_C3_L1_MASK GENMASK(5, 4)
320 #define B_AX_C1_L1_MASK GENMASK(1, 0)
321 
322 #define R_AX_AFE_OFF_CTRL1 0x0444
323 #define B_AX_S1_LDO_VSEL_F_MASK GENMASK(25, 24)
324 #define B_AX_S1_LDO2PWRCUT_F BIT(23)
325 #define B_AX_S0_LDO_VSEL_F_MASK GENMASK(22, 21)
326 
327 #define R_AX_DBG_WOW 0x0504
328 #define B_AX_DBG_WOW_CPU_IO_RX_EN BIT(8)
329 
330 #define R_AX_SEC_CTRL 0x0C00
331 #define B_AX_SEC_IDMEM_SIZE_CONFIG_MASK GENMASK(17, 16)
332 
333 #define R_AX_FILTER_MODEL_ADDR 0x0C04
334 
335 #define R_AX_HAXI_INIT_CFG1 0x1000
336 #define B_AX_WD_ITVL_IDLE_V1_MASK GENMASK(31, 28)
337 #define B_AX_WD_ITVL_ACT_V1_MASK GENMASK(27, 24)
338 #define B_AX_DMA_MODE_MASK GENMASK(19, 18)
339 #define DMA_MOD_PCIE_1B 0x0
340 #define DMA_MOD_PCIE_4B 0x1
341 #define DMA_MOD_USB 0x2
342 #define DMA_MOD_SDIO 0x3
343 #define B_AX_STOP_AXI_MST BIT(17)
344 #define B_AX_HAXI_RST_KEEP_REG BIT(16)
345 #define B_AX_RXHCI_EN_V1 BIT(15)
346 #define B_AX_RXBD_MODE_V1 BIT(14)
347 #define B_AX_HAXI_MAX_RXDMA_MASK GENMASK(9, 8)
348 #define B_AX_TXHCI_EN_V1 BIT(7)
349 #define B_AX_FLUSH_AXI_MST BIT(4)
350 #define B_AX_RST_BDRAM BIT(3)
351 #define B_AX_HAXI_MAX_TXDMA_MASK GENMASK(1, 0)
352 
353 #define R_AX_HAXI_DMA_STOP1 0x1010
354 #define B_AX_STOP_WPDMA BIT(19)
355 #define B_AX_STOP_CH12 BIT(18)
356 #define B_AX_STOP_CH9 BIT(17)
357 #define B_AX_STOP_CH8 BIT(16)
358 #define B_AX_STOP_ACH7 BIT(15)
359 #define B_AX_STOP_ACH6 BIT(14)
360 #define B_AX_STOP_ACH5 BIT(13)
361 #define B_AX_STOP_ACH4 BIT(12)
362 #define B_AX_STOP_ACH3 BIT(11)
363 #define B_AX_STOP_ACH2 BIT(10)
364 #define B_AX_STOP_ACH1 BIT(9)
365 #define B_AX_STOP_ACH0 BIT(8)
366 
367 #define R_AX_HAXI_DMA_BUSY1 0x101C
368 #define B_AX_HAXIIO_BUSY BIT(20)
369 #define B_AX_WPDMA_BUSY BIT(19)
370 #define B_AX_CH12_BUSY BIT(18)
371 #define B_AX_CH9_BUSY BIT(17)
372 #define B_AX_CH8_BUSY BIT(16)
373 #define B_AX_ACH7_BUSY BIT(15)
374 #define B_AX_ACH6_BUSY BIT(14)
375 #define B_AX_ACH5_BUSY BIT(13)
376 #define B_AX_ACH4_BUSY BIT(12)
377 #define B_AX_ACH3_BUSY BIT(11)
378 #define B_AX_ACH2_BUSY BIT(10)
379 #define B_AX_ACH1_BUSY BIT(9)
380 #define B_AX_ACH0_BUSY BIT(8)
381 
382 #define R_AX_PCIE_DBG_CTRL 0x11C0
383 #define B_AX_DBG_DUMMY_MASK GENMASK(23, 16)
384 #define B_AX_PCIE_DBG_SEL_MASK GENMASK(15, 13)
385 #define B_AX_MRD_TIMEOUT_EN BIT(10)
386 #define B_AX_ASFF_FULL_NO_STK BIT(1)
387 #define B_AX_EN_STUCK_DBG BIT(0)
388 
389 #define R_AX_HAXI_DMA_STOP2 0x11C0
390 #define B_AX_STOP_CH11 BIT(1)
391 #define B_AX_STOP_CH10 BIT(0)
392 
393 #define R_AX_HAXI_DMA_BUSY2 0x11C8
394 #define B_AX_CH11_BUSY BIT(1)
395 #define B_AX_CH10_BUSY BIT(0)
396 
397 #define R_AX_HAXI_DMA_BUSY3 0x1208
398 #define B_AX_RPQ_BUSY BIT(1)
399 #define B_AX_RXQ_BUSY BIT(0)
400 
401 #define R_AX_LTR_DEC_CTRL 0x1600
402 #define B_AX_LTR_IDX_DRV_VLD BIT(16)
403 #define B_AX_LTR_CURR_IDX_DRV_MASK GENMASK(15, 14)
404 #define B_AX_LTR_IDX_FW_VLD BIT(13)
405 #define B_AX_LTR_CURR_IDX_FW_MASK GENMASK(12, 11)
406 #define B_AX_LTR_IDX_HW_VLD BIT(10)
407 #define B_AX_LTR_CURR_IDX_HW_MASK GENMASK(9, 8)
408 #define B_AX_LTR_REQ_DRV BIT(7)
409 #define B_AX_LTR_IDX_DRV_MASK GENMASK(6, 5)
410 #define PCIE_LTR_IDX_IDLE 3
411 #define B_AX_LTR_DRV_DEC_EN BIT(4)
412 #define B_AX_LTR_FW_DEC_EN BIT(3)
413 #define B_AX_LTR_HW_DEC_EN BIT(2)
414 #define B_AX_LTR_SPACE_IDX_V1_MASK GENMASK(1, 0)
415 #define LTR_EN_BITS (B_AX_LTR_HW_DEC_EN | B_AX_LTR_FW_DEC_EN | B_AX_LTR_DRV_DEC_EN)
416 
417 #define R_AX_LTR_LATENCY_IDX0 0x1604
418 #define R_AX_LTR_LATENCY_IDX1 0x1608
419 #define R_AX_LTR_LATENCY_IDX2 0x160C
420 #define R_AX_LTR_LATENCY_IDX3 0x1610
421 
422 #define R_AX_HCI_FC_CTRL_V1 0x1700
423 #define R_AX_CH_PAGE_CTRL_V1 0x1704
424 
425 #define R_AX_ACH0_PAGE_CTRL_V1 0x1710
426 #define R_AX_ACH1_PAGE_CTRL_V1 0x1714
427 #define R_AX_ACH2_PAGE_CTRL_V1 0x1718
428 #define R_AX_ACH3_PAGE_CTRL_V1 0x171C
429 #define R_AX_ACH4_PAGE_CTRL_V1 0x1720
430 #define R_AX_ACH5_PAGE_CTRL_V1 0x1724
431 #define R_AX_ACH6_PAGE_CTRL_V1 0x1728
432 #define R_AX_ACH7_PAGE_CTRL_V1 0x172C
433 #define R_AX_CH8_PAGE_CTRL_V1 0x1730
434 #define R_AX_CH9_PAGE_CTRL_V1 0x1734
435 #define R_AX_CH10_PAGE_CTRL_V1 0x1738
436 #define R_AX_CH11_PAGE_CTRL_V1 0x173C
437 
438 #define R_AX_ACH0_PAGE_INFO_V1 0x1750
439 #define R_AX_ACH1_PAGE_INFO_V1 0x1754
440 #define R_AX_ACH2_PAGE_INFO_V1 0x1758
441 #define R_AX_ACH3_PAGE_INFO_V1 0x175C
442 #define R_AX_ACH4_PAGE_INFO_V1 0x1760
443 #define R_AX_ACH5_PAGE_INFO_V1 0x1764
444 #define R_AX_ACH6_PAGE_INFO_V1 0x1768
445 #define R_AX_ACH7_PAGE_INFO_V1 0x176C
446 #define R_AX_CH8_PAGE_INFO_V1 0x1770
447 #define R_AX_CH9_PAGE_INFO_V1 0x1774
448 #define R_AX_CH10_PAGE_INFO_V1 0x1778
449 #define R_AX_CH11_PAGE_INFO_V1 0x177C
450 #define R_AX_CH12_PAGE_INFO_V1 0x1780
451 
452 #define R_AX_PUB_PAGE_INFO3_V1 0x178C
453 #define R_AX_PUB_PAGE_CTRL1_V1 0x1790
454 #define R_AX_PUB_PAGE_CTRL2_V1 0x1794
455 #define R_AX_PUB_PAGE_INFO1_V1 0x1798
456 #define R_AX_PUB_PAGE_INFO2_V1 0x179C
457 #define R_AX_WP_PAGE_CTRL1_V1 0x17A0
458 #define R_AX_WP_PAGE_CTRL2_V1 0x17A4
459 #define R_AX_WP_PAGE_INFO1_V1 0x17A8
460 
461 #define R_AX_H2CREG_DATA0_V1 0x7140
462 #define R_AX_H2CREG_DATA1_V1 0x7144
463 #define R_AX_H2CREG_DATA2_V1 0x7148
464 #define R_AX_H2CREG_DATA3_V1 0x714C
465 #define R_AX_C2HREG_DATA0_V1 0x7150
466 #define R_AX_C2HREG_DATA1_V1 0x7154
467 #define R_AX_C2HREG_DATA2_V1 0x7158
468 #define R_AX_C2HREG_DATA3_V1 0x715C
469 #define R_AX_H2CREG_CTRL_V1 0x7160
470 #define R_AX_C2HREG_CTRL_V1 0x7164
471 
472 #define R_AX_HCI_FUNC_EN_V1 0x7880
473 
474 #define R_AX_PHYREG_SET 0x8040
475 #define PHYREG_SET_ALL_CYCLE 0x8
476 #define PHYREG_SET_XYN_CYCLE 0xE
477 
478 #define R_AX_HD0IMR 0x8110
479 #define B_AX_WDT_PTFM_INT_EN BIT(5)
480 #define B_AX_CPWM_INT_EN BIT(2)
481 #define B_AX_GT3_INT_EN BIT(1)
482 #define B_AX_C2H_INT_EN BIT(0)
483 #define R_AX_HD0ISR 0x8114
484 #define B_AX_C2H_INT BIT(0)
485 
486 #define R_AX_H2CREG_DATA0 0x8140
487 #define R_AX_H2CREG_DATA1 0x8144
488 #define R_AX_H2CREG_DATA2 0x8148
489 #define R_AX_H2CREG_DATA3 0x814C
490 #define R_AX_C2HREG_DATA0 0x8150
491 #define R_AX_C2HREG_DATA1 0x8154
492 #define R_AX_C2HREG_DATA2 0x8158
493 #define R_AX_C2HREG_DATA3 0x815C
494 #define R_AX_H2CREG_CTRL 0x8160
495 #define B_AX_H2CREG_TRIGGER BIT(0)
496 #define R_AX_C2HREG_CTRL 0x8164
497 #define B_AX_C2HREG_TRIGGER BIT(0)
498 #define R_AX_CPWM 0x8170
499 
500 #define R_AX_HCI_FUNC_EN 0x8380
501 #define B_AX_HCI_RXDMA_EN BIT(1)
502 #define B_AX_HCI_TXDMA_EN BIT(0)
503 
504 #define R_AX_BOOT_DBG 0x83F0
505 
506 #define R_AX_DMAC_FUNC_EN 0x8400
507 #define B_AX_DMAC_CRPRT BIT(31)
508 #define B_AX_MAC_FUNC_EN BIT(30)
509 #define B_AX_DMAC_FUNC_EN BIT(29)
510 #define B_AX_MPDU_PROC_EN BIT(28)
511 #define B_AX_WD_RLS_EN BIT(27)
512 #define B_AX_DLE_WDE_EN BIT(26)
513 #define B_AX_TXPKT_CTRL_EN BIT(25)
514 #define B_AX_STA_SCH_EN BIT(24)
515 #define B_AX_DLE_PLE_EN BIT(23)
516 #define B_AX_PKT_BUF_EN BIT(22)
517 #define B_AX_DMAC_TBL_EN BIT(21)
518 #define B_AX_PKT_IN_EN BIT(20)
519 #define B_AX_DLE_CPUIO_EN BIT(19)
520 #define B_AX_DISPATCHER_EN BIT(18)
521 #define B_AX_BBRPT_EN BIT(17)
522 #define B_AX_MAC_SEC_EN BIT(16)
523 #define B_AX_DMACREG_GCKEN BIT(15)
524 #define B_AX_MAC_UN_EN BIT(15)
525 #define B_AX_H_AXIDMA_EN BIT(14)
526 
527 #define R_AX_DMAC_CLK_EN 0x8404
528 #define B_AX_WD_RLS_CLK_EN BIT(27)
529 #define B_AX_DLE_WDE_CLK_EN BIT(26)
530 #define B_AX_TXPKT_CTRL_CLK_EN BIT(25)
531 #define B_AX_STA_SCH_CLK_EN BIT(24)
532 #define B_AX_DLE_PLE_CLK_EN BIT(23)
533 #define B_AX_PKT_IN_CLK_EN BIT(20)
534 #define B_AX_DLE_CPUIO_CLK_EN BIT(19)
535 #define B_AX_DISPATCHER_CLK_EN BIT(18)
536 #define B_AX_BBRPT_CLK_EN BIT(17)
537 #define B_AX_MAC_SEC_CLK_EN BIT(16)
538 #define B_AX_AXIDMA_CLK_EN BIT(9)
539 
540 #define PCI_LTR_IDLE_TIMER_1US 0
541 #define PCI_LTR_IDLE_TIMER_10US 1
542 #define PCI_LTR_IDLE_TIMER_100US 2
543 #define PCI_LTR_IDLE_TIMER_200US 3
544 #define PCI_LTR_IDLE_TIMER_400US 4
545 #define PCI_LTR_IDLE_TIMER_800US 5
546 #define PCI_LTR_IDLE_TIMER_1_6MS 6
547 #define PCI_LTR_IDLE_TIMER_3_2MS 7
548 #define PCI_LTR_IDLE_TIMER_R_ERR 0xFD
549 #define PCI_LTR_IDLE_TIMER_DEF 0xFE
550 #define PCI_LTR_IDLE_TIMER_IGNORE 0xFF
551 
552 #define PCI_LTR_SPC_10US 0
553 #define PCI_LTR_SPC_100US 1
554 #define PCI_LTR_SPC_500US 2
555 #define PCI_LTR_SPC_1MS 3
556 #define PCI_LTR_SPC_R_ERR 0xFD
557 #define PCI_LTR_SPC_DEF 0xFE
558 #define PCI_LTR_SPC_IGNORE 0xFF
559 
560 #define R_AX_LTR_CTRL_0 0x8410
561 #define B_AX_LTR_SPACE_IDX_MASK GENMASK(13, 12)
562 #define B_AX_LTR_IDLE_TIMER_IDX_MASK GENMASK(10, 8)
563 #define B_AX_LTR_WD_NOEMP_CHK BIT(6)
564 #define B_AX_APP_LTR_ACT BIT(5)
565 #define B_AX_APP_LTR_IDLE BIT(4)
566 #define B_AX_LTR_EN BIT(1)
567 #define B_AX_LTR_WD_NOEMP_CHK_V1 BIT(1)
568 #define B_AX_LTR_HW_EN BIT(0)
569 
570 #define R_AX_LTR_CTRL_1 0x8414
571 #define B_AX_LTR_RX1_TH_MASK GENMASK(27, 16)
572 #define B_AX_LTR_RX0_TH_MASK GENMASK(11, 0)
573 
574 #define R_AX_LTR_IDLE_LATENCY 0x8418
575 
576 #define R_AX_LTR_ACTIVE_LATENCY 0x841C
577 
578 #define R_AX_SER_DBG_INFO 0x8424
579 #define B_AX_L0_TO_L1_EVENT_MASK GENMASK(31, 28)
580 
581 #define R_AX_DLE_EMPTY0 0x8430
582 #define B_AX_PLE_EMPTY_QTA_DMAC_CPUIO BIT(26)
583 #define B_AX_PLE_EMPTY_QTA_DMAC_MPDU_TX BIT(25)
584 #define B_AX_PLE_EMPTY_QTA_DMAC_WLAN_CPU BIT(24)
585 #define B_AX_PLE_EMPTY_QTA_DMAC_H2C BIT(23)
586 #define B_AX_PLE_EMPTY_QTA_DMAC_B1_TXPL BIT(22)
587 #define B_AX_PLE_EMPTY_QTA_DMAC_B0_TXPL BIT(21)
588 #define B_AX_WDE_EMPTY_QTA_DMAC_CPUIO BIT(20)
589 #define B_AX_WDE_EMPTY_QTA_DMAC_PKTIN BIT(19)
590 #define B_AX_WDE_EMPTY_QTA_DMAC_DATA_CPU BIT(18)
591 #define B_AX_WDE_EMPTY_QTA_DMAC_WLAN_CPU BIT(17)
592 #define B_AX_WDE_EMPTY_QTA_DMAC_HIF BIT(16)
593 #define B_AX_WDE_EMPTY_QUE_DMAC_PKTIN BIT(10)
594 #define B_AX_PLE_EMPTY_QUE_DMAC_SEC_TX BIT(9)
595 #define B_AX_PLE_EMPTY_QUE_DMAC_MPDU_TX BIT(8)
596 #define B_AX_WDE_EMPTY_QUE_OTHERS BIT(7)
597 #define B_AX_WDE_EMPTY_QUE_CMAC0_WMM1 BIT(4)
598 #define B_AX_WDE_EMPTY_QUE_CMAC0_WMM0 BIT(3)
599 #define B_AX_WDE_EMPTY_QUE_CMAC1_MBH BIT(2)
600 #define B_AX_WDE_EMPTY_QUE_CMAC0_MBH BIT(1)
601 #define B_AX_WDE_EMPTY_QUE_CMAC0_ALL_AC BIT(0)
602 
603 #define R_AX_DLE_EMPTY1 0x8434
604 #define B_AX_PLE_EMPTY_QTA_DMAC_WDRLS BIT(20)
605 #define B_AX_PLE_EMPTY_QTA_CMAC1_DMA_BBRPT BIT(19)
606 #define B_AX_PLE_EMPTY_QTA_CMAC1_DMA_RX BIT(18)
607 #define B_AX_PLE_EMPTY_QTA_CMAC0_DMA_RX BIT(17)
608 #define B_AX_PLE_EMPTY_QTA_DMAC_C2H BIT(16)
609 #define B_AX_PLE_EMPTY_QUE_DMAC_PLRLS BIT(5)
610 #define B_AX_PLE_EMPTY_QUE_DMAC_CPUIO BIT(4)
611 #define B_AX_PLE_EMPTY_QUE_DMAC_SEC_RX BIT(3)
612 #define B_AX_PLE_EMPTY_QUE_DMAC_MPDU_RX BIT(2)
613 #define B_AX_PLE_EMPTY_QUE_DMAC_HDP BIT(1)
614 #define B_AX_WDE_EMPTY_QUE_DMAC_WDRLS BIT(0)
615 
616 #define R_AX_DMAC_ERR_IMR 0x8520
617 #define B_AX_DLE_CPUIO_ERR_INT_EN BIT(10)
618 #define B_AX_APB_BRIDGE_ERR_INT_EN BIT(9)
619 #define B_AX_DISPATCH_ERR_INT_EN BIT(8)
620 #define B_AX_PKTIN_ERR_INT_EN BIT(7)
621 #define B_AX_PLE_DLE_ERR_INT_EN BIT(6)
622 #define B_AX_TXPKTCTRL_ERR_INT_EN BIT(5)
623 #define B_AX_WDE_DLE_ERR_INT_EN BIT(4)
624 #define B_AX_STA_SCHEDULER_ERR_INT_EN BIT(3)
625 #define B_AX_MPDU_ERR_INT_EN BIT(2)
626 #define B_AX_WSEC_ERR_INT_EN BIT(1)
627 #define B_AX_WDRLS_ERR_INT_EN BIT(0)
628 #define DMAC_ERR_IMR_EN GENMASK(31, 0)
629 #define DMAC_ERR_IMR_DIS 0
630 
631 #define R_AX_DMAC_ERR_ISR 0x8524
632 #define B_AX_HAXIDMA_ERR_FLAG BIT(14)
633 #define B_AX_PAXIDMA_ERR_FLAG BIT(13)
634 #define B_AX_HCI_BUF_ERR_FLAG BIT(12)
635 #define B_AX_BBRPT_ERR_FLAG BIT(11)
636 #define B_AX_DLE_CPUIO_ERR_FLAG BIT(10)
637 #define B_AX_APB_BRIDGE_ERR_FLAG BIT(9)
638 #define B_AX_DISPATCH_ERR_FLAG BIT(8)
639 #define B_AX_PKTIN_ERR_FLAG BIT(7)
640 #define B_AX_PLE_DLE_ERR_FLAG BIT(6)
641 #define B_AX_TXPKTCTRL_ERR_FLAG BIT(5)
642 #define B_AX_WDE_DLE_ERR_FLAG BIT(4)
643 #define B_AX_STA_SCHEDULER_ERR_FLAG BIT(3)
644 #define B_AX_MPDU_ERR_FLAG BIT(2)
645 #define B_AX_WSEC_ERR_FLAG BIT(1)
646 #define B_AX_WDRLS_ERR_FLAG BIT(0)
647 
648 #define R_AX_DISPATCHER_GLOBAL_SETTING_0 0x8800
649 #define B_AX_PL_PAGE_128B_SEL BIT(9)
650 #define B_AX_WD_PAGE_64B_SEL BIT(8)
651 #define R_AX_OTHER_DISPATCHER_ERR_ISR 0x8804
652 #define R_AX_HOST_DISPATCHER_ERR_ISR 0x8808
653 #define R_AX_CPU_DISPATCHER_ERR_ISR 0x880C
654 #define R_AX_TX_ADDRESS_INFO_MODE_SETTING 0x8810
655 #define B_AX_HOST_ADDR_INFO_8B_SEL BIT(0)
656 
657 #define R_AX_HOST_DISPATCHER_ERR_IMR 0x8850
658 #define B_AX_HDT_RX_WRITE_UNDERFLOW_INT_EN BIT(31)
659 #define B_AX_HDT_RX_WRITE_OVERFLOW_INT_EN BIT(30)
660 #define B_AX_HDT_CHKSUM_FSM_ERR_INT_EN BIT(29)
661 #define B_AX_HDT_SHIFT_DMA_CFG_ERR_INT_EN BIT(28)
662 #define B_AX_HDT_DMA_PROCESS_ERR_INT_EN BIT(27)
663 #define B_AX_HDT_TOTAL_LEN_ERR_INT_EN BIT(26)
664 #define B_AX_HDT_SHIFT_EN_ERR_INT_EN BIT(25)
665 #define B_AX_HDT_RXAGG_CFG_ERR_INT_EN BIT(24)
666 #define B_AX_HDT_OUTPUT_ERR_INT_EN BIT(21)
667 #define B_AX_HDT_RES_ERR_INT_EN BIT(20)
668 #define B_AX_HDT_BURST_NUM_ERR_INT_EN BIT(19)
669 #define B_AX_HDT_NULLPKT_ERR_INT_EN BIT(18)
670 #define B_AX_HDT_FLOW_CTRL_ERR_INT_EN BIT(17)
671 #define B_AX_HDT_PLD_CMD_UNDERFLOW_INT_EN BIT(16)
672 #define B_AX_HDT_PLD_CMD_OVERLOW_INT_EN BIT(15)
673 #define B_AX_HDT_TX_WRITE_UNDERFLOW_INT_EN BIT(14)
674 #define B_AX_HDT_TX_WRITE_OVERFLOW_INT_EN BIT(13)
675 #define B_AX_HDT_TCP_CHK_ERR_INT_EN BIT(12)
676 #define B_AX_HDT_TXPKTSIZE_ERR_INT_EN BIT(11)
677 #define B_AX_HDT_PRE_COST_ERR_INT_EN BIT(10)
678 #define B_AX_HDT_WD_CHK_ERR_INT_EN BIT(9)
679 #define B_AX_HDT_CHANNEL_DMA_ERR_INT_EN BIT(8)
680 #define B_AX_HDT_OFFSET_UNMATCH_INT_EN BIT(7)
681 #define B_AX_HDT_PAYLOAD_UNDERFLOW_INT_EN BIT(6)
682 #define B_AX_HDT_PAYLOAD_OVERFLOW_INT_EN BIT(5)
683 #define B_AX_HDT_PERMU_UNDERFLOW_INT_EN BIT(4)
684 #define B_AX_HDT_PERMU_OVERFLOW_INT_EN BIT(3)
685 #define B_AX_HDT_PKT_FAIL_DBG_INT_EN BIT(2)
686 #define B_AX_HDT_CHANNEL_ID_ERR_INT_EN BIT(1)
687 #define B_AX_HDT_CHANNEL_DIFF_ERR_INT_EN BIT(0)
688 #define B_AX_HOST_DISP_IMR_CLR (B_AX_HDT_CHANNEL_DIFF_ERR_INT_EN | \
689 				B_AX_HDT_CHANNEL_ID_ERR_INT_EN | \
690 				B_AX_HDT_PKT_FAIL_DBG_INT_EN | \
691 				B_AX_HDT_PERMU_OVERFLOW_INT_EN | \
692 				B_AX_HDT_PERMU_UNDERFLOW_INT_EN | \
693 				B_AX_HDT_PAYLOAD_OVERFLOW_INT_EN | \
694 				B_AX_HDT_PAYLOAD_UNDERFLOW_INT_EN | \
695 				B_AX_HDT_OFFSET_UNMATCH_INT_EN | \
696 				B_AX_HDT_CHANNEL_DMA_ERR_INT_EN | \
697 				B_AX_HDT_WD_CHK_ERR_INT_EN | \
698 				B_AX_HDT_PRE_COST_ERR_INT_EN | \
699 				B_AX_HDT_TXPKTSIZE_ERR_INT_EN | \
700 				B_AX_HDT_TCP_CHK_ERR_INT_EN | \
701 				B_AX_HDT_TX_WRITE_OVERFLOW_INT_EN | \
702 				B_AX_HDT_TX_WRITE_UNDERFLOW_INT_EN | \
703 				B_AX_HDT_PLD_CMD_OVERLOW_INT_EN | \
704 				B_AX_HDT_PLD_CMD_UNDERFLOW_INT_EN | \
705 				B_AX_HDT_FLOW_CTRL_ERR_INT_EN | \
706 				B_AX_HDT_NULLPKT_ERR_INT_EN | \
707 				B_AX_HDT_BURST_NUM_ERR_INT_EN | \
708 				B_AX_HDT_RXAGG_CFG_ERR_INT_EN | \
709 				B_AX_HDT_SHIFT_EN_ERR_INT_EN | \
710 				B_AX_HDT_TOTAL_LEN_ERR_INT_EN | \
711 				B_AX_HDT_DMA_PROCESS_ERR_INT_EN | \
712 				B_AX_HDT_SHIFT_DMA_CFG_ERR_INT_EN | \
713 				B_AX_HDT_CHKSUM_FSM_ERR_INT_EN | \
714 				B_AX_HDT_RX_WRITE_OVERFLOW_INT_EN | \
715 				B_AX_HDT_RX_WRITE_UNDERFLOW_INT_EN)
716 #define B_AX_HOST_DISP_IMR_SET (B_AX_HDT_CHANNEL_DIFF_ERR_INT_EN | \
717 				B_AX_HDT_PAYLOAD_OVERFLOW_INT_EN | \
718 				B_AX_HDT_PAYLOAD_UNDERFLOW_INT_EN | \
719 				B_AX_HDT_CHANNEL_DMA_ERR_INT_EN | \
720 				B_AX_HDT_TOTAL_LEN_ERR_INT_EN | \
721 				B_AX_HDT_DMA_PROCESS_ERR_INT_EN)
722 #define B_AX_HOST_DISP_IMR_SET_V01 (B_AX_HDT_CHANNEL_DIFF_ERR_INT_EN | \
723 				    B_AX_HDT_PAYLOAD_OVERFLOW_INT_EN | \
724 				    B_AX_HDT_PAYLOAD_UNDERFLOW_INT_EN | \
725 				    B_AX_HDT_CHANNEL_DMA_ERR_INT_EN | \
726 				    B_AX_HDT_TOTAL_LEN_ERR_INT_EN | \
727 				    B_AX_HDT_DMA_PROCESS_ERR_INT_EN | \
728 				    B_AX_HDT_RX_WRITE_OVERFLOW_INT_EN | \
729 				    B_AX_HDT_RX_WRITE_UNDERFLOW_INT_EN)
730 
731 #define B_AX_HR_WRFF_UNDERFLOW_ERR_INT_EN BIT(31)
732 #define B_AX_HR_WRFF_OVERFLOW_ERR_INT_EN BIT(30)
733 #define B_AX_HR_CHKSUM_FSM_ERR_INT_EN BIT(29)
734 #define B_AX_HR_SHIFT_DMA_CFG_ERR_INT_EN BIT(28)
735 #define B_AX_HR_DMA_PROCESS_ERR_INT_EN BIT(27)
736 #define B_AX_HR_TOTAL_LEN_UNDER_ERR_INT_EN BIT(26)
737 #define B_AX_HR_SHIFT_EN_ERR_INT_EN BIT(25)
738 #define B_AX_HR_AGG_CFG_ERR_INT_EN BIT(24)
739 #define B_AX_HR_DMA_RD_CNT_DEQ_ERR_INT_EN BIT(23)
740 #define B_AX_HR_PLD_LEN_ZERO_ERR_INT_EN BIT(22)
741 #define B_AX_HT_ILL_CH_ERR_INT_EN BIT(20)
742 #define B_AX_HT_ADDR_INFO_LEN_ERR_INT_EN BIT(18)
743 #define B_AX_HT_WD_LEN_OVER_ERR_INT_EN BIT(17)
744 #define B_AX_HT_PLD_CMD_UNDERFLOW_ERR_INT_EN BIT(16)
745 #define B_AX_HT_PLD_CMD_OVERFLOW_ERR_INT_EN BIT(15)
746 #define B_AX_HT_WRFF_UNDERFLOW_ERR_INT_EN BIT(14)
747 #define B_AX_HT_WRFF_OVERFLOW_ERR_INT_EN BIT(13)
748 #define B_AX_HT_CHKSUM_FSM_ERR_INT_EN BIT(12)
749 #define B_AX_HT_TXPKTSIZE_ERR_INT_EN BIT(11)
750 #define B_AX_HT_PRE_SUB_ERR_INT_EN BIT(10)
751 #define B_AX_HT_WD_CHKSUM_ERR_INT_EN BIT(9)
752 #define B_AX_HT_CHANNEL_DMA_ERR_INT_EN BIT(8)
753 #define B_AX_HT_OFFSET_UNMATCH_ERR_INT_EN BIT(7)
754 #define B_AX_HT_PAYLOAD_UNDER_ERR_INT_EN BIT(6)
755 #define B_AX_HT_PAYLOAD_OVER_ERR_INT_EN BIT(5)
756 #define B_AX_HT_PERMU_FF_UNDERFLOW_ERR_INT_EN BIT(4)
757 #define B_AX_HT_PERMU_FF_OVERFLOW_ERR_INT_EN BIT(3)
758 #define B_AX_HT_PKT_FAIL_ERR_INT_EN BIT(2)
759 #define B_AX_HT_CH_ID_ERR_INT_EN BIT(1)
760 #define B_AX_HT_EP_CH_DIFF_ERR_INT_EN BIT(0)
761 #define B_AX_HOST_DISP_IMR_CLR_V1 (B_AX_HT_EP_CH_DIFF_ERR_INT_EN | \
762 				   B_AX_HT_CH_ID_ERR_INT_EN | \
763 				   B_AX_HT_PKT_FAIL_ERR_INT_EN | \
764 				   B_AX_HT_PERMU_FF_OVERFLOW_ERR_INT_EN | \
765 				   B_AX_HT_PERMU_FF_UNDERFLOW_ERR_INT_EN | \
766 				   B_AX_HT_PAYLOAD_OVER_ERR_INT_EN | \
767 				   B_AX_HT_PAYLOAD_UNDER_ERR_INT_EN | \
768 				   B_AX_HT_OFFSET_UNMATCH_ERR_INT_EN | \
769 				   B_AX_HT_CHANNEL_DMA_ERR_INT_EN | \
770 				   B_AX_HT_WD_CHKSUM_ERR_INT_EN | \
771 				   B_AX_HT_PRE_SUB_ERR_INT_EN | \
772 				   B_AX_HT_TXPKTSIZE_ERR_INT_EN | \
773 				   B_AX_HT_CHKSUM_FSM_ERR_INT_EN | \
774 				   B_AX_HT_WRFF_OVERFLOW_ERR_INT_EN | \
775 				   B_AX_HT_WRFF_UNDERFLOW_ERR_INT_EN | \
776 				   B_AX_HT_PLD_CMD_OVERFLOW_ERR_INT_EN | \
777 				   B_AX_HT_PLD_CMD_UNDERFLOW_ERR_INT_EN | \
778 				   B_AX_HT_WD_LEN_OVER_ERR_INT_EN | \
779 				   B_AX_HT_ADDR_INFO_LEN_ERR_INT_EN | \
780 				   B_AX_HT_ILL_CH_ERR_INT_EN | \
781 				   B_AX_HR_PLD_LEN_ZERO_ERR_INT_EN | \
782 				   B_AX_HR_DMA_RD_CNT_DEQ_ERR_INT_EN | \
783 				   B_AX_HR_AGG_CFG_ERR_INT_EN | \
784 				   B_AX_HR_SHIFT_EN_ERR_INT_EN | \
785 				   B_AX_HR_TOTAL_LEN_UNDER_ERR_INT_EN | \
786 				   B_AX_HR_DMA_PROCESS_ERR_INT_EN | \
787 				   B_AX_HR_SHIFT_DMA_CFG_ERR_INT_EN | \
788 				   B_AX_HR_CHKSUM_FSM_ERR_INT_EN | \
789 				   B_AX_HR_WRFF_OVERFLOW_ERR_INT_EN | \
790 				   B_AX_HR_WRFF_UNDERFLOW_ERR_INT_EN)
791 #define B_AX_HOST_DISP_IMR_SET_V1 (B_AX_HT_PAYLOAD_OVER_ERR_INT_EN | \
792 				   B_AX_HT_PAYLOAD_UNDER_ERR_INT_EN | \
793 				   B_AX_HT_ILL_CH_ERR_INT_EN | \
794 				   B_AX_HR_TOTAL_LEN_UNDER_ERR_INT_EN | \
795 				   B_AX_HR_DMA_PROCESS_ERR_INT_EN)
796 
797 #define R_AX_CPU_DISPATCHER_ERR_IMR 0x8854
798 #define B_AX_CPU_RX_WRITE_UNDERFLOW_INT_EN BIT(31)
799 #define B_AX_CPU_RX_WRITE_OVERFLOW_INT_EN BIT(30)
800 #define B_AX_CPU_CHKSUM_FSM_ERR_INT_EN BIT(29)
801 #define B_AX_CPU_SHIFT_DMA_CFG_ERR_INT_EN BIT(28)
802 #define B_AX_CPU_DMA_PROCESS_ERR_INT_EN BIT(27)
803 #define B_AX_CPU_TOTAL_LEN_ERR_INT_EN BIT(26)
804 #define B_AX_CPU_SHIFT_EN_ERR_INT_EN BIT(25)
805 #define B_AX_CPU_RXAGG_CFG_ERR_INT_EN BIT(24)
806 #define B_AX_CPU_OUTPUT_ERR_INT_EN BIT(20)
807 #define B_AX_CPU_RESP_ERR_INT_EN BIT(19)
808 #define B_AX_CPU_BURST_NUM_ERR_INT_EN BIT(18)
809 #define B_AX_CPU_NULLPKT_ERR_INT_EN BIT(17)
810 #define B_AX_CPU_FLOW_CTRL_ERR_INT_EN BIT(16)
811 #define B_AX_CPU_F2P_SEQ_ERR_INT_EN BIT(15)
812 #define B_AX_CPU_F2P_QSEL_ERR_INT_EN BIT(14)
813 #define B_AX_CPU_PLD_CMD_UNDERFLOW_INT_EN BIT(13)
814 #define B_AX_CPU_PLD_CMD_OVERLOW_INT_EN BIT(12)
815 #define B_AX_CPU_PRE_COST_ERR_INT_EN BIT(11)
816 #define B_AX_CPU_WD_CHK_ERR_INT_EN BIT(10)
817 #define B_AX_CPU_CHANNEL_DMA_ERR_INT_EN BIT(9)
818 #define B_AX_CPU_OFFSET_UNMATCH_INT_EN BIT(8)
819 #define B_AX_CPU_PAYLOAD_CHKSUM_ERR_INT_EN BIT(7)
820 #define B_AX_CPU_PAYLOAD_UNDERFLOW_INT_EN BIT(6)
821 #define B_AX_CPU_PAYLOAD_OVERFLOW_INT_EN BIT(5)
822 #define B_AX_CPU_PERMU_UNDERFLOW_INT_EN BIT(4)
823 #define B_AX_CPU_PERMU_OVERFLOW_INT_EN BIT(3)
824 #define B_AX_CPU_CHANNEL_ID_ERR_INT_EN BIT(2)
825 #define B_AX_CPU_PKT_FAIL_DBG_INT_EN BIT(1)
826 #define B_AX_CPU_CHANNEL_DIFF_ERR_INT_EN BIT(0)
827 #define B_AX_CPU_DISP_IMR_CLR (B_AX_CPU_CHANNEL_DIFF_ERR_INT_EN | \
828 			       B_AX_CPU_PKT_FAIL_DBG_INT_EN | \
829 			       B_AX_CPU_CHANNEL_ID_ERR_INT_EN | \
830 			       B_AX_CPU_PERMU_OVERFLOW_INT_EN | \
831 			       B_AX_CPU_PERMU_UNDERFLOW_INT_EN | \
832 			       B_AX_CPU_PAYLOAD_OVERFLOW_INT_EN | \
833 			       B_AX_CPU_PAYLOAD_UNDERFLOW_INT_EN | \
834 			       B_AX_CPU_PAYLOAD_CHKSUM_ERR_INT_EN | \
835 			       B_AX_CPU_OFFSET_UNMATCH_INT_EN | \
836 			       B_AX_CPU_CHANNEL_DMA_ERR_INT_EN | \
837 			       B_AX_CPU_WD_CHK_ERR_INT_EN | \
838 			       B_AX_CPU_PRE_COST_ERR_INT_EN | \
839 			       B_AX_CPU_PLD_CMD_OVERLOW_INT_EN | \
840 			       B_AX_CPU_PLD_CMD_UNDERFLOW_INT_EN | \
841 			       B_AX_CPU_F2P_QSEL_ERR_INT_EN | \
842 			       B_AX_CPU_F2P_SEQ_ERR_INT_EN | \
843 			       B_AX_CPU_FLOW_CTRL_ERR_INT_EN | \
844 			       B_AX_CPU_NULLPKT_ERR_INT_EN | \
845 			       B_AX_CPU_BURST_NUM_ERR_INT_EN | \
846 			       B_AX_CPU_RXAGG_CFG_ERR_INT_EN | \
847 			       B_AX_CPU_SHIFT_EN_ERR_INT_EN | \
848 			       B_AX_CPU_TOTAL_LEN_ERR_INT_EN | \
849 			       B_AX_CPU_DMA_PROCESS_ERR_INT_EN | \
850 			       B_AX_CPU_SHIFT_DMA_CFG_ERR_INT_EN | \
851 			       B_AX_CPU_CHKSUM_FSM_ERR_INT_EN | \
852 			       B_AX_CPU_RX_WRITE_OVERFLOW_INT_EN | \
853 			       B_AX_CPU_RX_WRITE_UNDERFLOW_INT_EN)
854 #define B_AX_CPU_DISP_IMR_SET (B_AX_CPU_PKT_FAIL_DBG_INT_EN | \
855 			       B_AX_CPU_PAYLOAD_OVERFLOW_INT_EN | \
856 			       B_AX_CPU_PAYLOAD_UNDERFLOW_INT_EN | \
857 			       B_AX_CPU_TOTAL_LEN_ERR_INT_EN)
858 
859 #define B_AX_CR_PLD_LEN_ERR_INT_EN BIT(30)
860 #define B_AX_CR_WRFF_UNDERFLOW_ERR_INT_EN BIT(29)
861 #define B_AX_CR_WRFF_OVERFLOW_ERR_INT_EN BIT(28)
862 #define B_AX_CR_SHIFT_DMA_CFG_ERR_INT_EN BIT(27)
863 #define B_AX_CR_DMA_PROCESS_ERR_INT_EN BIT(26)
864 #define B_AX_CR_TOTAL_LEN_UNDER_ERR_INT_EN BIT(25)
865 #define B_AX_CR_SHIFT_EN_ERR_INT_EN BIT(24)
866 #define B_AX_REUSE_FIFO_B_UNDER_ERR_INT_EN BIT(22)
867 #define B_AX_REUSE_FIFO_B_OVER_ERR_INT_EN BIT(21)
868 #define B_AX_REUSE_FIFO_A_UNDER_ERR_INT_EN BIT(20)
869 #define B_AX_REUSE_FIFO_A_OVER_ERR_INT_EN BIT(19)
870 #define B_AX_CT_ADDR_INFO_LEN_MISS_ERR_INT_EN BIT(17)
871 #define B_AX_CT_WD_LEN_OVER_ERR_INT_EN BIT(16)
872 #define B_AX_CT_F2P_SEQ_ERR_INT_EN BIT(15)
873 #define B_AX_CT_F2P_QSEL_ERR_INT_EN BIT(14)
874 #define B_AX_CT_PLD_CMD_UNDERFLOW_ERR_INT_EN BIT(13)
875 #define B_AX_CT_PLD_CMD_OVERFLOW_ERR_INT_EN BIT(12)
876 #define B_AX_CT_PRE_SUB_ERR_INT_EN BIT(11)
877 #define B_AX_CT_WD_CHKSUM_ERR_INT_EN BIT(10)
878 #define B_AX_CT_CHANNEL_DMA_ERR_INT_EN BIT(9)
879 #define B_AX_CT_OFFSET_UNMATCH_ERR_INT_EN BIT(8)
880 #define B_AX_CT_PAYLOAD_CHKSUM_ERR_INT_EN BIT(7)
881 #define B_AX_CT_PAYLOAD_UNDER_ERR_INT_EN BIT(6)
882 #define B_AX_CT_PAYLOAD_OVER_ERR_INT_EN BIT(5)
883 #define B_AX_CT_PERMU_FF_UNDERFLOW_ERR_INT_EN BIT(4)
884 #define B_AX_CT_PERMU_FF_OVERFLOW_ERR_INT_EN BIT(3)
885 #define B_AX_CT_CH_ID_ERR_INT_EN BIT(2)
886 #define B_AX_CT_EP_CH_DIFF_ERR_INT_EN BIT(0)
887 #define B_AX_CPU_DISP_IMR_CLR_V1 (B_AX_CT_EP_CH_DIFF_ERR_INT_EN | \
888 				  B_AX_CT_CH_ID_ERR_INT_EN | \
889 				  B_AX_CT_PERMU_FF_OVERFLOW_ERR_INT_EN | \
890 				  B_AX_CT_PERMU_FF_UNDERFLOW_ERR_INT_EN | \
891 				  B_AX_CT_PAYLOAD_OVER_ERR_INT_EN | \
892 				  B_AX_CT_PAYLOAD_UNDER_ERR_INT_EN | \
893 				  B_AX_CT_PAYLOAD_CHKSUM_ERR_INT_EN | \
894 				  B_AX_CT_OFFSET_UNMATCH_ERR_INT_EN | \
895 				  B_AX_CT_CHANNEL_DMA_ERR_INT_EN | \
896 				  B_AX_CT_WD_CHKSUM_ERR_INT_EN | \
897 				  B_AX_CT_PRE_SUB_ERR_INT_EN | \
898 				  B_AX_CT_PLD_CMD_OVERFLOW_ERR_INT_EN | \
899 				  B_AX_CT_PLD_CMD_UNDERFLOW_ERR_INT_EN | \
900 				  B_AX_CT_F2P_QSEL_ERR_INT_EN | \
901 				  B_AX_CT_F2P_SEQ_ERR_INT_EN | \
902 				  B_AX_CT_WD_LEN_OVER_ERR_INT_EN | \
903 				  B_AX_CT_ADDR_INFO_LEN_MISS_ERR_INT_EN | \
904 				  B_AX_REUSE_FIFO_A_OVER_ERR_INT_EN | \
905 				  B_AX_REUSE_FIFO_A_UNDER_ERR_INT_EN | \
906 				  B_AX_REUSE_FIFO_B_OVER_ERR_INT_EN | \
907 				  B_AX_REUSE_FIFO_B_UNDER_ERR_INT_EN | \
908 				  B_AX_CR_SHIFT_EN_ERR_INT_EN | \
909 				  B_AX_CR_TOTAL_LEN_UNDER_ERR_INT_EN | \
910 				  B_AX_CR_DMA_PROCESS_ERR_INT_EN | \
911 				  B_AX_CR_SHIFT_DMA_CFG_ERR_INT_EN | \
912 				  B_AX_CR_WRFF_OVERFLOW_ERR_INT_EN | \
913 				  B_AX_CR_WRFF_UNDERFLOW_ERR_INT_EN | \
914 				  B_AX_CR_PLD_LEN_ERR_INT_EN)
915 #define B_AX_CPU_DISP_IMR_SET_V1 (B_AX_CT_PAYLOAD_OVER_ERR_INT_EN | \
916 				  B_AX_CT_PAYLOAD_UNDER_ERR_INT_EN | \
917 				  B_AX_CR_TOTAL_LEN_UNDER_ERR_INT_EN | \
918 				  B_AX_CR_DMA_PROCESS_ERR_INT_EN | \
919 				  B_AX_CR_WRFF_OVERFLOW_ERR_INT_EN | \
920 				  B_AX_CR_WRFF_UNDERFLOW_ERR_INT_EN)
921 
922 #define R_AX_OTHER_DISPATCHER_ERR_IMR 0x8858
923 #define B_AX_OTHER_STF_WROQT_UNDERFLOW_INT_EN BIT(29)
924 #define B_AX_OTHER_STF_WROQT_OVERFLOW_INT_EN BIT(28)
925 #define B_AX_OTHER_STF_WRFF_UNDERFLOW_INT_EN BIT(27)
926 #define B_AX_OTHER_STF_WRFF_OVERFLOW_INT_EN BIT(26)
927 #define B_AX_OTHER_STF_CMD_UNDERFLOW_INT_EN BIT(25)
928 #define B_AX_OTHER_STF_CMD_OVERFLOW_INT_EN BIT(24)
929 #define B_AX_HOST_ADDR_INFO_LEN_ZERO_ERR_INT_EN BIT(17)
930 #define B_AX_CPU_ADDR_INFO_LEN_ZERO_ERR_INT_EN BIT(16)
931 #define B_AX_PLE_OUTPUT_ERR_INT_EN BIT(12)
932 #define B_AX_PLE_RESP_ERR_INT_EN BIT(11)
933 #define B_AX_PLE_BURST_NUM_ERR_INT_EN BIT(10)
934 #define B_AX_PLE_NULL_PKT_ERR_INT_EN BIT(9)
935 #define B_AX_PLE_FLOW_CTRL_ERR_INT_EN BIT(8)
936 #define B_AX_WDE_OUTPUT_ERR_INT_EN BIT(4)
937 #define B_AX_WDE_RESP_ERR_INT_EN BIT(3)
938 #define B_AX_WDE_BURST_NUM_ERR_INT_EN BIT(2)
939 #define B_AX_WDE_NULL_PKT_ERR_INT_EN BIT(1)
940 #define B_AX_WDE_FLOW_CTRL_ERR_INT_EN BIT(0)
941 #define B_AX_OTHER_DISP_IMR_CLR (B_AX_OTHER_STF_WROQT_UNDERFLOW_INT_EN | \
942 				 B_AX_OTHER_STF_WROQT_OVERFLOW_INT_EN | \
943 				 B_AX_OTHER_STF_WRFF_UNDERFLOW_INT_EN | \
944 				 B_AX_OTHER_STF_WRFF_OVERFLOW_INT_EN | \
945 				 B_AX_OTHER_STF_CMD_UNDERFLOW_INT_EN | \
946 				 B_AX_OTHER_STF_CMD_OVERFLOW_INT_EN | \
947 				 B_AX_HOST_ADDR_INFO_LEN_ZERO_ERR_INT_EN | \
948 				 B_AX_CPU_ADDR_INFO_LEN_ZERO_ERR_INT_EN | \
949 				 B_AX_PLE_OUTPUT_ERR_INT_EN | \
950 				 B_AX_PLE_RESP_ERR_INT_EN | \
951 				 B_AX_PLE_BURST_NUM_ERR_INT_EN | \
952 				 B_AX_PLE_NULL_PKT_ERR_INT_EN | \
953 				 B_AX_PLE_FLOW_CTRL_ERR_INT_EN | \
954 				 B_AX_WDE_OUTPUT_ERR_INT_EN | \
955 				 B_AX_WDE_RESP_ERR_INT_EN | \
956 				 B_AX_WDE_BURST_NUM_ERR_INT_EN | \
957 				 B_AX_WDE_NULL_PKT_ERR_INT_EN | \
958 				 B_AX_WDE_FLOW_CTRL_ERR_INT_EN)
959 
960 #define B_AX_REUSE_SIZE_ERR_INT_EN BIT(31)
961 #define B_AX_REUSE_EN_ERR_INT_EN BIT(30)
962 #define B_AX_STF_OQT_UNDERFLOW_ERR_INT_EN BIT(29)
963 #define B_AX_STF_OQT_OVERFLOW_ERR_INT_EN BIT(28)
964 #define B_AX_STF_WRFF_UNDERFLOW_ERR_INT_EN BIT(27)
965 #define B_AX_STF_WRFF_OVERFLOW_ERR_INT_EN BIT(26)
966 #define B_AX_STF_CMD_UNDERFLOW_ERR_INT_EN BIT(25)
967 #define B_AX_STF_CMD_OVERFLOW_ERR_INT_EN BIT(24)
968 #define B_AX_REUSE_SIZE_ZERO_ERR_INT_EN BIT(23)
969 #define B_AX_REUSE_PKT_CNT_ERR_INT_EN BIT(22)
970 #define B_AX_CDT_PTR_TIMEOUT_ERR_INT_EN BIT(21)
971 #define B_AX_CDT_HCI_TIMEOUT_ERR_INT_EN BIT(20)
972 #define B_AX_HDT_PTR_TIMEOUT_ERR_INT_EN BIT(19)
973 #define B_AX_HDT_HCI_TIMEOUT_ERR_INT_EN BIT(18)
974 #define B_AX_CDT_ADDR_INFO_LEN_ERR_INT_EN BIT(17)
975 #define B_AX_HDT_ADDR_INFO_LEN_ERR_INT_EN BIT(16)
976 #define B_AX_CDR_DMA_TIMEOUT_ERR_INT_EN BIT(15)
977 #define B_AX_CDR_RX_TIMEOUT_ERR_INT_EN BIT(14)
978 #define B_AX_PLE_RESPOSE_ERR_INT_EN BIT(11)
979 #define B_AX_HDR_DMA_TIMEOUT_ERR_INT_EN BIT(7)
980 #define B_AX_HDR_RX_TIMEOUT_ERR_INT_EN BIT(6)
981 #define B_AX_WDE_RESPONSE_ERR_INT_EN BIT(3)
982 #define B_AX_OTHER_DISP_IMR_CLR_V1 (B_AX_CT_EP_CH_DIFF_ERR_INT_EN | \
983 				    B_AX_WDE_FLOW_CTRL_ERR_INT_EN | \
984 				    B_AX_WDE_NULL_PKT_ERR_INT_EN | \
985 				    B_AX_WDE_BURST_NUM_ERR_INT_EN | \
986 				    B_AX_WDE_RESPONSE_ERR_INT_EN | \
987 				    B_AX_WDE_OUTPUT_ERR_INT_EN | \
988 				    B_AX_HDR_RX_TIMEOUT_ERR_INT_EN | \
989 				    B_AX_HDR_DMA_TIMEOUT_ERR_INT_EN | \
990 				    B_AX_PLE_FLOW_CTRL_ERR_INT_EN | \
991 				    B_AX_PLE_NULL_PKT_ERR_INT_EN | \
992 				    B_AX_PLE_BURST_NUM_ERR_INT_EN | \
993 				    B_AX_PLE_RESPOSE_ERR_INT_EN | \
994 				    B_AX_PLE_OUTPUT_ERR_INT_EN | \
995 				    B_AX_CDR_RX_TIMEOUT_ERR_INT_EN | \
996 				    B_AX_CDR_DMA_TIMEOUT_ERR_INT_EN | \
997 				    B_AX_HDT_ADDR_INFO_LEN_ERR_INT_EN | \
998 				    B_AX_CDT_ADDR_INFO_LEN_ERR_INT_EN | \
999 				    B_AX_HDT_HCI_TIMEOUT_ERR_INT_EN | \
1000 				    B_AX_HDT_PTR_TIMEOUT_ERR_INT_EN | \
1001 				    B_AX_CDT_HCI_TIMEOUT_ERR_INT_EN | \
1002 				    B_AX_CDT_PTR_TIMEOUT_ERR_INT_EN | \
1003 				    B_AX_REUSE_PKT_CNT_ERR_INT_EN | \
1004 				    B_AX_REUSE_SIZE_ZERO_ERR_INT_EN | \
1005 				    B_AX_STF_CMD_OVERFLOW_ERR_INT_EN | \
1006 				    B_AX_STF_CMD_UNDERFLOW_ERR_INT_EN | \
1007 				    B_AX_STF_WRFF_OVERFLOW_ERR_INT_EN | \
1008 				    B_AX_STF_WRFF_UNDERFLOW_ERR_INT_EN | \
1009 				    B_AX_STF_OQT_OVERFLOW_ERR_INT_EN | \
1010 				    B_AX_STF_OQT_UNDERFLOW_ERR_INT_EN | \
1011 				    B_AX_REUSE_EN_ERR_INT_EN | \
1012 				    B_AX_REUSE_SIZE_ERR_INT_EN)
1013 #define B_AX_OTHER_DISP_IMR_SET_V1 (B_AX_CDR_RX_TIMEOUT_ERR_INT_EN | \
1014 				    B_AX_CDR_DMA_TIMEOUT_ERR_INT_EN | \
1015 				    B_AX_HDT_HCI_TIMEOUT_ERR_INT_EN | \
1016 				    B_AX_HDT_PTR_TIMEOUT_ERR_INT_EN | \
1017 				    B_AX_CDT_HCI_TIMEOUT_ERR_INT_EN | \
1018 				    B_AX_CDT_PTR_TIMEOUT_ERR_INT_EN | \
1019 				    B_AX_STF_OQT_OVERFLOW_ERR_INT_EN | \
1020 				    B_AX_STF_OQT_UNDERFLOW_ERR_INT_EN)
1021 
1022 #define R_AX_DISPATCHER_DBG_PORT 0x8860
1023 #define B_AX_DISPATCHER_DBG_SEL_MASK GENMASK(11, 8)
1024 #define B_AX_DISPATCHER_INTN_SEL_MASK GENMASK(7, 4)
1025 #define B_AX_DISPATCHER_CH_SEL_MASK GENMASK(3, 0)
1026 
1027 #define R_AX_RX_FUNCTION_STOP 0x8920
1028 #define B_AX_HDR_RX_STOP BIT(0)
1029 
1030 #define R_AX_HCI_FC_CTRL 0x8A00
1031 #define B_AX_HCI_FC_CH12_FULL_COND_MASK GENMASK(11, 10)
1032 #define B_AX_HCI_FC_WP_CH811_FULL_COND_MASK GENMASK(9, 8)
1033 #define B_AX_HCI_FC_WP_CH07_FULL_COND_MASK GENMASK(7, 6)
1034 #define B_AX_HCI_FC_WD_FULL_COND_MASK GENMASK(5, 4)
1035 #define B_AX_HCI_FC_CH12_EN BIT(3)
1036 #define B_AX_HCI_FC_MODE_MASK GENMASK(2, 1)
1037 #define B_AX_HCI_FC_EN BIT(0)
1038 
1039 #define R_AX_CH_PAGE_CTRL 0x8A04
1040 #define B_AX_PREC_PAGE_CH12_MASK GENMASK(24, 16)
1041 #define B_AX_PREC_PAGE_CH011_MASK GENMASK(8, 0)
1042 
1043 #define B_AX_MAX_PG_MASK GENMASK(28, 16)
1044 #define B_AX_MIN_PG_MASK GENMASK(12, 0)
1045 #define B_AX_GRP BIT(31)
1046 #define R_AX_ACH0_PAGE_CTRL 0x8A10
1047 #define R_AX_ACH1_PAGE_CTRL 0x8A14
1048 #define R_AX_ACH2_PAGE_CTRL 0x8A18
1049 #define R_AX_ACH3_PAGE_CTRL 0x8A1C
1050 #define R_AX_ACH4_PAGE_CTRL 0x8A20
1051 #define R_AX_ACH5_PAGE_CTRL 0x8A24
1052 #define R_AX_ACH6_PAGE_CTRL 0x8A28
1053 #define R_AX_ACH7_PAGE_CTRL 0x8A2C
1054 #define R_AX_CH8_PAGE_CTRL 0x8A30
1055 #define R_AX_CH9_PAGE_CTRL 0x8A34
1056 #define R_AX_CH10_PAGE_CTRL 0x8A38
1057 #define R_AX_CH11_PAGE_CTRL 0x8A3C
1058 
1059 #define B_AX_AVAL_PG_MASK GENMASK(27, 16)
1060 #define B_AX_USE_PG_MASK GENMASK(12, 0)
1061 #define R_AX_ACH0_PAGE_INFO 0x8A50
1062 #define R_AX_ACH1_PAGE_INFO 0x8A54
1063 #define R_AX_ACH2_PAGE_INFO 0x8A58
1064 #define R_AX_ACH3_PAGE_INFO 0x8A5C
1065 #define R_AX_ACH4_PAGE_INFO 0x8A60
1066 #define R_AX_ACH5_PAGE_INFO 0x8A64
1067 #define R_AX_ACH6_PAGE_INFO 0x8A68
1068 #define R_AX_ACH7_PAGE_INFO 0x8A6C
1069 #define R_AX_CH8_PAGE_INFO 0x8A70
1070 #define R_AX_CH9_PAGE_INFO 0x8A74
1071 #define R_AX_CH10_PAGE_INFO 0x8A78
1072 #define R_AX_CH11_PAGE_INFO 0x8A7C
1073 #define R_AX_CH12_PAGE_INFO 0x8A80
1074 
1075 #define R_AX_PUB_PAGE_INFO3 0x8A8C
1076 #define B_AX_G1_AVAL_PG_MASK GENMASK(28, 16)
1077 #define B_AX_G0_AVAL_PG_MASK GENMASK(12, 0)
1078 
1079 #define R_AX_PUB_PAGE_CTRL1 0x8A90
1080 #define B_AX_PUBPG_G1_MASK GENMASK(28, 16)
1081 #define B_AX_PUBPG_G0_MASK GENMASK(12, 0)
1082 
1083 #define R_AX_PUB_PAGE_CTRL2 0x8A94
1084 #define B_AX_PUBPG_ALL_MASK GENMASK(12, 0)
1085 
1086 #define R_AX_PUB_PAGE_INFO1 0x8A98
1087 #define B_AX_G1_USE_PG_MASK GENMASK(28, 16)
1088 #define B_AX_G0_USE_PG_MASK GENMASK(12, 0)
1089 
1090 #define R_AX_PUB_PAGE_INFO2 0x8A9C
1091 #define B_AX_PUB_AVAL_PG_MASK GENMASK(12, 0)
1092 
1093 #define R_AX_WP_PAGE_CTRL1 0x8AA0
1094 #define B_AX_PREC_PAGE_WP_CH811_MASK GENMASK(24, 16)
1095 #define B_AX_PREC_PAGE_WP_CH07_MASK GENMASK(8, 0)
1096 
1097 #define R_AX_WP_PAGE_CTRL2 0x8AA4
1098 #define B_AX_WP_THRD_MASK GENMASK(12, 0)
1099 
1100 #define R_AX_WP_PAGE_INFO1 0x8AA8
1101 #define B_AX_WP_AVAL_PG_MASK GENMASK(28, 16)
1102 
1103 #define R_AX_WDE_PKTBUF_CFG 0x8C08
1104 #define B_AX_WDE_START_BOUND_MASK GENMASK(13, 8)
1105 #define B_AX_WDE_PAGE_SEL_MASK GENMASK(1, 0)
1106 #define B_AX_WDE_FREE_PAGE_NUM_MASK GENMASK(28, 16)
1107 
1108 #define R_AX_WDE_ERRFLAG_MSG 0x8C30
1109 #define B_AX_WDE_ERR_FLAG_MSG_MASK GENMASK(31, 0)
1110 
1111 #define R_AX_WDE_ERR_FLAG_CFG_NUM1 0x8C34
1112 #define B_AX_WDE_ERR_FLAG_NUM1_VLD BIT(31)
1113 #define B_AX_WDE_ERR_FLAG_NUM1_MSTIDX_MASK GENMASK(27, 24)
1114 #define B_AX_WDE_ERR_FLAG_NUM1_ISRIDX_MASK GENMASK(20, 16)
1115 #define B_AX_WDE_DATCHN_FRZTMR_MODE BIT(2)
1116 #define B_AX_WDE_QUEMGN_FRZTMR_MODE BIT(1)
1117 #define B_AX_WDE_BUFMGN_FRZTMR_MODE BIT(0)
1118 
1119 #define R_AX_WDE_ERR_IMR 0x8C38
1120 #define B_AX_WDE_DATCHN_UAPG_ERR_INT_EN BIT(30)
1121 #define B_AX_WDE_DATCHN_RRDY_ERR_INT_EN BIT(27)
1122 #define B_AX_WDE_DATCHN_FRZTO_ERR_INT_EN BIT(26)
1123 #define B_AX_WDE_DATCHN_NULLPG_ERR_INT_EN BIT(25)
1124 #define B_AX_WDE_DATCHN_ARBT_ERR_INT_EN BIT(24)
1125 #define B_AX_WDE_QUEMGN_FRZTO_ERR_INT_EN BIT(19)
1126 #define B_AX_WDE_NXTPKTLL_AD_ERR_INT_EN BIT(18)
1127 #define B_AX_WDE_PREPKTLLT_AD_ERR_INT_EN BIT(17)
1128 #define B_AX_WDE_ENQ_PKTCNT_NVAL_ERR_INT_EN BIT(16)
1129 #define B_AX_WDE_ENQ_PKTCNT_OVRF_ERR_INT_EN BIT(15)
1130 #define B_AX_WDE_QUE_SRCQUEID_ERR_INT_EN BIT(14)
1131 #define B_AX_WDE_QUE_DSTQUEID_ERR_INT_EN BIT(13)
1132 #define B_AX_WDE_QUE_CMDTYPE_ERR_INT_EN BIT(12)
1133 #define B_AX_WDE_BUFMGN_FRZTO_ERR_INT_EN BIT(7)
1134 #define B_AX_WDE_GETNPG_PGOFST_ERR_INT_EN BIT(6)
1135 #define B_AX_WDE_GETNPG_STRPG_ERR_INT_EN BIT(5)
1136 #define B_AX_WDE_BUFREQ_SRCHTAILPG_ERR_INT_EN BIT(4)
1137 #define B_AX_WDE_BUFRTN_SIZE_ERR_INT_EN BIT(3)
1138 #define B_AX_WDE_BUFRTN_INVLD_PKTID_ERR_INT_EN BIT(2)
1139 #define B_AX_WDE_BUFREQ_UNAVAL_ERR_INT_EN BIT(1)
1140 #define B_AX_WDE_BUFREQ_QTAID_ERR_INT_EN BIT(0)
1141 #define B_AX_WDE_IMR_CLR (B_AX_WDE_BUFREQ_QTAID_ERR_INT_EN | \
1142 			  B_AX_WDE_BUFREQ_UNAVAL_ERR_INT_EN | \
1143 			  B_AX_WDE_BUFRTN_INVLD_PKTID_ERR_INT_EN | \
1144 			  B_AX_WDE_BUFRTN_SIZE_ERR_INT_EN | \
1145 			  B_AX_WDE_BUFREQ_SRCHTAILPG_ERR_INT_EN | \
1146 			  B_AX_WDE_GETNPG_STRPG_ERR_INT_EN | \
1147 			  B_AX_WDE_GETNPG_PGOFST_ERR_INT_EN | \
1148 			  B_AX_WDE_BUFMGN_FRZTO_ERR_INT_EN | \
1149 			  B_AX_WDE_QUE_CMDTYPE_ERR_INT_EN | \
1150 			  B_AX_WDE_QUE_DSTQUEID_ERR_INT_EN | \
1151 			  B_AX_WDE_QUE_SRCQUEID_ERR_INT_EN | \
1152 			  B_AX_WDE_ENQ_PKTCNT_OVRF_ERR_INT_EN | \
1153 			  B_AX_WDE_ENQ_PKTCNT_NVAL_ERR_INT_EN | \
1154 			  B_AX_WDE_PREPKTLLT_AD_ERR_INT_EN | \
1155 			  B_AX_WDE_NXTPKTLL_AD_ERR_INT_EN | \
1156 			  B_AX_WDE_QUEMGN_FRZTO_ERR_INT_EN | \
1157 			  B_AX_WDE_DATCHN_ARBT_ERR_INT_EN | \
1158 			  B_AX_WDE_DATCHN_NULLPG_ERR_INT_EN | \
1159 			  B_AX_WDE_DATCHN_FRZTO_ERR_INT_EN)
1160 #define B_AX_WDE_IMR_CLR_V01 (B_AX_WDE_BUFREQ_QTAID_ERR_INT_EN | \
1161 			      B_AX_WDE_BUFREQ_UNAVAL_ERR_INT_EN | \
1162 			      B_AX_WDE_BUFRTN_INVLD_PKTID_ERR_INT_EN | \
1163 			      B_AX_WDE_BUFRTN_SIZE_ERR_INT_EN | \
1164 			      B_AX_WDE_BUFREQ_SRCHTAILPG_ERR_INT_EN | \
1165 			      B_AX_WDE_GETNPG_STRPG_ERR_INT_EN | \
1166 			      B_AX_WDE_GETNPG_PGOFST_ERR_INT_EN | \
1167 			      B_AX_WDE_BUFMGN_FRZTO_ERR_INT_EN | \
1168 			      B_AX_WDE_QUE_CMDTYPE_ERR_INT_EN | \
1169 			      B_AX_WDE_QUE_DSTQUEID_ERR_INT_EN | \
1170 			      B_AX_WDE_QUE_SRCQUEID_ERR_INT_EN | \
1171 			      B_AX_WDE_ENQ_PKTCNT_OVRF_ERR_INT_EN | \
1172 			      B_AX_WDE_ENQ_PKTCNT_NVAL_ERR_INT_EN | \
1173 			      B_AX_WDE_PREPKTLLT_AD_ERR_INT_EN | \
1174 			      B_AX_WDE_NXTPKTLL_AD_ERR_INT_EN | \
1175 			      B_AX_WDE_QUEMGN_FRZTO_ERR_INT_EN | \
1176 			      B_AX_WDE_DATCHN_ARBT_ERR_INT_EN | \
1177 			      B_AX_WDE_DATCHN_NULLPG_ERR_INT_EN | \
1178 			      B_AX_WDE_DATCHN_FRZTO_ERR_INT_EN | \
1179 			      B_AX_WDE_DATCHN_RRDY_ERR_INT_EN | \
1180 			      B_AX_WDE_DATCHN_ADRERR_ERR_INT_EN | \
1181 			      B_AX_WDE_DATCHN_CAMREQ_ERR_INT_EN | \
1182 			      B_AX_WDE_DATCHN_UAPG_ERR_INT_EN)
1183 #define B_AX_WDE_IMR_SET (B_AX_WDE_BUFREQ_QTAID_ERR_INT_EN | \
1184 			  B_AX_WDE_BUFREQ_UNAVAL_ERR_INT_EN | \
1185 			  B_AX_WDE_BUFRTN_INVLD_PKTID_ERR_INT_EN | \
1186 			  B_AX_WDE_BUFRTN_SIZE_ERR_INT_EN | \
1187 			  B_AX_WDE_BUFREQ_SRCHTAILPG_ERR_INT_EN | \
1188 			  B_AX_WDE_GETNPG_STRPG_ERR_INT_EN | \
1189 			  B_AX_WDE_GETNPG_PGOFST_ERR_INT_EN | \
1190 			  B_AX_WDE_BUFMGN_FRZTO_ERR_INT_EN | \
1191 			  B_AX_WDE_QUE_CMDTYPE_ERR_INT_EN | \
1192 			  B_AX_WDE_QUE_DSTQUEID_ERR_INT_EN | \
1193 			  B_AX_WDE_QUE_SRCQUEID_ERR_INT_EN | \
1194 			  B_AX_WDE_ENQ_PKTCNT_OVRF_ERR_INT_EN | \
1195 			  B_AX_WDE_ENQ_PKTCNT_NVAL_ERR_INT_EN | \
1196 			  B_AX_WDE_PREPKTLLT_AD_ERR_INT_EN | \
1197 			  B_AX_WDE_NXTPKTLL_AD_ERR_INT_EN | \
1198 			  B_AX_WDE_QUEMGN_FRZTO_ERR_INT_EN | \
1199 			  B_AX_WDE_DATCHN_ARBT_ERR_INT_EN | \
1200 			  B_AX_WDE_DATCHN_NULLPG_ERR_INT_EN | \
1201 			  B_AX_WDE_DATCHN_FRZTO_ERR_INT_EN)
1202 #define B_AX_WDE_IMR_SET_V01 (B_AX_WDE_BUFREQ_QTAID_ERR_INT_EN | \
1203 			      B_AX_WDE_BUFREQ_UNAVAL_ERR_INT_EN | \
1204 			      B_AX_WDE_BUFRTN_INVLD_PKTID_ERR_INT_EN | \
1205 			      B_AX_WDE_BUFRTN_SIZE_ERR_INT_EN | \
1206 			      B_AX_WDE_BUFREQ_SRCHTAILPG_ERR_INT_EN | \
1207 			      B_AX_WDE_GETNPG_STRPG_ERR_INT_EN | \
1208 			      B_AX_WDE_GETNPG_PGOFST_ERR_INT_EN | \
1209 			      B_AX_WDE_BUFMGN_FRZTO_ERR_INT_EN | \
1210 			      B_AX_WDE_QUE_CMDTYPE_ERR_INT_EN | \
1211 			      B_AX_WDE_QUE_DSTQUEID_ERR_INT_EN | \
1212 			      B_AX_WDE_QUE_SRCQUEID_ERR_INT_EN | \
1213 			      B_AX_WDE_ENQ_PKTCNT_OVRF_ERR_INT_EN | \
1214 			      B_AX_WDE_ENQ_PKTCNT_NVAL_ERR_INT_EN | \
1215 			      B_AX_WDE_PREPKTLLT_AD_ERR_INT_EN | \
1216 			      B_AX_WDE_NXTPKTLL_AD_ERR_INT_EN | \
1217 			      B_AX_WDE_QUEMGN_FRZTO_ERR_INT_EN | \
1218 			      B_AX_WDE_DATCHN_ARBT_ERR_INT_EN | \
1219 			      B_AX_WDE_DATCHN_NULLPG_ERR_INT_EN | \
1220 			      B_AX_WDE_DATCHN_FRZTO_ERR_INT_EN | \
1221 			      B_AX_WDE_DATCHN_RRDY_ERR_INT_EN | \
1222 			      B_AX_WDE_DATCHN_ADRERR_ERR_INT_EN | \
1223 			      B_AX_WDE_DATCHN_CAMREQ_ERR_INT_EN)
1224 
1225 #define B_AX_WDE_DATCHN_CAMREQ_ERR_INT_EN BIT(29)
1226 #define B_AX_WDE_DATCHN_ADRERR_ERR_INT_EN BIT(28)
1227 #define B_AX_WDE_DATCHN_RRDY_ERR_INT_EN BIT(27)
1228 #define B_AX_WDE_DATCHN_FRZTO_ERR_INT_EN BIT(26)
1229 #define B_AX_WDE_DATCHN_NULLPG_ERR_INT_EN BIT(25)
1230 #define B_AX_WDE_DATCHN_ARBT_ERR_INT_EN BIT(24)
1231 #define B_AX_WDE_QUEMGN_FRZTO_ERR_INT_EN BIT(19)
1232 #define B_AX_WDE_NXTPKTLL_AD_ERR_INT_EN BIT(18)
1233 #define B_AX_WDE_PREPKTLLT_AD_ERR_INT_EN BIT(17)
1234 #define B_AX_WDE_ENQ_PKTCNT_NVAL_ERR_INT_EN BIT(16)
1235 #define B_AX_WDE_ENQ_PKTCNT_OVRF_ERR_INT_EN BIT(15)
1236 #define B_AX_WDE_QUE_SRCQUEID_ERR_INT_EN BIT(14)
1237 #define B_AX_WDE_BUFMGN_FRZTO_ERR_INT_EN_V1 BIT(9)
1238 #define B_AX_WDE_GETNPG_PGOFST_ERR_INT_EN_V1 BIT(8)
1239 #define B_AX_WDE_GETNPG_STRPG_ERR_INT_EN_V1 BIT(7)
1240 #define B_AX_WDE_BUFREQ_SRCHTAILPG_ERR_INT_EN_V1 BIT(6)
1241 #define B_AX_WDE_BUFRTN_SIZE_ERR_INT_EN_V1 BIT(5)
1242 #define B_AX_WDE_BUFRTN_INVLD_PKTID_ERR_INT_EN_V1 BIT(4)
1243 #define B_AX_WDE_BUFREQ_UNAVAL_ERR_INT_EN_V1 BIT(3)
1244 #define B_AX_WDE_BUFREQ_SIZELMT_INT_EN BIT(2)
1245 #define B_AX_WDE_BUFREQ_SIZE0_INT_EN BIT(1)
1246 #define B_AX_WDE_IMR_CLR_V1 (B_AX_WDE_BUFREQ_QTAID_ERR_INT_EN | \
1247 			     B_AX_WDE_BUFREQ_SIZE0_INT_EN | \
1248 			     B_AX_WDE_BUFREQ_SIZELMT_INT_EN | \
1249 			     B_AX_WDE_BUFREQ_UNAVAL_ERR_INT_EN_V1 | \
1250 			     B_AX_WDE_BUFRTN_INVLD_PKTID_ERR_INT_EN_V1 | \
1251 			     B_AX_WDE_BUFRTN_SIZE_ERR_INT_EN_V1 | \
1252 			     B_AX_WDE_BUFREQ_SRCHTAILPG_ERR_INT_EN_V1 | \
1253 			     B_AX_WDE_GETNPG_STRPG_ERR_INT_EN_V1 | \
1254 			     B_AX_WDE_GETNPG_PGOFST_ERR_INT_EN_V1 | \
1255 			     B_AX_WDE_BUFMGN_FRZTO_ERR_INT_EN_V1 | \
1256 			     B_AX_WDE_QUE_CMDTYPE_ERR_INT_EN | \
1257 			     B_AX_WDE_QUE_DSTQUEID_ERR_INT_EN | \
1258 			     B_AX_WDE_QUE_SRCQUEID_ERR_INT_EN | \
1259 			     B_AX_WDE_ENQ_PKTCNT_OVRF_ERR_INT_EN | \
1260 			     B_AX_WDE_ENQ_PKTCNT_NVAL_ERR_INT_EN | \
1261 			     B_AX_WDE_PREPKTLLT_AD_ERR_INT_EN | \
1262 			     B_AX_WDE_NXTPKTLL_AD_ERR_INT_EN | \
1263 			     B_AX_WDE_QUEMGN_FRZTO_ERR_INT_EN | \
1264 			     B_AX_WDE_DATCHN_ARBT_ERR_INT_EN | \
1265 			     B_AX_WDE_DATCHN_NULLPG_ERR_INT_EN | \
1266 			     B_AX_WDE_DATCHN_FRZTO_ERR_INT_EN | \
1267 			     B_AX_WDE_DATCHN_RRDY_ERR_INT_EN | \
1268 			     B_AX_WDE_DATCHN_ADRERR_ERR_INT_EN | \
1269 			     B_AX_WDE_DATCHN_CAMREQ_ERR_INT_EN)
1270 #define B_AX_WDE_IMR_SET_V1 (B_AX_WDE_BUFREQ_QTAID_ERR_INT_EN | \
1271 			     B_AX_WDE_BUFREQ_SIZE0_INT_EN | \
1272 			     B_AX_WDE_BUFREQ_SIZELMT_INT_EN | \
1273 			     B_AX_WDE_BUFREQ_UNAVAL_ERR_INT_EN_V1 | \
1274 			     B_AX_WDE_BUFRTN_INVLD_PKTID_ERR_INT_EN_V1 | \
1275 			     B_AX_WDE_BUFRTN_SIZE_ERR_INT_EN_V1 | \
1276 			     B_AX_WDE_BUFREQ_SRCHTAILPG_ERR_INT_EN_V1 | \
1277 			     B_AX_WDE_GETNPG_STRPG_ERR_INT_EN_V1 | \
1278 			     B_AX_WDE_GETNPG_PGOFST_ERR_INT_EN_V1 | \
1279 			     B_AX_WDE_BUFMGN_FRZTO_ERR_INT_EN_V1 | \
1280 			     B_AX_WDE_QUE_CMDTYPE_ERR_INT_EN | \
1281 			     B_AX_WDE_QUE_DSTQUEID_ERR_INT_EN | \
1282 			     B_AX_WDE_QUE_SRCQUEID_ERR_INT_EN | \
1283 			     B_AX_WDE_ENQ_PKTCNT_OVRF_ERR_INT_EN | \
1284 			     B_AX_WDE_ENQ_PKTCNT_NVAL_ERR_INT_EN | \
1285 			     B_AX_WDE_PREPKTLLT_AD_ERR_INT_EN | \
1286 			     B_AX_WDE_NXTPKTLL_AD_ERR_INT_EN | \
1287 			     B_AX_WDE_QUEMGN_FRZTO_ERR_INT_EN | \
1288 			     B_AX_WDE_DATCHN_ARBT_ERR_INT_EN | \
1289 			     B_AX_WDE_DATCHN_NULLPG_ERR_INT_EN | \
1290 			     B_AX_WDE_DATCHN_FRZTO_ERR_INT_EN | \
1291 			     B_AX_WDE_DATCHN_RRDY_ERR_INT_EN | \
1292 			     B_AX_WDE_DATCHN_ADRERR_ERR_INT_EN | \
1293 			     B_AX_WDE_DATCHN_CAMREQ_ERR_INT_EN)
1294 
1295 #define R_AX_WDE_ERR_ISR 0x8C3C
1296 #define B_AX_WDE_DATCHN_RRDY_ERR BIT(27)
1297 #define B_AX_WDE_DATCHN_FRZTO_ERR BIT(26)
1298 #define B_AX_WDE_DATCHN_NULLPG_ERR BIT(25)
1299 #define B_AX_WDE_DATCHN_ARBT_ERR BIT(24)
1300 #define B_AX_WDE_QUEMGN_FRZTO_ERR BIT(19)
1301 #define B_AX_WDE_NXTPKTLL_AD_ERR BIT(18)
1302 #define B_AX_WDE_PREPKTLLT_AD_ERR BIT(17)
1303 #define B_AX_WDE_ENQ_PKTCNT_NVAL_ERR BIT(16)
1304 #define B_AX_WDE_ENQ_PKTCNT_OVRF_ERR BIT(15)
1305 #define B_AX_WDE_QUE_SRCQUEID_ERR BIT(14)
1306 #define B_AX_WDE_QUE_DSTQUEID_ERR BIT(13)
1307 #define B_AX_WDE_QUE_CMDTYPE_ERR BIT(12)
1308 #define B_AX_WDE_BUFMGN_FRZTO_ERR BIT(7)
1309 #define B_AX_WDE_GETNPG_PGOFST_ERR BIT(6)
1310 #define B_AX_WDE_GETNPG_STRPG_ERR BIT(5)
1311 #define B_AX_WDE_BUFREQ_SRCHTAILPG_ERR BIT(4)
1312 #define B_AX_WDE_BUFRTN_SIZE_ERR BIT(3)
1313 #define B_AX_WDE_BUFRTN_INVLD_PKTID_ERR BIT(2)
1314 #define B_AX_WDE_BUFREQ_UNAVAL_ERR BIT(1)
1315 #define B_AX_WDE_BUFREQ_QTAID_ERR BIT(0)
1316 
1317 #define B_AX_WDE_MAX_SIZE_MASK GENMASK(27, 16)
1318 #define B_AX_WDE_MIN_SIZE_MASK GENMASK(11, 0)
1319 #define R_AX_WDE_QTA0_CFG 0x8C40
1320 #define R_AX_WDE_QTA1_CFG 0x8C44
1321 #define R_AX_WDE_QTA2_CFG 0x8C48
1322 #define R_AX_WDE_QTA3_CFG 0x8C4C
1323 #define R_AX_WDE_QTA4_CFG 0x8C50
1324 
1325 #define B_AX_DLE_PUB_PGNUM GENMASK(12, 0)
1326 #define B_AX_DLE_FREE_HEADPG GENMASK(11, 0)
1327 #define B_AX_DLE_FREE_TAILPG GENMASK(27, 16)
1328 #define B_AX_DLE_USE_PGNUM GENMASK(27, 16)
1329 #define B_AX_DLE_RSV_PGNUM GENMASK(11, 0)
1330 #define B_AX_DLE_QEMPTY_GRP GENMASK(31, 0)
1331 
1332 #define R_AX_WDE_INI_STATUS 0x8D00
1333 #define B_AX_WDE_Q_MGN_INI_RDY BIT(1)
1334 #define B_AX_WDE_BUF_MGN_INI_RDY BIT(0)
1335 #define WDE_MGN_INI_RDY (B_AX_WDE_Q_MGN_INI_RDY | B_AX_WDE_BUF_MGN_INI_RDY)
1336 #define R_AX_WDE_DBG_FUN_INTF_CTL 0x8D10
1337 #define B_AX_WDE_DFI_ACTIVE BIT(31)
1338 #define B_AX_WDE_DFI_TRGSEL_MASK GENMASK(19, 16)
1339 #define B_AX_WDE_DFI_ADDR_MASK GENMASK(15, 0)
1340 #define R_AX_WDE_DBG_FUN_INTF_DATA 0x8D14
1341 #define B_AX_WDE_DFI_DATA_MASK GENMASK(31, 0)
1342 
1343 #define R_AX_PLE_PKTBUF_CFG 0x9008
1344 #define B_AX_PLE_START_BOUND_MASK GENMASK(13, 8)
1345 #define B_AX_PLE_PAGE_SEL_MASK GENMASK(1, 0)
1346 #define B_AX_PLE_FREE_PAGE_NUM_MASK GENMASK(28, 16)
1347 
1348 #define R_AX_PLE_DBGERR_LOCKEN 0x9020
1349 #define B_AX_PLE_LOCKEN_DLEPIF07 BIT(7)
1350 #define B_AX_PLE_LOCKEN_DLEPIF06 BIT(6)
1351 #define B_AX_PLE_LOCKEN_DLEPIF05 BIT(5)
1352 #define B_AX_PLE_LOCKEN_DLEPIF04 BIT(4)
1353 #define B_AX_PLE_LOCKEN_DLEPIF03 BIT(3)
1354 #define B_AX_PLE_LOCKEN_DLEPIF02 BIT(2)
1355 #define B_AX_PLE_LOCKEN_DLEPIF01 BIT(1)
1356 #define B_AX_PLE_LOCKEN_DLEPIF00 BIT(0)
1357 
1358 #define R_AX_PLE_DBGERR_STS 0x9024
1359 #define B_AX_PLE_LOCKON_DLEPIF07 BIT(7)
1360 #define B_AX_PLE_LOCKON_DLEPIF06 BIT(6)
1361 #define B_AX_PLE_LOCKON_DLEPIF05 BIT(5)
1362 #define B_AX_PLE_LOCKON_DLEPIF04 BIT(4)
1363 #define B_AX_PLE_LOCKON_DLEPIF03 BIT(3)
1364 #define B_AX_PLE_LOCKON_DLEPIF02 BIT(2)
1365 #define B_AX_PLE_LOCKON_DLEPIF01 BIT(1)
1366 #define B_AX_PLE_LOCKON_DLEPIF00 BIT(0)
1367 
1368 #define R_AX_PLE_ERR_FLAG_CFG_NUM1 0x9034
1369 #define B_AX_PLE_ERR_FLAG_NUM1_VLD BIT(31)
1370 #define B_AX_PLE_ERR_FLAG_NUM1_MSTIDX_MASK GENMASK(27, 24)
1371 #define B_AX_PLE_ERR_FLAG_NUM1_ISRIDX_MASK GENMASK(20, 16)
1372 #define B_AX_PLE_DATCHN_FRZTMR_MODE BIT(2)
1373 #define B_AX_PLE_QUEMGN_FRZTMR_MODE BIT(1)
1374 #define B_AX_PLE_BUFMGN_FRZTMR_MODE BIT(0)
1375 
1376 #define R_AX_PLE_ERRFLAG_MSG 0x9030
1377 #define B_AX_PLE_ERR_FLAG_MSG_MASK GENMASK(31, 0)
1378 #define B_AX_PLE_DATCHN_CAMREQ_ERR_INT_EN BIT(29)
1379 #define B_AX_PLE_DATCHN_ADRERR_ERR_INT_EN BIT(28)
1380 #define B_AX_PLE_BUFMGN_FRZTO_ERR_INT_EN_V1 BIT(9)
1381 #define B_AX_PLE_GETNPG_PGOFST_ERR_INT_EN_V1 BIT(8)
1382 #define B_AX_PLE_GETNPG_STRPG_ERR_INT_EN_V1 BIT(7)
1383 #define B_AX_PLE_BUFREQ_SRCHTAILPG_ERR_INT_EN_V1 BIT(6)
1384 #define B_AX_PLE_BUFRTN_SIZE_ERR_INT_EN_V1 BIT(5)
1385 #define B_AX_PLE_BUFRTN_INVLD_PKTID_ERR_INT_EN_V1 BIT(4)
1386 #define B_AX_PLE_BUFREQ_UNAVAL_ERR_INT_EN_V1 BIT(3)
1387 #define B_AX_PLE_BUFREQ_SIZELMT_INT_EN BIT(2)
1388 #define B_AX_PLE_BUFREQ_SIZE0_INT_EN BIT(1)
1389 #define B_AX_PLE_DATCHN_CAMREQ_ERR BIT(29)
1390 #define B_AX_PLE_DATCHN_ADRERR_ERR BIT(28)
1391 #define B_AX_PLE_BUFMGN_FRZTO_ERR_V1 BIT(9)
1392 #define B_AX_PLE_GETNPG_PGOFST_ERR_V1 BIT(8)
1393 #define B_AX_PLE_GETNPG_STRPG_ERR_V1 BIT(7)
1394 #define B_AX_PLE_BUFREQ_SRCHTAILPG_ERR_V1 BIT(6)
1395 #define B_AX_PLE_BUFRTN_SIZE_ERR_V1 BIT(5)
1396 #define B_AX_PLE_BUFRTN_INVLD_PKTID_ERR_V1 BIT(4)
1397 #define B_AX_PLE_BUFREQ_UNAVAL_ERR_V1 BIT(3)
1398 #define B_AX_PLE_BUFREQ_SIZELMT_ERR BIT(2)
1399 #define B_AX_PLE_BUFREQ_SIZE0_ERR BIT(1)
1400 
1401 #define R_AX_PLE_ERR_IMR 0x9038
1402 #define B_AX_PLE_DATCHN_RRDY_ERR_INT_EN BIT(27)
1403 #define B_AX_PLE_DATCHN_FRZTO_ERR_INT_EN BIT(26)
1404 #define B_AX_PLE_DATCHN_NULLPG_ERR_INT_EN BIT(25)
1405 #define B_AX_PLE_DATCHN_ARBT_ERR_INT_EN BIT(24)
1406 #define B_AX_PLE_QUEMGN_FRZTO_ERR_INT_EN BIT(19)
1407 #define B_AX_PLE_NXTPKTLL_AD_ERR_INT_EN BIT(18)
1408 #define B_AX_PLE_PREPKTLLT_AD_ERR_INT_EN BIT(17)
1409 #define B_AX_PLE_ENQ_PKTCNT_NVAL_ERR_INT_EN BIT(16)
1410 #define B_AX_PLE_ENQ_PKTCNT_OVRF_ERR_INT_EN BIT(15)
1411 #define B_AX_PLE_QUE_SRCQUEID_ERR_INT_EN BIT(14)
1412 #define B_AX_PLE_QUE_DSTQUEID_ERR_INT_EN BIT(13)
1413 #define B_AX_PLE_QUE_CMDTYPE_ERR_INT_EN BIT(12)
1414 #define B_AX_PLE_BUFMGN_FRZTO_ERR_INT_EN BIT(7)
1415 #define B_AX_PLE_GETNPG_PGOFST_ERR_INT_EN BIT(6)
1416 #define B_AX_PLE_GETNPG_STRPG_ERR_INT_EN BIT(5)
1417 #define B_AX_PLE_BUFREQ_SRCHTAILPG_ERR_INT_EN BIT(4)
1418 #define B_AX_PLE_BUFRTN_SIZE_ERR_INT_EN BIT(3)
1419 #define B_AX_PLE_BUFRTN_INVLD_PKTID_ERR_INT_EN BIT(2)
1420 #define B_AX_PLE_BUFREQ_UNAVAL_ERR_INT_EN BIT(1)
1421 #define B_AX_PLE_BUFREQ_QTAID_ERR_INT_EN BIT(0)
1422 #define B_AX_PLE_IMR_CLR (B_AX_PLE_BUFREQ_QTAID_ERR_INT_EN | \
1423 			  B_AX_PLE_BUFREQ_UNAVAL_ERR_INT_EN | \
1424 			  B_AX_PLE_BUFRTN_INVLD_PKTID_ERR_INT_EN | \
1425 			  B_AX_PLE_BUFRTN_SIZE_ERR_INT_EN | \
1426 			  B_AX_PLE_BUFREQ_SRCHTAILPG_ERR_INT_EN | \
1427 			  B_AX_PLE_GETNPG_STRPG_ERR_INT_EN | \
1428 			  B_AX_PLE_GETNPG_PGOFST_ERR_INT_EN | \
1429 			  B_AX_PLE_BUFMGN_FRZTO_ERR_INT_EN | \
1430 			  B_AX_PLE_QUE_CMDTYPE_ERR_INT_EN | \
1431 			  B_AX_PLE_QUE_DSTQUEID_ERR_INT_EN | \
1432 			  B_AX_PLE_QUE_SRCQUEID_ERR_INT_EN | \
1433 			  B_AX_PLE_ENQ_PKTCNT_OVRF_ERR_INT_EN | \
1434 			  B_AX_PLE_ENQ_PKTCNT_NVAL_ERR_INT_EN | \
1435 			  B_AX_PLE_PREPKTLLT_AD_ERR_INT_EN | \
1436 			  B_AX_PLE_NXTPKTLL_AD_ERR_INT_EN | \
1437 			  B_AX_PLE_QUEMGN_FRZTO_ERR_INT_EN | \
1438 			  B_AX_PLE_DATCHN_ARBT_ERR_INT_EN | \
1439 			  B_AX_PLE_DATCHN_NULLPG_ERR_INT_EN | \
1440 			  B_AX_PLE_DATCHN_FRZTO_ERR_INT_EN)
1441 #define B_AX_PLE_IMR_SET (B_AX_PLE_BUFREQ_QTAID_ERR_INT_EN | \
1442 			  B_AX_PLE_BUFREQ_UNAVAL_ERR_INT_EN | \
1443 			  B_AX_PLE_BUFRTN_INVLD_PKTID_ERR_INT_EN | \
1444 			  B_AX_PLE_BUFRTN_SIZE_ERR_INT_EN | \
1445 			  B_AX_PLE_BUFREQ_SRCHTAILPG_ERR_INT_EN | \
1446 			  B_AX_PLE_GETNPG_PGOFST_ERR_INT_EN | \
1447 			  B_AX_PLE_BUFMGN_FRZTO_ERR_INT_EN | \
1448 			  B_AX_PLE_QUE_CMDTYPE_ERR_INT_EN | \
1449 			  B_AX_PLE_QUE_DSTQUEID_ERR_INT_EN | \
1450 			  B_AX_PLE_QUE_SRCQUEID_ERR_INT_EN | \
1451 			  B_AX_PLE_ENQ_PKTCNT_OVRF_ERR_INT_EN | \
1452 			  B_AX_PLE_ENQ_PKTCNT_NVAL_ERR_INT_EN | \
1453 			  B_AX_PLE_PREPKTLLT_AD_ERR_INT_EN | \
1454 			  B_AX_PLE_NXTPKTLL_AD_ERR_INT_EN | \
1455 			  B_AX_PLE_QUEMGN_FRZTO_ERR_INT_EN | \
1456 			  B_AX_PLE_DATCHN_ARBT_ERR_INT_EN | \
1457 			  B_AX_PLE_DATCHN_NULLPG_ERR_INT_EN | \
1458 			  B_AX_PLE_DATCHN_FRZTO_ERR_INT_EN)
1459 
1460 #define B_AX_PLE_DATCHN_CAMREQ_ERR_INT_EN BIT(29)
1461 #define B_AX_PLE_DATCHN_ADRERR_ERR_INT_EN BIT(28)
1462 #define B_AX_PLE_BUFMGN_FRZTO_ERR_INT_EN_V1 BIT(9)
1463 #define B_AX_PLE_GETNPG_PGOFST_ERR_INT_EN_V1 BIT(8)
1464 #define B_AX_PLE_GETNPG_STRPG_ERR_INT_EN_V1 BIT(7)
1465 #define B_AX_PLE_BUFREQ_SRCHTAILPG_ERR_INT_EN_V1 BIT(6)
1466 #define B_AX_PLE_BUFRTN_SIZE_ERR_INT_EN_V1 BIT(5)
1467 #define B_AX_PLE_BUFRTN_INVLD_PKTID_ERR_INT_EN_V1 BIT(4)
1468 #define B_AX_PLE_BUFREQ_UNAVAL_ERR_INT_EN_V1 BIT(3)
1469 #define B_AX_PLE_BUFREQ_SIZELMT_INT_EN BIT(2)
1470 #define B_AX_PLE_BUFREQ_SIZE0_INT_EN BIT(1)
1471 #define B_AX_PLE_IMR_CLR_V1 (B_AX_PLE_BUFREQ_QTAID_ERR_INT_EN | \
1472 			     B_AX_PLE_BUFREQ_SIZE0_INT_EN | \
1473 			     B_AX_PLE_BUFREQ_SIZELMT_INT_EN | \
1474 			     B_AX_PLE_BUFREQ_UNAVAL_ERR_INT_EN_V1 | \
1475 			     B_AX_PLE_BUFRTN_INVLD_PKTID_ERR_INT_EN_V1 | \
1476 			     B_AX_PLE_BUFRTN_SIZE_ERR_INT_EN_V1 | \
1477 			     B_AX_PLE_BUFREQ_SRCHTAILPG_ERR_INT_EN_V1 | \
1478 			     B_AX_PLE_GETNPG_STRPG_ERR_INT_EN_V1 | \
1479 			     B_AX_PLE_GETNPG_PGOFST_ERR_INT_EN_V1 | \
1480 			     B_AX_PLE_BUFMGN_FRZTO_ERR_INT_EN_V1 | \
1481 			     B_AX_PLE_QUE_CMDTYPE_ERR_INT_EN | \
1482 			     B_AX_PLE_QUE_DSTQUEID_ERR_INT_EN | \
1483 			     B_AX_PLE_QUE_SRCQUEID_ERR_INT_EN | \
1484 			     B_AX_PLE_ENQ_PKTCNT_OVRF_ERR_INT_EN | \
1485 			     B_AX_PLE_ENQ_PKTCNT_NVAL_ERR_INT_EN | \
1486 			     B_AX_PLE_PREPKTLLT_AD_ERR_INT_EN | \
1487 			     B_AX_PLE_NXTPKTLL_AD_ERR_INT_EN | \
1488 			     B_AX_PLE_QUEMGN_FRZTO_ERR_INT_EN | \
1489 			     B_AX_PLE_DATCHN_ARBT_ERR_INT_EN | \
1490 			     B_AX_PLE_DATCHN_NULLPG_ERR_INT_EN | \
1491 			     B_AX_PLE_DATCHN_FRZTO_ERR_INT_EN | \
1492 			     B_AX_PLE_DATCHN_RRDY_ERR_INT_EN | \
1493 			     B_AX_PLE_DATCHN_ADRERR_ERR_INT_EN | \
1494 			     B_AX_PLE_DATCHN_CAMREQ_ERR_INT_EN)
1495 #define B_AX_PLE_IMR_SET_V1 (B_AX_PLE_BUFREQ_QTAID_ERR_INT_EN | \
1496 			     B_AX_PLE_BUFREQ_SIZE0_INT_EN | \
1497 			     B_AX_PLE_BUFREQ_SIZELMT_INT_EN | \
1498 			     B_AX_PLE_BUFREQ_UNAVAL_ERR_INT_EN_V1 | \
1499 			     B_AX_PLE_BUFRTN_INVLD_PKTID_ERR_INT_EN_V1 | \
1500 			     B_AX_PLE_BUFRTN_SIZE_ERR_INT_EN_V1 | \
1501 			     B_AX_PLE_BUFREQ_SRCHTAILPG_ERR_INT_EN_V1 | \
1502 			     B_AX_PLE_GETNPG_STRPG_ERR_INT_EN_V1 | \
1503 			     B_AX_PLE_GETNPG_PGOFST_ERR_INT_EN_V1 | \
1504 			     B_AX_PLE_BUFMGN_FRZTO_ERR_INT_EN_V1 | \
1505 			     B_AX_PLE_QUE_CMDTYPE_ERR_INT_EN | \
1506 			     B_AX_PLE_QUE_DSTQUEID_ERR_INT_EN | \
1507 			     B_AX_PLE_QUE_SRCQUEID_ERR_INT_EN | \
1508 			     B_AX_PLE_ENQ_PKTCNT_OVRF_ERR_INT_EN | \
1509 			     B_AX_PLE_ENQ_PKTCNT_NVAL_ERR_INT_EN | \
1510 			     B_AX_PLE_PREPKTLLT_AD_ERR_INT_EN | \
1511 			     B_AX_PLE_NXTPKTLL_AD_ERR_INT_EN | \
1512 			     B_AX_PLE_QUEMGN_FRZTO_ERR_INT_EN | \
1513 			     B_AX_PLE_DATCHN_ARBT_ERR_INT_EN | \
1514 			     B_AX_PLE_DATCHN_NULLPG_ERR_INT_EN | \
1515 			     B_AX_PLE_DATCHN_FRZTO_ERR_INT_EN | \
1516 			     B_AX_PLE_DATCHN_RRDY_ERR_INT_EN | \
1517 			     B_AX_PLE_DATCHN_ADRERR_ERR_INT_EN | \
1518 			     B_AX_PLE_DATCHN_CAMREQ_ERR_INT_EN)
1519 
1520 #define R_AX_PLE_ERR_FLAG_ISR 0x903C
1521 #define B_AX_PLE_MAX_SIZE_MASK GENMASK(27, 16)
1522 #define B_AX_PLE_MIN_SIZE_MASK GENMASK(11, 0)
1523 #define R_AX_PLE_QTA0_CFG 0x9040
1524 #define R_AX_PLE_QTA1_CFG 0x9044
1525 #define R_AX_PLE_QTA2_CFG 0x9048
1526 #define R_AX_PLE_QTA3_CFG 0x904C
1527 #define R_AX_PLE_QTA4_CFG 0x9050
1528 #define R_AX_PLE_QTA5_CFG 0x9054
1529 #define R_AX_PLE_QTA6_CFG 0x9058
1530 #define B_AX_PLE_Q6_MAX_SIZE_MASK GENMASK(27, 16)
1531 #define B_AX_PLE_Q6_MIN_SIZE_MASK GENMASK(11, 0)
1532 #define R_AX_PLE_QTA7_CFG 0x905C
1533 #define B_AX_PLE_Q7_MAX_SIZE_MASK GENMASK(27, 16)
1534 #define B_AX_PLE_Q7_MIN_SIZE_MASK GENMASK(11, 0)
1535 #define R_AX_PLE_QTA8_CFG 0x9060
1536 #define R_AX_PLE_QTA9_CFG 0x9064
1537 #define R_AX_PLE_QTA10_CFG 0x9068
1538 #define R_AX_PLE_QTA11_CFG 0x906C
1539 
1540 #define R_AX_PLE_INI_STATUS 0x9100
1541 #define B_AX_PLE_Q_MGN_INI_RDY BIT(1)
1542 #define B_AX_PLE_BUF_MGN_INI_RDY BIT(0)
1543 #define PLE_MGN_INI_RDY (B_AX_PLE_Q_MGN_INI_RDY | B_AX_PLE_BUF_MGN_INI_RDY)
1544 #define R_AX_PLE_DBG_FUN_INTF_CTL 0x9110
1545 #define B_AX_PLE_DFI_ACTIVE BIT(31)
1546 #define B_AX_PLE_DFI_TRGSEL_MASK GENMASK(19, 16)
1547 #define B_AX_PLE_DFI_ADDR_MASK GENMASK(15, 0)
1548 #define R_AX_PLE_DBG_FUN_INTF_DATA 0x9114
1549 #define B_AX_PLE_DFI_DATA_MASK GENMASK(31, 0)
1550 
1551 #define R_AX_WDRLS_CFG 0x9408
1552 #define B_AX_RLSRPT_BUFREQ_TO_MASK GENMASK(15, 8)
1553 #define B_AX_WDRLS_MODE_MASK GENMASK(1, 0)
1554 
1555 #define R_AX_RLSRPT0_CFG0 0x9410
1556 #define B_AX_RLSRPT0_FLTR_MAP_MASK GENMASK(27, 24)
1557 #define B_AX_RLSRPT0_PKTTYPE_MASK GENMASK(19, 16)
1558 #define B_AX_RLSRPT0_PID_MASK GENMASK(10, 8)
1559 #define B_AX_RLSRPT0_QID_MASK GENMASK(5, 0)
1560 
1561 #define R_AX_RLSRPT0_CFG1 0x9414
1562 #define B_AX_RLSRPT0_TO_MASK GENMASK(23, 16)
1563 #define B_AX_RLSRPT0_AGGNUM_MASK GENMASK(7, 0)
1564 
1565 #define R_AX_WDRLS_ERR_IMR 0x9430
1566 #define B_AX_WDRLS_RPT1_FRZTO_ERR_INT_EN BIT(13)
1567 #define B_AX_WDRLS_RPT1_AGGNUM0_ERR_INT_EN BIT(12)
1568 #define B_AX_WDRLS_RPT0_FRZTO_ERR_INT_EN BIT(9)
1569 #define B_AX_WDRLS_RPT0_AGGNUM0_ERR_INT_EN BIT(8)
1570 #define B_AX_WDRLS_PLEBREQ_PKTID_ISNULL_ERR_INT_EN BIT(5)
1571 #define B_AX_WDRLS_PLEBREQ_TO_ERR_INT_EN BIT(4)
1572 #define B_AX_WDRLS_CTL_FRZTO_ERR_INT_EN BIT(2)
1573 #define B_AX_WDRLS_CTL_PLPKTID_ISNULL_ERR_INT_EN BIT(1)
1574 #define B_AX_WDRLS_CTL_WDPKTID_ISNULL_ERR_INT_EN BIT(0)
1575 #define B_AX_WDRLS_IMR_EN_CLR (B_AX_WDRLS_CTL_WDPKTID_ISNULL_ERR_INT_EN | \
1576 			       B_AX_WDRLS_CTL_PLPKTID_ISNULL_ERR_INT_EN | \
1577 			       B_AX_WDRLS_CTL_FRZTO_ERR_INT_EN | \
1578 			       B_AX_WDRLS_PLEBREQ_TO_ERR_INT_EN | \
1579 			       B_AX_WDRLS_PLEBREQ_PKTID_ISNULL_ERR_INT_EN | \
1580 			       B_AX_WDRLS_RPT0_AGGNUM0_ERR_INT_EN | \
1581 			       B_AX_WDRLS_RPT0_FRZTO_ERR_INT_EN | \
1582 			       B_AX_WDRLS_RPT1_AGGNUM0_ERR_INT_EN | \
1583 			       B_AX_WDRLS_RPT1_FRZTO_ERR_INT_EN)
1584 #define B_AX_WDRLS_IMR_SET (B_AX_WDRLS_CTL_WDPKTID_ISNULL_ERR_INT_EN | \
1585 			    B_AX_WDRLS_CTL_PLPKTID_ISNULL_ERR_INT_EN | \
1586 			    B_AX_WDRLS_CTL_FRZTO_ERR_INT_EN | \
1587 			    B_AX_WDRLS_PLEBREQ_PKTID_ISNULL_ERR_INT_EN | \
1588 			    B_AX_WDRLS_RPT0_AGGNUM0_ERR_INT_EN | \
1589 			    B_AX_WDRLS_RPT0_FRZTO_ERR_INT_EN | \
1590 			    B_AX_WDRLS_RPT1_AGGNUM0_ERR_INT_EN | \
1591 			    B_AX_WDRLS_RPT1_FRZTO_ERR_INT_EN)
1592 #define B_AX_WDRLS_IMR_SET_V1 (B_AX_WDRLS_CTL_WDPKTID_ISNULL_ERR_INT_EN | \
1593 			      B_AX_WDRLS_CTL_PLPKTID_ISNULL_ERR_INT_EN | \
1594 			      B_AX_WDRLS_CTL_FRZTO_ERR_INT_EN | \
1595 			      B_AX_WDRLS_PLEBREQ_TO_ERR_INT_EN | \
1596 			      B_AX_WDRLS_PLEBREQ_PKTID_ISNULL_ERR_INT_EN | \
1597 			      B_AX_WDRLS_RPT0_AGGNUM0_ERR_INT_EN | \
1598 			      B_AX_WDRLS_RPT0_FRZTO_ERR_INT_EN | \
1599 			      B_AX_WDRLS_RPT1_AGGNUM0_ERR_INT_EN | \
1600 			      B_AX_WDRLS_RPT1_FRZTO_ERR_INT_EN)
1601 
1602 #define R_AX_WDRLS_ERR_ISR 0x9434
1603 
1604 #define R_AX_BBRPT_COM_ERR_IMR 0x9608
1605 #define B_AX_BBRPT_COM_HANG_EN BIT(1)
1606 #define B_AX_BBRPT_COM_NULL_PLPKTID_ERR_INT_EN BIT(0)
1607 
1608 #define R_AX_BBRPT_COM_ERR_IMR_ISR 0x960C
1609 #define B_AX_BBRPT_COM_NULL_PLPKTID_ERR BIT(16)
1610 #define B_AX_BBRPT_COM_NULL_PLPKTID_ERR_INT_EN BIT(0)
1611 
1612 #define R_AX_BBRPT_COM_ERR_ISR 0x960C
1613 #define B_AX_BBRPT_COM_NULL_PLPKTID_ERR_INT_V1 BIT(0)
1614 
1615 #define R_AX_BBRPT_CHINFO_ERR_ISR 0x962C
1616 #define B_AX_BBPRT_CHIF_TO_ERR_V1 BIT(7)
1617 #define B_AX_BBPRT_CHIF_NULL_ERR_V1 BIT(6)
1618 #define B_AX_BBPRT_CHIF_LEFT2_ERR_V1 BIT(5)
1619 #define B_AX_BBPRT_CHIF_LEFT1_ERR_V1 BIT(4)
1620 #define B_AX_BBPRT_CHIF_HDRL_ERR_V1 BIT(3)
1621 #define B_AX_BBPRT_CHIF_BOVF_ERR_V1 BIT(2)
1622 #define B_AX_BBPRT_CHIF_OVF_ERR_V1 BIT(1)
1623 #define B_AX_BBPRT_CHIF_BB_TO_ERR_V1 BIT(0)
1624 
1625 #define R_AX_BBRPT_CHINFO_ERR_IMR 0x9628
1626 #define B_AX_BBPRT_CHIF_TO_ERR_INT_EN BIT(7)
1627 #define B_AX_BBPRT_CHIF_NULL_ERR_INT_EN BIT(6)
1628 #define B_AX_BBPRT_CHIF_LEFT2_ERR_INT_EN BIT(5)
1629 #define B_AX_BBPRT_CHIF_LEFT1_ERR_INT_EN BIT(4)
1630 #define B_AX_BBPRT_CHIF_HDRL_ERR_INT_EN BIT(3)
1631 #define B_AX_BBPRT_CHIF_BOVF_ERR_INT_EN BIT(2)
1632 #define B_AX_BBPRT_CHIF_OVF_ERR_INT_EN BIT(1)
1633 #define B_AX_BBPRT_CHIF_BB_TO_ERR_INT_EN BIT(0)
1634 #define R_AX_BBRPT_CHINFO_IMR_SET_V1 (B_AX_BBPRT_CHIF_BB_TO_ERR_INT_EN | \
1635 				      B_AX_BBPRT_CHIF_OVF_ERR_INT_EN | \
1636 				      B_AX_BBPRT_CHIF_BOVF_ERR_INT_EN | \
1637 				      B_AX_BBPRT_CHIF_HDRL_ERR_INT_EN | \
1638 				      B_AX_BBPRT_CHIF_LEFT1_ERR_INT_EN | \
1639 				      B_AX_BBPRT_CHIF_LEFT2_ERR_INT_EN | \
1640 				      B_AX_BBPRT_CHIF_NULL_ERR_INT_EN | \
1641 				      B_AX_BBPRT_CHIF_TO_ERR_INT_EN)
1642 
1643 #define R_AX_BBRPT_CHINFO_ERR_IMR_ISR 0x962C
1644 #define B_AX_BBPRT_CHIF_TO_ERR BIT(23)
1645 #define B_AX_BBPRT_CHIF_NULL_ERR BIT(22)
1646 #define B_AX_BBPRT_CHIF_LEFT2_ERR BIT(21)
1647 #define B_AX_BBPRT_CHIF_LEFT1_ERR BIT(20)
1648 #define B_AX_BBPRT_CHIF_HDRL_ERR BIT(19)
1649 #define B_AX_BBPRT_CHIF_BOVF_ERR BIT(18)
1650 #define B_AX_BBPRT_CHIF_OVF_ERR BIT(17)
1651 #define B_AX_BBPRT_CHIF_BB_TO_ERR BIT(16)
1652 #define B_AX_BBPRT_CHIF_TO_ERR_INT_EN BIT(7)
1653 #define B_AX_BBPRT_CHIF_NULL_ERR_INT_EN BIT(6)
1654 #define B_AX_BBPRT_CHIF_LEFT2_ERR_INT_EN BIT(5)
1655 #define B_AX_BBPRT_CHIF_LEFT1_ERR_INT_EN BIT(4)
1656 #define B_AX_BBPRT_CHIF_HDRL_ERR_INT_EN BIT(3)
1657 #define B_AX_BBPRT_CHIF_BOVF_ERR_INT_EN BIT(2)
1658 #define B_AX_BBPRT_CHIF_OVF_ERR_INT_EN BIT(1)
1659 #define B_AX_BBPRT_CHIF_BB_TO_ERR_INT_EN BIT(0)
1660 #define B_AX_BBRPT_CHINFO_IMR_CLR (B_AX_BBPRT_CHIF_BB_TO_ERR_INT_EN | \
1661 				   B_AX_BBPRT_CHIF_OVF_ERR_INT_EN | \
1662 				   B_AX_BBPRT_CHIF_BOVF_ERR_INT_EN | \
1663 				   B_AX_BBPRT_CHIF_HDRL_ERR_INT_EN | \
1664 				   B_AX_BBPRT_CHIF_LEFT1_ERR_INT_EN | \
1665 				   B_AX_BBPRT_CHIF_LEFT2_ERR_INT_EN | \
1666 				   B_AX_BBPRT_CHIF_NULL_ERR_INT_EN | \
1667 				   B_AX_BBPRT_CHIF_TO_ERR_INT_EN)
1668 
1669 #define R_AX_BBRPT_DFS_ERR_IMR 0x9638
1670 #define B_AX_BBRPT_DFS_TO_ERR_INT_EN BIT(0)
1671 
1672 #define R_AX_BBRPT_DFS_ERR_IMR_ISR 0x963C
1673 #define B_AX_BBRPT_DFS_TO_ERR BIT(16)
1674 #define B_AX_BBRPT_DFS_TO_ERR_INT_EN BIT(0)
1675 
1676 #define R_AX_BBRPT_DFS_ERR_ISR 0x963C
1677 #define B_AX_BBRPT_DFS_TO_ERR_V1 BIT(0)
1678 
1679 #define R_AX_LA_ERRFLAG 0x966C
1680 #define B_AX_LA_ISR_DATA_LOSS_ERR BIT(16)
1681 #define B_AX_LA_IMR_DATA_LOSS_ERR BIT(0)
1682 
1683 #define R_AX_WD_BUF_REQ 0x9800
1684 #define R_AX_PL_BUF_REQ 0x9820
1685 #define B_AX_WD_BUF_REQ_EXEC BIT(31)
1686 #define B_AX_WD_BUF_REQ_QUOTA_ID_MASK GENMASK(23, 16)
1687 #define B_AX_WD_BUF_REQ_LEN_MASK GENMASK(15, 0)
1688 
1689 #define R_AX_WD_BUF_STATUS 0x9804
1690 #define R_AX_PL_BUF_STATUS 0x9824
1691 #define B_AX_WD_BUF_STAT_DONE BIT(31)
1692 #define B_AX_WD_BUF_STAT_PKTID_MASK GENMASK(11, 0)
1693 #define S_WD_BUF_STAT_PKTID_INVALID GENMASK(11, 0)
1694 
1695 #define R_AX_WD_CPUQ_OP_0 0x9810
1696 #define R_AX_PL_CPUQ_OP_0 0x9830
1697 #define B_AX_WD_CPUQ_OP_EXEC BIT(31)
1698 #define B_AX_CPUQ_OP_CMD_TYPE_MASK GENMASK(27, 24)
1699 #define B_AX_CPUQ_OP_MACID_MASK GENMASK(23, 16)
1700 #define B_AX_CPUQ_OP_PKTNUM_MASK GENMASK(7, 0)
1701 
1702 #define R_AX_WD_CPUQ_OP_1 0x9814
1703 #define R_AX_PL_CPUQ_OP_1 0x9834
1704 #define B_AX_CPUQ_OP_SRC_PID_MASK GENMASK(24, 22)
1705 #define B_AX_CPUQ_OP_SRC_QID_MASK GENMASK(21, 16)
1706 #define B_AX_CPUQ_OP_DST_PID_MASK GENMASK(8, 6)
1707 #define B_AX_CPUQ_OP_DST_QID_MASK GENMASK(5, 0)
1708 
1709 #define R_AX_WD_CPUQ_OP_2 0x9818
1710 #define R_AX_PL_CPUQ_OP_2 0x9838
1711 #define B_AX_WD_CPUQ_OP_STRT_PKTID_MASK GENMASK(27, 16)
1712 #define B_AX_WD_CPUQ_OP_END_PKTID_MASK GENMASK(11, 0)
1713 
1714 #define R_AX_WD_CPUQ_OP_STATUS 0x981C
1715 #define R_AX_PL_CPUQ_OP_STATUS 0x983C
1716 #define B_AX_WD_CPUQ_OP_STAT_DONE BIT(31)
1717 #define B_AX_WD_CPUQ_OP_PKTID_MASK GENMASK(11, 0)
1718 
1719 #define R_AX_CPUIO_ERR_IMR 0x9840
1720 #define B_AX_PLEQUE_OP_ERR_INT_EN BIT(12)
1721 #define B_AX_PLEBUF_OP_ERR_INT_EN BIT(8)
1722 #define B_AX_WDEQUE_OP_ERR_INT_EN BIT(4)
1723 #define B_AX_WDEBUF_OP_ERR_INT_EN BIT(0)
1724 #define B_AX_CPUIO_IMR_CLR (B_AX_WDEBUF_OP_ERR_INT_EN | \
1725 			    B_AX_WDEQUE_OP_ERR_INT_EN | \
1726 			    B_AX_PLEBUF_OP_ERR_INT_EN | \
1727 			    B_AX_PLEQUE_OP_ERR_INT_EN)
1728 #define B_AX_CPUIO_IMR_SET (B_AX_WDEBUF_OP_ERR_INT_EN | \
1729 			    B_AX_WDEQUE_OP_ERR_INT_EN | \
1730 			    B_AX_PLEBUF_OP_ERR_INT_EN | \
1731 			    B_AX_PLEQUE_OP_ERR_INT_EN)
1732 
1733 #define R_AX_CPUIO_ERR_ISR 0x9844
1734 
1735 #define R_AX_SEC_ERR_IMR_ISR 0x991C
1736 
1737 #define R_AX_PKTIN_SETTING 0x9A00
1738 #define B_AX_WD_ADDR_INFO_LENGTH BIT(1)
1739 
1740 #define R_AX_PKTIN_ERR_IMR 0x9A20
1741 #define B_AX_PKTIN_GETPKTID_ERR_INT_EN BIT(0)
1742 
1743 #define R_AX_PKTIN_ERR_ISR 0x9A24
1744 
1745 #define R_AX_MPDU_TX_ERR_ISR 0x9BF0
1746 #define R_AX_MPDU_TX_ERR_IMR 0x9BF4
1747 #define B_AX_TX_KSRCH_ERR_EN BIT(9)
1748 #define B_AX_TX_NW_TYPE_ERR_EN BIT(8)
1749 #define B_AX_TX_LLC_PRE_ERR_EN BIT(7)
1750 #define B_AX_TX_ETH_TYPE_ERR_EN BIT(6)
1751 #define B_AX_TX_HDR3_SIZE_ERR_INT_EN BIT(5)
1752 #define B_AX_TX_OFFSET_ERR_INT_EN BIT(4)
1753 #define B_AX_TX_MPDU_SIZE_ZERO_INT_EN BIT(3)
1754 #define B_AX_TX_NXT_ERRPKTID_INT_EN BIT(2)
1755 #define B_AX_TX_GET_ERRPKTID_INT_EN BIT(1)
1756 #define B_AX_MPDU_TX_IMR_SET_V1 (B_AX_TX_GET_ERRPKTID_INT_EN | \
1757 				 B_AX_TX_NXT_ERRPKTID_INT_EN | \
1758 				 B_AX_TX_MPDU_SIZE_ZERO_INT_EN | \
1759 				 B_AX_TX_HDR3_SIZE_ERR_INT_EN | \
1760 				 B_AX_TX_ETH_TYPE_ERR_EN | \
1761 				 B_AX_TX_NW_TYPE_ERR_EN | \
1762 				 B_AX_TX_KSRCH_ERR_EN)
1763 
1764 #define R_AX_MPDU_PROC 0x9C00
1765 #define B_AX_A_ICV_ERR BIT(1)
1766 #define B_AX_APPEND_FCS BIT(0)
1767 
1768 #define R_AX_ACTION_FWD0 0x9C04
1769 #define TRXCFG_MPDU_PROC_ACT_FRWD 0x02A95A95
1770 
1771 #define R_AX_ACTION_FWD1 0x9C08
1772 
1773 #define R_AX_TF_FWD 0x9C14
1774 #define TRXCFG_MPDU_PROC_TF_FRWD 0x0000AA55
1775 
1776 #define R_AX_HW_RPT_FWD 0x9C18
1777 #define B_AX_FWD_PPDU_STAT_MASK GENMASK(1, 0)
1778 #define RTW89_PRPT_DEST_HOST 1
1779 #define RTW89_PRPT_DEST_WLCPU 2
1780 
1781 #define R_AX_CUT_AMSDU_CTRL 0x9C40
1782 #define TRXCFG_MPDU_PROC_CUT_CTRL	0x010E05F0
1783 
1784 #define R_AX_WOW_CTRL 0x9C50
1785 #define B_AX_WOW_WOWEN BIT(1)
1786 
1787 #define R_AX_MPDU_RX_ERR_ISR 0x9CF0
1788 #define R_AX_MPDU_RX_ERR_IMR 0x9CF4
1789 #define B_AX_RPT_ERR_INT_EN BIT(3)
1790 #define B_AX_MHDRLEN_ERR_INT_EN BIT(1)
1791 #define B_AX_GETPKTID_ERR_INT_EN BIT(0)
1792 #define B_AX_MPDU_RX_IMR_SET_V1 B_AX_RPT_ERR_INT_EN
1793 
1794 #define R_AX_SEC_ENG_CTRL 0x9D00
1795 #define B_AX_SEC_DBG_PORT_FIELD_MASK GENMASK(19, 16)
1796 #define B_AX_TX_PARTIAL_MODE BIT(11)
1797 #define B_AX_CLK_EN_CGCMP BIT(10)
1798 #define B_AX_CLK_EN_WAPI BIT(9)
1799 #define B_AX_CLK_EN_WEP_TKIP BIT(8)
1800 #define B_AX_BMC_MGNT_DEC BIT(5)
1801 #define B_AX_UC_MGNT_DEC BIT(4)
1802 #define B_AX_MC_DEC BIT(3)
1803 #define B_AX_BC_DEC BIT(2)
1804 #define B_AX_SEC_RX_DEC BIT(1)
1805 #define B_AX_SEC_TX_ENC BIT(0)
1806 
1807 #define R_AX_SEC_MPDU_PROC 0x9D04
1808 #define B_AX_APPEND_ICV BIT(1)
1809 #define B_AX_APPEND_MIC BIT(0)
1810 
1811 #define R_AX_SEC_CAM_ACCESS 0x9D10
1812 #define R_AX_SEC_CAM_RDATA 0x9D14
1813 #define R_AX_SEC_CAM_WDATA 0x9D18
1814 
1815 #define R_AX_SEC_DEBUG 0x9D1C
1816 #define B_AX_IMR_ERROR BIT(3)
1817 
1818 #define R_AX_SEC_DEBUG1 0x9D1C
1819 #define B_AX_TX_TIMEOUT_SEL_MASK GENMASK(31, 30)
1820 #define AX_TX_TO_VAL  0x2
1821 
1822 #define R_AX_SEC_TX_DEBUG 0x9D20
1823 #define R_AX_SEC_RX_DEBUG 0x9D24
1824 #define R_AX_SEC_TRX_PKT_CNT 0x9D28
1825 
1826 #define R_AX_SEC_DEBUG2 0x9D28
1827 #define B_AX_DBG_READ_SH 2
1828 #define B_AX_DBG_READ_MSK 0x3fffffff
1829 
1830 #define R_AX_SEC_TRX_BLK_CNT 0x9D2C
1831 
1832 #define R_AX_SEC_ERROR_FLAG_IMR 0x9D2C
1833 #define B_AX_RX_HANG_IMR BIT(1)
1834 #define B_AX_TX_HANG_IMR BIT(0)
1835 
1836 #define R_AX_SEC_ERROR_FLAG 0x9D30
1837 #define B_AX_RX_HANG_ERROR_V1 BIT(1)
1838 #define B_AX_TX_HANG_ERROR_V1 BIT(0)
1839 
1840 #define R_AX_SS_CTRL 0x9E10
1841 #define B_AX_SS_INIT_DONE_1 BIT(31)
1842 #define B_AX_SS_WARM_INIT_FLG BIT(29)
1843 #define B_AX_SS_NONEMPTY_SS2FINFO_EN BIT(28)
1844 #define B_AX_SS_EN BIT(0)
1845 
1846 #define R_AX_SS2FINFO_PATH 0x9E50
1847 #define B_AX_SS_UL_REL BIT(31)
1848 #define B_AX_SS_REL_QUEUE_MASK GENMASK(29, 24)
1849 #define B_AX_SS_REL_PORT_MASK GENMASK(18, 16)
1850 #define B_AX_SS_DEST_QUEUE_MASK GENMASK(13, 8)
1851 #define SS2F_PATH_WLCPU 0x0A
1852 #define B_AX_SS_DEST_PORT_MASK GENMASK(2, 0)
1853 
1854 #define R_AX_SS_MACID_PAUSE_0 0x9EB0
1855 #define B_AX_SS_MACID31_0_PAUSE_SH 0
1856 #define B_AX_SS_MACID31_0_PAUSE_MASK GENMASK(31, 0)
1857 
1858 #define R_AX_SS_MACID_PAUSE_1 0x9EB4
1859 #define B_AX_SS_MACID63_32_PAUSE_SH 0
1860 #define B_AX_SS_MACID63_32_PAUSE_MASK GENMASK(31, 0)
1861 
1862 #define R_AX_SS_MACID_PAUSE_2 0x9EB8
1863 #define B_AX_SS_MACID95_64_PAUSE_SH 0
1864 #define B_AX_SS_MACID95_64_PAUSE_MASK GENMASK(31, 0)
1865 
1866 #define R_AX_SS_MACID_PAUSE_3 0x9EBC
1867 #define B_AX_SS_MACID127_96_PAUSE_SH 0
1868 #define B_AX_SS_MACID127_96_PAUSE_MASK GENMASK(31, 0)
1869 
1870 #define R_AX_STA_SCHEDULER_ERR_IMR 0x9EF0
1871 #define B_AX_PLE_B_PKTID_ERR_INT_EN BIT(2)
1872 #define B_AX_RPT_HANG_TIMEOUT_INT_EN BIT(1)
1873 #define B_AX_SEARCH_HANG_TIMEOUT_INT_EN BIT(0)
1874 #define B_AX_STA_SCHEDULER_IMR_SET (B_AX_SEARCH_HANG_TIMEOUT_INT_EN | \
1875 				    B_AX_RPT_HANG_TIMEOUT_INT_EN | \
1876 				    B_AX_PLE_B_PKTID_ERR_INT_EN)
1877 
1878 #define R_AX_STA_SCHEDULER_ERR_ISR 0x9EF4
1879 
1880 #define R_AX_TXPKTCTL_ERR_IMR_ISR 0x9F1C
1881 #define B_AX_TXPKTCTL_CMDPSR_FRZTO_ERR BIT(25)
1882 #define B_AX_TXPKTCTL_CMDPSR_CMDTYPE_ERR BIT(24)
1883 #define B_AX_TXPKTCTL_USRCTL_RLSBMPLEN_ERR BIT(19)
1884 #define B_AX_TXPKTCTL_USRCTL_RDNRLSCMD_ERR BIT(18)
1885 #define B_AX_TXPKTCTL_USRCTL_NOINIT_ERR BIT(17)
1886 #define B_AX_TXPKTCTL_USRCTL_REINIT_ERR BIT(16)
1887 #define B_AX_TXPKTCTL_CMDPSR_FRZTO_ERR_INT_EN BIT(9)
1888 #define B_AX_TXPKTCTL_CMDPSR_CMDTYPE_ERR_INT_EN BIT(8)
1889 #define B_AX_TXPKTCTL_USRCTL_RLSBMPLEN_ERR_INT_EN BIT(3)
1890 #define B_AX_TXPKTCTL_USRCTL_RDNRLSCMD_ERR_INT_EN BIT(2)
1891 #define B_AX_TXPKTCTL_USRCTL_NOINIT_ERR_INT_EN BIT(1)
1892 #define B_AX_TXPKTCTL_USRCTL_REINIT_ERR_INT_EN BIT(0)
1893 #define B_AX_TXPKTCTL_IMR_B0_CLR (B_AX_TXPKTCTL_USRCTL_REINIT_ERR_INT_EN | \
1894 				  B_AX_TXPKTCTL_USRCTL_NOINIT_ERR_INT_EN | \
1895 				  B_AX_TXPKTCTL_USRCTL_RDNRLSCMD_ERR_INT_EN | \
1896 				  B_AX_TXPKTCTL_USRCTL_RLSBMPLEN_ERR_INT_EN | \
1897 				  B_AX_TXPKTCTL_CMDPSR_CMDTYPE_ERR_INT_EN | \
1898 				  B_AX_TXPKTCTL_CMDPSR_FRZTO_ERR_INT_EN)
1899 #define B_AX_TXPKTCTL_IMR_B1_CLR (B_AX_TXPKTCTL_USRCTL_REINIT_ERR_INT_EN | \
1900 				  B_AX_TXPKTCTL_USRCTL_NOINIT_ERR_INT_EN | \
1901 				  B_AX_TXPKTCTL_USRCTL_RDNRLSCMD_ERR_INT_EN | \
1902 				  B_AX_TXPKTCTL_USRCTL_RLSBMPLEN_ERR_INT_EN | \
1903 				  B_AX_TXPKTCTL_CMDPSR_CMDTYPE_ERR_INT_EN | \
1904 				  B_AX_TXPKTCTL_CMDPSR_FRZTO_ERR_INT_EN)
1905 #define B_AX_TXPKTCTL_IMR_B0_SET (B_AX_TXPKTCTL_USRCTL_REINIT_ERR_INT_EN | \
1906 				  B_AX_TXPKTCTL_CMDPSR_CMDTYPE_ERR_INT_EN)
1907 #define B_AX_TXPKTCTL_IMR_B1_SET (B_AX_TXPKTCTL_USRCTL_REINIT_ERR_INT_EN | \
1908 				  B_AX_TXPKTCTL_USRCTL_NOINIT_ERR_INT_EN | \
1909 				  B_AX_TXPKTCTL_CMDPSR_CMDTYPE_ERR_INT_EN | \
1910 				  B_AX_TXPKTCTL_CMDPSR_FRZTO_ERR_INT_EN)
1911 
1912 #define R_AX_TXPKTCTL_ERR_IMR_ISR_B1 0x9F2C
1913 #define B_AX_TXPKTCTL_CMDPSR_FRZTO_ERR_INT_EN BIT(9)
1914 #define B_AX_TXPKTCTL_USRCTL_RLSBMPLEN_ERR_INT_EN BIT(3)
1915 #define B_AX_TXPKTCTL_USRCTL_RDNRLSCMD_ERR_INT_EN BIT(2)
1916 #define B_AX_TXPKTCTL_USRCTL_NOINIT_ERR_INT_EN BIT(1)
1917 
1918 #define R_AX_DBG_FUN_INTF_CTL 0x9F30
1919 #define B_AX_DFI_ACTIVE BIT(31)
1920 #define B_AX_DFI_TRGSEL_MASK GENMASK(19, 16)
1921 #define B_AX_DFI_ADDR_MASK GENMASK(15, 0)
1922 #define R_AX_DBG_FUN_INTF_DATA 0x9F34
1923 #define B_AX_DFI_DATA_MASK GENMASK(31, 0)
1924 
1925 #define R_AX_TXPKTCTL_B0_PRELD_CFG0 0x9F48
1926 #define B_AX_B0_PRELD_FEN BIT(31)
1927 #define B_AX_B0_PRELD_USEMAXSZ_MASK GENMASK(25, 16)
1928 #define PRELD_B0_ENT_NUM 10
1929 #define PRELD_AMSDU_SIZE 52
1930 #define B_AX_B0_PRELD_CAM_G1ENTNUM_MASK GENMASK(12, 8)
1931 #define B_AX_B0_PRELD_CAM_G0ENTNUM_MASK GENMASK(4, 0)
1932 
1933 #define R_AX_TXPKTCTL_B0_PRELD_CFG1 0x9F4C
1934 #define B_AX_B0_PRELD_NXT_TXENDWIN_MASK GENMASK(11, 8)
1935 #define PRELD_NEXT_WND 1
1936 #define B_AX_B0_PRELD_NXT_RSVMINSZ_MASK GENMASK(7, 0)
1937 
1938 #define R_AX_TXPKTCTL_B0_ERRFLAG_IMR 0x9F78
1939 #define B_AX_B0_IMR_ERR_PRELD_ENTNUMCFG BIT(21)
1940 #define B_AX_B0_IMR_ERR_PRELD_RLSPKTSZERR BIT(20)
1941 #define B_AX_B0_IMR_ERR_MPDUIF_DATAERR BIT(18)
1942 #define B_AX_B0_IMR_ERR_MPDUINFO_RECFG BIT(16)
1943 #define B_AX_B0_IMR_ERR_CMDPSR_TBLSZ BIT(11)
1944 #define B_AX_B0_IMR_ERR_CMDPSR_FRZTO BIT(10)
1945 #define B_AX_B0_IMR_ERR_CMDPSR_CMDTYPE BIT(9)
1946 #define B_AX_B0_IMR_ERR_CMDPSR_1STCMDERR BIT(8)
1947 #define B_AX_B0_IMR_ERR_USRCTL_RLSBMPLEN BIT(3)
1948 #define B_AX_B0_IMR_ERR_USRCTL_RDNRLSCMD BIT(2)
1949 #define B_AX_B0_IMR_ERR_USRCTL_NOINIT BIT(1)
1950 #define B_AX_B0_IMR_ERR_USRCTL_REINIT BIT(0)
1951 #define B_AX_TXPKTCTL_IMR_B0_CLR_V1 (B_AX_B0_IMR_ERR_USRCTL_REINIT | \
1952 				     B_AX_B0_IMR_ERR_USRCTL_NOINIT | \
1953 				     B_AX_B0_IMR_ERR_USRCTL_RDNRLSCMD | \
1954 				     B_AX_B0_IMR_ERR_USRCTL_RLSBMPLEN | \
1955 				     B_AX_B0_IMR_ERR_CMDPSR_1STCMDERR | \
1956 				     B_AX_B0_IMR_ERR_CMDPSR_CMDTYPE | \
1957 				     B_AX_B0_IMR_ERR_CMDPSR_FRZTO | \
1958 				     B_AX_B0_IMR_ERR_CMDPSR_TBLSZ | \
1959 				     B_AX_B0_IMR_ERR_MPDUINFO_RECFG | \
1960 				     B_AX_B0_IMR_ERR_MPDUIF_DATAERR | \
1961 				     B_AX_B0_IMR_ERR_PRELD_RLSPKTSZERR | \
1962 				     B_AX_B0_IMR_ERR_PRELD_ENTNUMCFG)
1963 #define B_AX_TXPKTCTL_IMR_B0_SET_V1 (B_AX_B0_IMR_ERR_USRCTL_REINIT | \
1964 				     B_AX_B0_IMR_ERR_USRCTL_NOINIT | \
1965 				     B_AX_B0_IMR_ERR_CMDPSR_1STCMDERR | \
1966 				     B_AX_B0_IMR_ERR_CMDPSR_CMDTYPE | \
1967 				     B_AX_B0_IMR_ERR_CMDPSR_TBLSZ | \
1968 				     B_AX_B0_IMR_ERR_MPDUINFO_RECFG | \
1969 				     B_AX_B0_IMR_ERR_MPDUIF_DATAERR | \
1970 				     B_AX_B0_IMR_ERR_PRELD_RLSPKTSZERR | \
1971 				     B_AX_B0_IMR_ERR_PRELD_ENTNUMCFG)
1972 
1973 #define R_AX_TXPKTCTL_B0_ERRFLAG_ISR 0x9F7C
1974 #define B_AX_B0_ISR_ERR_PRELD_EVT3 BIT(23)
1975 #define B_AX_B0_ISR_ERR_PRELD_EVT2 BIT(22)
1976 #define B_AX_B0_ISR_ERR_PRELD_ENTNUMCFG BIT(21)
1977 #define B_AX_B0_ISR_ERR_PRELD_RLSPKTSZERR BIT(20)
1978 #define B_AX_B0_ISR_ERR_MPDUIF_ERR1 BIT(19)
1979 #define B_AX_B0_ISR_ERR_MPDUIF_DATAERR BIT(18)
1980 #define B_AX_B0_ISR_ERR_MPDUINFO_ERR1 BIT(17)
1981 #define B_AX_B0_ISR_ERR_MPDUINFO_RECFG BIT(16)
1982 #define B_AX_B0_ISR_ERR_CMDPSR_TBLSZ BIT(11)
1983 #define B_AX_B0_ISR_ERR_CMDPSR_FRZTO BIT(10)
1984 #define B_AX_B0_ISR_ERR_CMDPSR_CMDTYPE BIT(9)
1985 #define B_AX_B0_ISR_ERR_CMDPSR_1STCMDERR BIT(8)
1986 #define B_AX_B0_ISR_ERR_USRCTL_EVT7 BIT(7)
1987 #define B_AX_B0_ISR_ERR_USRCTL_EVT6 BIT(6)
1988 #define B_AX_B0_ISR_ERR_USRCTL_EVT5 BIT(5)
1989 #define B_AX_B0_ISR_ERR_USRCTL_EVT4 BIT(4)
1990 #define B_AX_B0_ISR_ERR_USRCTL_RLSBMPLEN BIT(3)
1991 #define B_AX_B0_ISR_ERR_USRCTL_RDNRLSCMD BIT(2)
1992 #define B_AX_B0_ISR_ERR_USRCTL_NOINIT BIT(1)
1993 #define B_AX_B0_ISR_ERR_USRCTL_REINIT BIT(0)
1994 
1995 #define R_AX_TXPKTCTL_B1_PRELD_CFG0 0x9F88
1996 #define B_AX_B1_PRELD_FEN BIT(31)
1997 #define B_AX_B1_PRELD_USEMAXSZ_MASK GENMASK(25, 16)
1998 #define PRELD_B1_ENT_NUM 4
1999 #define B_AX_B1_PRELD_CAM_G1ENTNUM_MASK GENMASK(12, 8)
2000 #define B_AX_B1_PRELD_CAM_G0ENTNUM_MASK GENMASK(4, 0)
2001 
2002 #define R_AX_TXPKTCTL_B1_PRELD_CFG1 0x9F8C
2003 #define B_AX_B1_PRELD_NXT_TXENDWIN_MASK GENMASK(11, 8)
2004 #define B_AX_B1_PRELD_NXT_RSVMINSZ_MASK GENMASK(7, 0)
2005 
2006 #define R_AX_TXPKTCTL_B1_ERRFLAG_IMR 0x9FB8
2007 #define B_AX_B1_IMR_ERR_PRELD_ENTNUMCFG BIT(21)
2008 #define B_AX_B1_IMR_ERR_PRELD_RLSPKTSZERR BIT(20)
2009 #define B_AX_B1_IMR_ERR_MPDUIF_DATAERR BIT(18)
2010 #define B_AX_B1_IMR_ERR_MPDUINFO_RECFG BIT(16)
2011 #define B_AX_B1_IMR_ERR_CMDPSR_TBLSZ BIT(11)
2012 #define B_AX_B1_IMR_ERR_CMDPSR_FRZTO BIT(10)
2013 #define B_AX_B1_IMR_ERR_CMDPSR_CMDTYPE BIT(9)
2014 #define B_AX_B1_IMR_ERR_CMDPSR_1STCMDERR BIT(8)
2015 #define B_AX_B1_IMR_ERR_USRCTL_RLSBMPLEN BIT(3)
2016 #define B_AX_B1_IMR_ERR_USRCTL_RDNRLSCMD BIT(2)
2017 #define B_AX_B1_IMR_ERR_USRCTL_NOINIT BIT(1)
2018 #define B_AX_B1_IMR_ERR_USRCTL_REINIT BIT(0)
2019 #define B_AX_TXPKTCTL_IMR_B1_CLR_V1 (B_AX_B1_IMR_ERR_USRCTL_REINIT | \
2020 				     B_AX_B1_IMR_ERR_USRCTL_NOINIT | \
2021 				     B_AX_B1_IMR_ERR_USRCTL_RDNRLSCMD | \
2022 				     B_AX_B1_IMR_ERR_USRCTL_RLSBMPLEN | \
2023 				     B_AX_B1_IMR_ERR_CMDPSR_1STCMDERR | \
2024 				     B_AX_B1_IMR_ERR_CMDPSR_CMDTYPE | \
2025 				     B_AX_B1_IMR_ERR_CMDPSR_FRZTO | \
2026 				     B_AX_B1_IMR_ERR_CMDPSR_TBLSZ | \
2027 				     B_AX_B1_IMR_ERR_MPDUINFO_RECFG | \
2028 				     B_AX_B1_IMR_ERR_MPDUIF_DATAERR | \
2029 				     B_AX_B1_IMR_ERR_PRELD_RLSPKTSZERR | \
2030 				     B_AX_B1_IMR_ERR_PRELD_ENTNUMCFG)
2031 #define B_AX_TXPKTCTL_IMR_B1_SET_V1 (B_AX_B1_IMR_ERR_USRCTL_REINIT | \
2032 				     B_AX_B1_IMR_ERR_USRCTL_NOINIT | \
2033 				     B_AX_B1_IMR_ERR_CMDPSR_1STCMDERR | \
2034 				     B_AX_B1_IMR_ERR_CMDPSR_CMDTYPE | \
2035 				     B_AX_B1_IMR_ERR_CMDPSR_FRZTO | \
2036 				     B_AX_B1_IMR_ERR_CMDPSR_TBLSZ | \
2037 				     B_AX_B1_IMR_ERR_MPDUINFO_RECFG | \
2038 				     B_AX_B1_IMR_ERR_MPDUIF_DATAERR | \
2039 				     B_AX_B1_IMR_ERR_PRELD_RLSPKTSZERR | \
2040 				     B_AX_B1_IMR_ERR_PRELD_ENTNUMCFG)
2041 
2042 #define R_AX_TXPKTCTL_B1_ERRFLAG_ISR 0x9FBC
2043 #define B_AX_B1_ISR_ERR_PRELD_EVT3 BIT(23)
2044 #define B_AX_B1_ISR_ERR_PRELD_EVT2 BIT(22)
2045 #define B_AX_B1_ISR_ERR_PRELD_ENTNUMCFG BIT(21)
2046 #define B_AX_B1_ISR_ERR_PRELD_RLSPKTSZERR BIT(20)
2047 #define B_AX_B1_ISR_ERR_MPDUIF_ERR1 BIT(19)
2048 #define B_AX_B1_ISR_ERR_MPDUIF_DATAERR BIT(18)
2049 #define B_AX_B1_ISR_ERR_MPDUINFO_ERR1 BIT(17)
2050 #define B_AX_B1_ISR_ERR_MPDUINFO_RECFG BIT(16)
2051 #define B_AX_B1_ISR_ERR_CMDPSR_TBLSZ BIT(11)
2052 #define B_AX_B1_ISR_ERR_CMDPSR_FRZTO BIT(10)
2053 #define B_AX_B1_ISR_ERR_CMDPSR_CMDTYPE BIT(9)
2054 #define B_AX_B1_ISR_ERR_CMDPSR_1STCMDERR BIT(8)
2055 #define B_AX_B1_ISR_ERR_USRCTL_EVT7 BIT(7)
2056 #define B_AX_B1_ISR_ERR_USRCTL_EVT6 BIT(6)
2057 #define B_AX_B1_ISR_ERR_USRCTL_EVT5 BIT(5)
2058 #define B_AX_B1_ISR_ERR_USRCTL_EVT4 BIT(4)
2059 #define B_AX_B1_ISR_ERR_USRCTL_RLSBMPLEN BIT(3)
2060 #define B_AX_B1_ISR_ERR_USRCTL_RDNRLSCMD BIT(2)
2061 #define B_AX_B1_ISR_ERR_USRCTL_NOINIT BIT(1)
2062 #define B_AX_B1_ISR_ERR_USRCTL_REINIT BIT(0)
2063 
2064 #define R_AX_AFE_CTRL1 0x0024
2065 
2066 #define B_AX_R_SYM_WLCMAC1_P4_PC_EN BIT(4)
2067 #define B_AX_R_SYM_WLCMAC1_P3_PC_EN BIT(3)
2068 #define B_AX_R_SYM_WLCMAC1_P2_PC_EN BIT(2)
2069 #define B_AX_R_SYM_WLCMAC1_P1_PC_EN BIT(1)
2070 #define B_AX_R_SYM_WLCMAC1_PC_EN BIT(0)
2071 
2072 #define R_AX_SYS_ISO_CTRL_EXTEND 0x0080
2073 #define B_AX_CMAC1_FEN BIT(30)
2074 #define B_AX_R_SYM_FEN_WLBBGLB_1 BIT(17)
2075 #define B_AX_R_SYM_FEN_WLBBFUN_1 BIT(16)
2076 #define B_AX_R_SYM_ISO_CMAC12PP BIT(5)
2077 
2078 #define R_AX_CMAC_REG_START 0xC000
2079 
2080 #define R_AX_CMAC_FUNC_EN 0xC000
2081 #define R_AX_CMAC_FUNC_EN_C1 0xE000
2082 #define B_AX_CMAC_CRPRT BIT(31)
2083 #define B_AX_CMAC_EN BIT(30)
2084 #define B_AX_CMAC_TXEN BIT(29)
2085 #define B_AX_CMAC_RXEN BIT(28)
2086 #define B_AX_FORCE_CMACREG_GCKEN BIT(15)
2087 #define B_AX_PHYINTF_EN BIT(5)
2088 #define B_AX_CMAC_DMA_EN BIT(4)
2089 #define B_AX_PTCLTOP_EN BIT(3)
2090 #define B_AX_SCHEDULER_EN BIT(2)
2091 #define B_AX_TMAC_EN BIT(1)
2092 #define B_AX_RMAC_EN BIT(0)
2093 
2094 #define R_AX_CK_EN 0xC004
2095 #define R_AX_CK_EN_C1 0xE004
2096 #define B_AX_CMAC_ALLCKEN GENMASK(31, 0)
2097 #define B_AX_CMAC_CKEN BIT(30)
2098 #define B_AX_PHYINTF_CKEN BIT(5)
2099 #define B_AX_CMAC_DMA_CKEN BIT(4)
2100 #define B_AX_PTCLTOP_CKEN BIT(3)
2101 #define B_AX_SCHEDULER_CKEN BIT(2)
2102 #define B_AX_TMAC_CKEN BIT(1)
2103 #define B_AX_RMAC_CKEN BIT(0)
2104 
2105 #define R_AX_WMAC_RFMOD 0xC010
2106 #define R_AX_WMAC_RFMOD_C1 0xE010
2107 #define B_AX_WMAC_RFMOD_MASK GENMASK(1, 0)
2108 #define AX_WMAC_RFMOD_20M 0
2109 #define AX_WMAC_RFMOD_40M 1
2110 #define AX_WMAC_RFMOD_80M 2
2111 #define AX_WMAC_RFMOD_160M 3
2112 
2113 #define R_AX_GID_POSITION0 0xC070
2114 #define R_AX_GID_POSITION0_C1 0xE070
2115 #define R_AX_GID_POSITION1 0xC074
2116 #define R_AX_GID_POSITION1_C1 0xE074
2117 #define R_AX_GID_POSITION2 0xC078
2118 #define R_AX_GID_POSITION2_C1 0xE078
2119 #define R_AX_GID_POSITION3 0xC07C
2120 #define R_AX_GID_POSITION3_C1 0xE07C
2121 #define R_AX_GID_POSITION_EN0 0xC080
2122 #define R_AX_GID_POSITION_EN0_C1 0xE080
2123 #define R_AX_GID_POSITION_EN1 0xC084
2124 #define R_AX_GID_POSITION_EN1_C1 0xE084
2125 
2126 #define R_AX_TX_SUB_CARRIER_VALUE 0xC088
2127 #define R_AX_TX_SUB_CARRIER_VALUE_C1 0xE088
2128 #define B_AX_TXSC_80M_MASK GENMASK(11, 8)
2129 #define B_AX_TXSC_40M_MASK GENMASK(7, 4)
2130 #define B_AX_TXSC_20M_MASK GENMASK(3, 0)
2131 
2132 #define R_AX_PTCL_RRSR1 0xC090
2133 #define R_AX_PTCL_RRSR1_C1 0xE090
2134 #define B_AX_RRSR_RATE_EN_MASK GENMASK(11, 8)
2135 #define RRSR_OFDM_CCK_EN 3
2136 #define B_AX_RSC_MASK GENMASK(7, 6)
2137 #define B_AX_RRSR_CCK_MASK GENMASK(3, 0)
2138 
2139 #define R_AX_CMAC_ERR_IMR 0xC160
2140 #define R_AX_CMAC_ERR_IMR_C1 0xE160
2141 #define B_AX_WMAC_TX_ERR_IND_EN BIT(7)
2142 #define B_AX_WMAC_RX_ERR_IND_EN BIT(6)
2143 #define B_AX_TXPWR_CTRL_ERR_IND_EN BIT(5)
2144 #define B_AX_PHYINTF_ERR_IND_EN BIT(4)
2145 #define B_AX_DMA_TOP_ERR_IND_EN BIT(3)
2146 #define B_AX_PTCL_TOP_ERR_IND_EN BIT(1)
2147 #define B_AX_SCHEDULE_TOP_ERR_IND_EN BIT(0)
2148 #define CMAC0_ERR_IMR_EN GENMASK(31, 0)
2149 #define CMAC1_ERR_IMR_EN GENMASK(31, 0)
2150 #define CMAC0_ERR_IMR_DIS 0
2151 #define CMAC1_ERR_IMR_DIS 0
2152 
2153 #define R_AX_CMAC_ERR_ISR 0xC164
2154 #define R_AX_CMAC_ERR_ISR_C1 0xE164
2155 #define B_AX_WMAC_TX_ERR_IND BIT(7)
2156 #define B_AX_WMAC_RX_ERR_IND BIT(6)
2157 #define B_AX_TXPWR_CTRL_ERR_IND BIT(5)
2158 #define B_AX_PHYINTF_ERR_IND BIT(4)
2159 #define B_AX_DMA_TOP_ERR_IND BIT(3)
2160 #define B_AX_PTCL_TOP_ERR_IND BIT(1)
2161 #define B_AX_SCHEDULE_TOP_ERR_IND BIT(0)
2162 
2163 #define R_AX_PORT0_TSF_SYNC 0xC2A0
2164 #define R_AX_PORT0_TSF_SYNC_C1 0xE2A0
2165 #define R_AX_PORT1_TSF_SYNC 0xC2A4
2166 #define R_AX_PORT1_TSF_SYNC_C1 0xE2A4
2167 #define R_AX_PORT2_TSF_SYNC 0xC2A8
2168 #define R_AX_PORT2_TSF_SYNC_C1 0xE2A8
2169 #define R_AX_PORT3_TSF_SYNC 0xC2AC
2170 #define R_AX_PORT3_TSF_SYNC_C1 0xE2AC
2171 #define R_AX_PORT4_TSF_SYNC 0xC2B0
2172 #define R_AX_PORT4_TSF_SYNC_C1 0xE2B0
2173 #define B_AX_SYNC_NOW BIT(30)
2174 #define B_AX_SYNC_ONCE BIT(29)
2175 #define B_AX_SYNC_AUTO BIT(28)
2176 #define B_AX_SYNC_PORT_SRC GENMASK(26, 24)
2177 #define B_AX_SYNC_PORT_OFFSET_SIGN BIT(18)
2178 #define B_AX_SYNC_PORT_OFFSET_VAL GENMASK(17, 0)
2179 
2180 #define R_AX_MACID_SLEEP_0 0xC2C0
2181 #define R_AX_MACID_SLEEP_0_C1 0xE2C0
2182 #define B_AX_MACID31_0_SLEEP_SH 0
2183 #define B_AX_MACID31_0_SLEEP_MASK GENMASK(31, 0)
2184 
2185 #define R_AX_MACID_SLEEP_1 0xC2C4
2186 #define R_AX_MACID_SLEEP_1_C1 0xE2C4
2187 #define B_AX_MACID63_32_SLEEP_SH 0
2188 #define B_AX_MACID63_32_SLEEP_MASK GENMASK(31, 0)
2189 
2190 #define R_AX_MACID_SLEEP_2 0xC2C8
2191 #define R_AX_MACID_SLEEP_2_C1 0xE2C8
2192 #define B_AX_MACID95_64_SLEEP_SH 0
2193 #define B_AX_MACID95_64_SLEEP_MASK GENMASK(31, 0)
2194 
2195 #define R_AX_MACID_SLEEP_3 0xC2CC
2196 #define R_AX_MACID_SLEEP_3_C1 0xE2CC
2197 #define B_AX_MACID127_96_SLEEP_SH 0
2198 #define B_AX_MACID127_96_SLEEP_MASK GENMASK(31, 0)
2199 
2200 #define SCH_PREBKF_24US 0x18
2201 #define R_AX_PREBKF_CFG_0 0xC338
2202 #define R_AX_PREBKF_CFG_0_C1 0xE338
2203 #define B_AX_PREBKF_TIME_MASK GENMASK(4, 0)
2204 
2205 #define R_AX_PREBKF_CFG_1 0xC33C
2206 #define R_AX_PREBKF_CFG_1_C1 0xE33C
2207 #define B_AX_SIFS_TIMEOUT_TB_AGGR_MASK GENMASK(30, 24)
2208 #define B_AX_SIFS_PREBKF_MASK GENMASK(23, 16)
2209 #define B_AX_SIFS_TIMEOUT_T2_MASK GENMASK(14, 8)
2210 #define B_AX_SIFS_MACTXEN_T1_MASK GENMASK(6, 0)
2211 #define SIFS_MACTXEN_T1 0x47
2212 #define SIFS_MACTXEN_T1_V1 0x41
2213 
2214 #define R_AX_CCA_CFG_0 0xC340
2215 #define R_AX_CCA_CFG_0_C1 0xE340
2216 #define B_AX_BTCCA_BRK_TXOP_EN BIT(9)
2217 #define B_AX_BTCCA_EN BIT(5)
2218 #define B_AX_EDCCA_EN BIT(4)
2219 #define B_AX_SEC80_EN BIT(3)
2220 #define B_AX_SEC40_EN BIT(2)
2221 #define B_AX_SEC20_EN BIT(1)
2222 #define B_AX_CCA_EN BIT(0)
2223 
2224 #define R_AX_CTN_TXEN 0xC348
2225 #define R_AX_CTN_TXEN_C1 0xE348
2226 #define B_AX_CTN_TXEN_TWT_1 BIT(15)
2227 #define B_AX_CTN_TXEN_TWT_0 BIT(14)
2228 #define B_AX_CTN_TXEN_ULQ BIT(13)
2229 #define B_AX_CTN_TXEN_BCNQ BIT(12)
2230 #define B_AX_CTN_TXEN_HGQ BIT(11)
2231 #define B_AX_CTN_TXEN_CPUMGQ BIT(10)
2232 #define B_AX_CTN_TXEN_MGQ1 BIT(9)
2233 #define B_AX_CTN_TXEN_MGQ BIT(8)
2234 #define B_AX_CTN_TXEN_VO_1 BIT(7)
2235 #define B_AX_CTN_TXEN_VI_1 BIT(6)
2236 #define B_AX_CTN_TXEN_BK_1 BIT(5)
2237 #define B_AX_CTN_TXEN_BE_1 BIT(4)
2238 #define B_AX_CTN_TXEN_VO_0 BIT(3)
2239 #define B_AX_CTN_TXEN_VI_0 BIT(2)
2240 #define B_AX_CTN_TXEN_BK_0 BIT(1)
2241 #define B_AX_CTN_TXEN_BE_0 BIT(0)
2242 #define B_AX_CTN_TXEN_ALL_MASK GENMASK(15, 0)
2243 
2244 #define R_AX_MUEDCA_BE_PARAM_0 0xC350
2245 #define R_AX_MUEDCA_BE_PARAM_0_C1 0xE350
2246 #define B_AX_MUEDCA_BE_PARAM_0_TIMER_MASK GENMASK(31, 16)
2247 #define B_AX_MUEDCA_BE_PARAM_0_CW_MASK GENMASK(15, 8)
2248 #define B_AX_MUEDCA_BE_PARAM_0_AIFS_MASK GENMASK(7, 0)
2249 
2250 #define R_AX_MUEDCA_BK_PARAM_0 0xC354
2251 #define R_AX_MUEDCA_BK_PARAM_0_C1 0xE354
2252 #define R_AX_MUEDCA_VI_PARAM_0 0xC358
2253 #define R_AX_MUEDCA_VI_PARAM_0_C1 0xE358
2254 #define R_AX_MUEDCA_VO_PARAM_0 0xC35C
2255 #define R_AX_MUEDCA_VO_PARAM_0_C1 0xE35C
2256 
2257 #define R_AX_MUEDCA_EN 0xC370
2258 #define R_AX_MUEDCA_EN_C1 0xE370
2259 #define B_AX_MUEDCA_WMM_SEL BIT(8)
2260 #define B_AX_SET_MUEDCATIMER_TF_0 BIT(4)
2261 #define B_AX_MUEDCA_EN_0 BIT(0)
2262 
2263 #define R_AX_CCA_CONTROL 0xC390
2264 #define R_AX_CCA_CONTROL_C1 0xE390
2265 #define B_AX_TB_CHK_TX_NAV BIT(31)
2266 #define B_AX_TB_CHK_BASIC_NAV BIT(30)
2267 #define B_AX_TB_CHK_BTCCA BIT(29)
2268 #define B_AX_TB_CHK_EDCCA BIT(28)
2269 #define B_AX_TB_CHK_CCA_S80 BIT(27)
2270 #define B_AX_TB_CHK_CCA_S40 BIT(26)
2271 #define B_AX_TB_CHK_CCA_S20 BIT(25)
2272 #define B_AX_TB_CHK_CCA_P20 BIT(24)
2273 #define B_AX_SIFS_CHK_BTCCA BIT(21)
2274 #define B_AX_SIFS_CHK_EDCCA BIT(20)
2275 #define B_AX_SIFS_CHK_CCA_S80 BIT(19)
2276 #define B_AX_SIFS_CHK_CCA_S40 BIT(18)
2277 #define B_AX_SIFS_CHK_CCA_S20 BIT(17)
2278 #define B_AX_SIFS_CHK_CCA_P20 BIT(16)
2279 #define B_AX_CTN_CHK_TXNAV BIT(8)
2280 #define B_AX_CTN_CHK_INTRA_NAV BIT(7)
2281 #define B_AX_CTN_CHK_BASIC_NAV BIT(6)
2282 #define B_AX_CTN_CHK_BTCCA BIT(5)
2283 #define B_AX_CTN_CHK_EDCCA BIT(4)
2284 #define B_AX_CTN_CHK_CCA_S80 BIT(3)
2285 #define B_AX_CTN_CHK_CCA_S40 BIT(2)
2286 #define B_AX_CTN_CHK_CCA_S20 BIT(1)
2287 #define B_AX_CTN_CHK_CCA_P20 BIT(0)
2288 
2289 #define R_AX_CTN_DRV_TXEN 0xC398
2290 #define R_AX_CTN_DRV_TXEN_C1 0xE398
2291 #define B_AX_CTN_TXEN_TWT_3 BIT(17)
2292 #define B_AX_CTN_TXEN_TWT_2 BIT(16)
2293 #define B_AX_CTN_TXEN_ALL_MASK_V1 GENMASK(17, 0)
2294 
2295 #define R_AX_SCHEDULE_ERR_IMR 0xC3E8
2296 #define R_AX_SCHEDULE_ERR_IMR_C1 0xE3E8
2297 #define B_AX_SORT_NON_IDLE_ERR_INT_EN BIT(1)
2298 
2299 #define R_AX_SCHEDULE_ERR_ISR 0xC3EC
2300 #define R_AX_SCHEDULE_ERR_ISR_C1 0xE3EC
2301 
2302 #define R_AX_SCH_DBG_SEL 0xC3F4
2303 #define R_AX_SCH_DBG_SEL_C1 0xE3F4
2304 #define B_AX_SCH_DBG_EN BIT(16)
2305 #define B_AX_SCH_CFG_CMD_SEL GENMASK(15, 8)
2306 #define B_AX_SCH_DBG_SEL_MASK GENMASK(7, 0)
2307 
2308 #define R_AX_SCH_DBG 0xC3F8
2309 #define R_AX_SCH_DBG_C1 0xE3F8
2310 #define B_AX_SCHEDULER_DBG_MASK GENMASK(31, 0)
2311 
2312 #define R_AX_SCH_EXT_CTRL 0xC3FC
2313 #define R_AX_SCH_EXT_CTRL_C1 0xE3FC
2314 #define B_AX_PORT_RST_TSF_ADV BIT(1)
2315 
2316 #define R_AX_PORT_CFG_P0 0xC400
2317 #define R_AX_PORT_CFG_P1 0xC440
2318 #define R_AX_PORT_CFG_P2 0xC480
2319 #define R_AX_PORT_CFG_P3 0xC4C0
2320 #define R_AX_PORT_CFG_P4 0xC500
2321 #define B_AX_BRK_SETUP BIT(16)
2322 #define B_AX_TBTT_UPD_SHIFT_SEL BIT(15)
2323 #define B_AX_BCN_DROP_ALLOW BIT(14)
2324 #define B_AX_TBTT_PROHIB_EN BIT(13)
2325 #define B_AX_BCNTX_EN BIT(12)
2326 #define B_AX_NET_TYPE_MASK GENMASK(11, 10)
2327 #define B_AX_BCN_FORCETX_EN BIT(9)
2328 #define B_AX_TXBCN_BTCCA_EN BIT(8)
2329 #define B_AX_BCNERR_CNT_EN BIT(7)
2330 #define B_AX_BCN_AGRES BIT(6)
2331 #define B_AX_TSFTR_RST BIT(5)
2332 #define B_AX_RX_BSSID_FIT_EN BIT(4)
2333 #define B_AX_TSF_UDT_EN BIT(3)
2334 #define B_AX_PORT_FUNC_EN BIT(2)
2335 #define B_AX_TXBCN_RPT_EN BIT(1)
2336 #define B_AX_RXBCN_RPT_EN BIT(0)
2337 
2338 #define R_AX_TBTT_PROHIB_P0 0xC404
2339 #define R_AX_TBTT_PROHIB_P1 0xC444
2340 #define R_AX_TBTT_PROHIB_P2 0xC484
2341 #define R_AX_TBTT_PROHIB_P3 0xC4C4
2342 #define R_AX_TBTT_PROHIB_P4 0xC504
2343 #define B_AX_TBTT_HOLD_MASK GENMASK(27, 16)
2344 #define B_AX_TBTT_SETUP_MASK GENMASK(7, 0)
2345 
2346 #define R_AX_BCN_AREA_P0 0xC408
2347 #define R_AX_BCN_AREA_P1 0xC448
2348 #define R_AX_BCN_AREA_P2 0xC488
2349 #define R_AX_BCN_AREA_P3 0xC4C8
2350 #define R_AX_BCN_AREA_P4 0xC508
2351 #define B_AX_BCN_MSK_AREA_MASK GENMASK(27, 16)
2352 #define B_AX_BCN_CTN_AREA_MASK GENMASK(11, 0)
2353 
2354 #define R_AX_BCNERLYINT_CFG_P0 0xC40C
2355 #define R_AX_BCNERLYINT_CFG_P1 0xC44C
2356 #define R_AX_BCNERLYINT_CFG_P2 0xC48C
2357 #define R_AX_BCNERLYINT_CFG_P3 0xC4CC
2358 #define R_AX_BCNERLYINT_CFG_P4 0xC50C
2359 #define B_AX_BCNERLY_MASK GENMASK(11, 0)
2360 
2361 #define R_AX_TBTTERLYINT_CFG_P0 0xC40E
2362 #define R_AX_TBTTERLYINT_CFG_P1 0xC44E
2363 #define R_AX_TBTTERLYINT_CFG_P2 0xC48E
2364 #define R_AX_TBTTERLYINT_CFG_P3 0xC4CE
2365 #define R_AX_TBTTERLYINT_CFG_P4 0xC50E
2366 #define B_AX_TBTTERLY_MASK GENMASK(11, 0)
2367 
2368 #define R_AX_TBTT_AGG_P0 0xC412
2369 #define R_AX_TBTT_AGG_P1 0xC452
2370 #define R_AX_TBTT_AGG_P2 0xC492
2371 #define R_AX_TBTT_AGG_P3 0xC4D2
2372 #define R_AX_TBTT_AGG_P4 0xC512
2373 #define B_AX_TBTT_AGG_NUM_MASK GENMASK(15, 8)
2374 
2375 #define R_AX_BCN_SPACE_CFG_P0 0xC414
2376 #define R_AX_BCN_SPACE_CFG_P1 0xC454
2377 #define R_AX_BCN_SPACE_CFG_P2 0xC494
2378 #define R_AX_BCN_SPACE_CFG_P3 0xC4D4
2379 #define R_AX_BCN_SPACE_CFG_P4 0xC514
2380 #define B_AX_SUB_BCN_SPACE_MASK GENMASK(23, 16)
2381 #define B_AX_BCN_SPACE_MASK GENMASK(15, 0)
2382 
2383 #define R_AX_BCN_FORCETX_P0 0xC418
2384 #define R_AX_BCN_FORCETX_P1 0xC458
2385 #define R_AX_BCN_FORCETX_P2 0xC498
2386 #define R_AX_BCN_FORCETX_P3 0xC4D8
2387 #define R_AX_BCN_FORCETX_P4 0xC518
2388 #define B_AX_FORCE_BCN_CURRCNT_MASK GENMASK(23, 16)
2389 #define B_AX_FORCE_BCN_NUM_MASK GENMASK(15, 0)
2390 #define B_AX_BCN_MAX_ERR_MASK GENMASK(7, 0)
2391 
2392 #define R_AX_BCN_ERR_CNT_P0 0xC420
2393 #define R_AX_BCN_ERR_CNT_P1 0xC460
2394 #define R_AX_BCN_ERR_CNT_P2 0xC4A0
2395 #define R_AX_BCN_ERR_CNT_P3 0xC4E0
2396 #define R_AX_BCN_ERR_CNT_P4 0xC520
2397 #define B_AX_BCN_ERR_CNT_SUM_MASK GENMASK(31, 24)
2398 #define B_AX_BCN_ERR_CNT_NAV_MASK GENMASK(23, 16)
2399 #define B_AX_BCN_ERR_CNT_EDCCA_MASK GENMASK(15, 0)
2400 #define B_AX_BCN_ERR_CNT_CCA_MASK GENMASK(7, 0)
2401 
2402 #define R_AX_BCN_ERR_FLAG_P0 0xC424
2403 #define R_AX_BCN_ERR_FLAG_P1 0xC464
2404 #define R_AX_BCN_ERR_FLAG_P2 0xC4A4
2405 #define R_AX_BCN_ERR_FLAG_P3 0xC4E4
2406 #define R_AX_BCN_ERR_FLAG_P4 0xC524
2407 #define B_AX_BCN_ERR_FLAG_OTHERS BIT(6)
2408 #define B_AX_BCN_ERR_FLAG_MAC BIT(5)
2409 #define B_AX_BCN_ERR_FLAG_TXON BIT(4)
2410 #define B_AX_BCN_ERR_FLAG_SRCHEND BIT(3)
2411 #define B_AX_BCN_ERR_FLAG_INVALID BIT(2)
2412 #define B_AX_BCN_ERR_FLAG_CMP BIT(1)
2413 #define B_AX_BCN_ERR_FLAG_LOCK BIT(0)
2414 
2415 #define R_AX_DTIM_CTRL_P0 0xC426
2416 #define R_AX_DTIM_CTRL_P1 0xC466
2417 #define R_AX_DTIM_CTRL_P2 0xC4A6
2418 #define R_AX_DTIM_CTRL_P3 0xC4E6
2419 #define R_AX_DTIM_CTRL_P4 0xC526
2420 #define B_AX_DTIM_NUM_MASK GENMASK(15, 8)
2421 #define B_AX_DTIM_CURRCNT_MASK GENMASK(7, 0)
2422 
2423 #define R_AX_TBTT_SHIFT_P0 0xC428
2424 #define R_AX_TBTT_SHIFT_P1 0xC468
2425 #define R_AX_TBTT_SHIFT_P2 0xC4A8
2426 #define R_AX_TBTT_SHIFT_P3 0xC4E8
2427 #define R_AX_TBTT_SHIFT_P4 0xC528
2428 #define B_AX_TBTT_SHIFT_OFST_MASK GENMASK(11, 0)
2429 #define B_AX_TBTT_SHIFT_OFST_SIGN BIT(11)
2430 #define B_AX_TBTT_SHIFT_OFST_MAG GENMASK(10, 0)
2431 
2432 #define R_AX_BCN_CNT_TMR_P0 0xC434
2433 #define R_AX_BCN_CNT_TMR_P1 0xC474
2434 #define R_AX_BCN_CNT_TMR_P2 0xC4B4
2435 #define R_AX_BCN_CNT_TMR_P3 0xC4F4
2436 #define R_AX_BCN_CNT_TMR_P4 0xC534
2437 #define B_AX_BCN_CNT_TMR_MASK GENMASK(31, 0)
2438 
2439 #define R_AX_TSFTR_LOW_P0 0xC438
2440 #define R_AX_TSFTR_LOW_P1 0xC478
2441 #define R_AX_TSFTR_LOW_P2 0xC4B8
2442 #define R_AX_TSFTR_LOW_P3 0xC4F8
2443 #define R_AX_TSFTR_LOW_P4 0xC538
2444 #define B_AX_TSFTR_LOW_MASK GENMASK(31, 0)
2445 
2446 #define R_AX_TSFTR_HIGH_P0 0xC43C
2447 #define R_AX_TSFTR_HIGH_P1 0xC47C
2448 #define R_AX_TSFTR_HIGH_P2 0xC4BC
2449 #define R_AX_TSFTR_HIGH_P3 0xC4FC
2450 #define R_AX_TSFTR_HIGH_P4 0xC53C
2451 #define B_AX_TSFTR_HIGH_MASK GENMASK(31, 0)
2452 
2453 #define R_AX_BCN_DROP_ALL0 0xC560
2454 #define R_AX_BCN_DROP_ALL0_C1 0xE560
2455 #define B_AX_BCN_DROP_ALL_P4 BIT(4)
2456 #define B_AX_BCN_DROP_ALL_P3 BIT(3)
2457 #define B_AX_BCN_DROP_ALL_P2 BIT(2)
2458 #define B_AX_BCN_DROP_ALL_P1 BIT(1)
2459 #define B_AX_BCN_DROP_ALL_P0 BIT(0)
2460 
2461 #define R_AX_MBSSID_CTRL 0xC568
2462 #define R_AX_MBSSID_CTRL_C1 0xE568
2463 #define B_AX_P0MB_ALL_MASK GENMASK(23, 1)
2464 #define B_AX_P0MB_NUM_MASK GENMASK(19, 16)
2465 #define B_AX_P0MB15_EN BIT(15)
2466 #define B_AX_P0MB14_EN BIT(14)
2467 #define B_AX_P0MB13_EN BIT(13)
2468 #define B_AX_P0MB12_EN BIT(12)
2469 #define B_AX_P0MB11_EN BIT(11)
2470 #define B_AX_P0MB10_EN BIT(10)
2471 #define B_AX_P0MB9_EN BIT(9)
2472 #define B_AX_P0MB8_EN BIT(8)
2473 #define B_AX_P0MB7_EN BIT(7)
2474 #define B_AX_P0MB6_EN BIT(6)
2475 #define B_AX_P0MB5_EN BIT(5)
2476 #define B_AX_P0MB4_EN BIT(4)
2477 #define B_AX_P0MB3_EN BIT(3)
2478 #define B_AX_P0MB2_EN BIT(2)
2479 #define B_AX_P0MB1_EN BIT(1)
2480 
2481 #define R_AX_P0MB_HGQ_WINDOW_CFG_0 0xC590
2482 #define R_AX_P0MB_HGQ_WINDOW_CFG_0_C1 0xE590
2483 #define R_AX_PORT_HGQ_WINDOW_CFG 0xC5A0
2484 #define R_AX_PORT_HGQ_WINDOW_CFG_C1 0xE5A0
2485 
2486 #define R_AX_PTCL_COMMON_SETTING_0 0xC600
2487 #define R_AX_PTCL_COMMON_SETTING_0_C1 0xE600
2488 #define B_AX_PCIE_MODE_MASK GENMASK(15, 14)
2489 #define B_AX_CPUMGQ_LIFETIME_EN BIT(8)
2490 #define B_AX_MGQ_LIFETIME_EN BIT(7)
2491 #define B_AX_LIFETIME_EN BIT(6)
2492 #define B_AX_PTCL_TRIGGER_SS_EN_UL BIT(4)
2493 #define B_AX_PTCL_TRIGGER_SS_EN_1 BIT(3)
2494 #define B_AX_PTCL_TRIGGER_SS_EN_0 BIT(2)
2495 #define B_AX_CMAC_TX_MODE_1 BIT(1)
2496 #define B_AX_CMAC_TX_MODE_0 BIT(0)
2497 
2498 #define R_AX_AMPDU_AGG_LIMIT 0xC610
2499 #define B_AX_AMPDU_MAX_TIME_MASK GENMASK(31, 24)
2500 #define B_AX_RA_TRY_RATE_AGG_LMT_MASK GENMASK(23, 16)
2501 #define B_AX_RTS_MAX_AGG_NUM_MASK GENMASK(15, 8)
2502 #define B_AX_MAX_AGG_NUM_MASK GENMASK(7, 0)
2503 
2504 #define R_AX_AGG_LEN_HT_0 0xC614
2505 #define R_AX_AGG_LEN_HT_0_C1 0xE614
2506 #define B_AX_AMPDU_MAX_LEN_HT_MASK GENMASK(31, 16)
2507 #define B_AX_RTS_TXTIME_TH_MASK GENMASK(15, 8)
2508 #define B_AX_RTS_LEN_TH_MASK GENMASK(7, 0)
2509 
2510 #define R_AX_AGG_LEN_VHT_0 0xC618
2511 #define R_AX_AGG_LEN_VHT_0_C1 0xE618
2512 #define B_AX_AMPDU_MAX_LEN_VHT_MASK GENMASK(19, 0)
2513 
2514 #define S_AX_CTS2S_TH_SEC_256B 1
2515 #define R_AX_SIFS_SETTING 0xC624
2516 #define R_AX_SIFS_SETTING_C1 0xE624
2517 #define B_AX_HW_CTS2SELF_PKT_LEN_TH_MASK GENMASK(31, 24)
2518 #define B_AX_HW_CTS2SELF_PKT_LEN_TH_TWW_MASK GENMASK(23, 18)
2519 #define B_AX_HW_CTS2SELF_EN BIT(16)
2520 #define B_AX_SPEC_SIFS_OFDM_PTCL_SH 8
2521 #define B_AX_SPEC_SIFS_OFDM_PTCL_MASK GENMASK(15, 8)
2522 #define B_AX_SPEC_SIFS_CCK_PTCL_MASK GENMASK(7, 0)
2523 #define S_AX_CTS2S_TH_1K 4
2524 
2525 #define R_AX_TXRATE_CHK 0xC628
2526 #define R_AX_TXRATE_CHK_C1 0xE628
2527 #define B_AX_DEFT_RATE_MASK GENMASK(15, 7)
2528 #define B_AX_BAND_MODE BIT(4)
2529 #define B_AX_MAX_TXNSS_MASK GENMASK(3, 2)
2530 #define B_AX_RTS_LIMIT_IN_OFDM6 BIT(1)
2531 #define B_AX_CHECK_CCK_EN BIT(0)
2532 
2533 #define R_AX_TXCNT 0xC62C
2534 #define R_AX_TXCNT_C1 0xE62C
2535 #define B_AX_ADD_TXCNT_BY BIT(31)
2536 #define B_AX_S_TXCNT_LMT_MASK GENMASK(29, 24)
2537 #define B_AX_L_TXCNT_LMT_MASK GENMASK(21, 16)
2538 
2539 #define R_AX_MBSSID_DROP_0 0xC63C
2540 #define R_AX_MBSSID_DROP_0_C1 0xE63C
2541 #define B_AX_GI_LTF_FB_SEL BIT(30)
2542 #define B_AX_RATE_SEL_MASK GENMASK(29, 24)
2543 #define B_AX_PORT_DROP_4_0_MASK GENMASK(20, 16)
2544 #define B_AX_MBSSID_DROP_15_0_MASK GENMASK(15, 0)
2545 
2546 #define R_AX_PTCLRPT_FULL_HDL 0xC660
2547 #define R_AX_PTCLRPT_FULL_HDL_C1 0xE660
2548 #define B_AX_RPT_LATCH_PHY_TIME_MASK GENMASK(15, 12)
2549 #define B_AX_F2PCMD_FWWD_RLS_MODE BIT(9)
2550 #define B_AX_F2PCMD_RPT_EN BIT(8)
2551 #define B_AX_BCN_RPT_PATH_MASK GENMASK(7, 6)
2552 #define B_AX_SPE_RPT_PATH_MASK GENMASK(5, 4)
2553 #define FWD_TO_WLCPU 1
2554 #define B_AX_TX_RPT_PATH_MASK GENMASK(3, 2)
2555 #define B_AX_F2PCMDRPT_FULL_DROP BIT(1)
2556 #define B_AX_NON_F2PCMDRPT_FULL_DROP BIT(0)
2557 
2558 #define R_AX_BT_PLT 0xC67C
2559 #define R_AX_BT_PLT_C1 0xE67C
2560 #define B_AX_BT_PLT_PKT_CNT_MASK GENMASK(31, 16)
2561 #define B_AX_BT_PLT_RST BIT(9)
2562 #define B_AX_PLT_EN BIT(8)
2563 #define B_AX_RX_PLT_GNT_LTE_RX BIT(7)
2564 #define B_AX_RX_PLT_GNT_BT_RX BIT(6)
2565 #define B_AX_RX_PLT_GNT_BT_TX BIT(5)
2566 #define B_AX_RX_PLT_GNT_WL BIT(4)
2567 #define B_AX_TX_PLT_GNT_LTE_RX BIT(3)
2568 #define B_AX_TX_PLT_GNT_BT_RX BIT(2)
2569 #define B_AX_TX_PLT_GNT_BT_TX BIT(1)
2570 #define B_AX_TX_PLT_GNT_WL BIT(0)
2571 
2572 #define R_AX_PTCL_BSS_COLOR_0 0xC6A0
2573 #define R_AX_PTCL_BSS_COLOR_0_C1 0xE6A0
2574 #define B_AX_BSS_COLOB_AX_PORT_3_MASK GENMASK(29, 24)
2575 #define B_AX_BSS_COLOB_AX_PORT_2_MASK GENMASK(21, 16)
2576 #define B_AX_BSS_COLOB_AX_PORT_1_MASK GENMASK(13, 8)
2577 #define B_AX_BSS_COLOB_AX_PORT_0_MASK GENMASK(5, 0)
2578 
2579 #define R_AX_PTCL_BSS_COLOR_1 0xC6A4
2580 #define R_AX_PTCL_BSS_COLOR_1_C1 0xE6A4
2581 #define B_AX_BSS_COLOB_AX_PORT_4_MASK GENMASK(5, 0)
2582 
2583 #define R_AX_PTCL_IMR0 0xC6C0
2584 #define R_AX_PTCL_IMR0_C1 0xE6C0
2585 #define B_AX_F2PCMD_PKTID_ERR_INT_EN BIT(31)
2586 #define B_AX_F2PCMD_RD_PKTID_ERR_INT_EN BIT(30)
2587 #define B_AX_F2PCMD_ASSIGN_PKTID_ERR_INT_EN BIT(29)
2588 #define B_AX_F2PCMD_USER_ALLC_ERR_INT_EN BIT(28)
2589 #define B_AX_RX_SPF_U0_PKTID_ERR_INT_EN BIT(27)
2590 #define B_AX_TX_SPF_U1_PKTID_ERR_INT_EN BIT(26)
2591 #define B_AX_TX_SPF_U2_PKTID_ERR_INT_EN BIT(25)
2592 #define B_AX_TX_SPF_U3_PKTID_ERR_INT_EN BIT(24)
2593 #define B_AX_TX_RECORD_PKTID_ERR_INT_EN BIT(23)
2594 #define B_AX_F2PCMD_EMPTY_ERR_INT_EN BIT(15)
2595 #define B_AX_TWTSP_QSEL_ERR_INT_EN BIT(14)
2596 #define B_AX_BCNQ_ORDER_ERR_INT_EN BIT(12)
2597 #define B_AX_Q_PKTID_ERR_INT_EN BIT(11)
2598 #define B_AX_D_PKTID_ERR_INT_EN BIT(10)
2599 #define B_AX_TXPRT_FULL_DROP_ERR_INT_EN BIT(9)
2600 #define B_AX_F2PCMDRPT_FULL_DROP_ERR_INT_EN BIT(8)
2601 #define B_AX_FSM1_TIMEOUT_ERR_INT_EN BIT(1)
2602 #define B_AX_FSM_TIMEOUT_ERR_INT_EN BIT(0)
2603 #define B_AX_PTCL_IMR_CLR_ALL GENMASK(31, 0)
2604 #define B_AX_PTCL_IMR_CLR (B_AX_FSM_TIMEOUT_ERR_INT_EN | \
2605 			   B_AX_F2PCMDRPT_FULL_DROP_ERR_INT_EN | \
2606 			   B_AX_TXPRT_FULL_DROP_ERR_INT_EN | \
2607 			   B_AX_D_PKTID_ERR_INT_EN | \
2608 			   B_AX_Q_PKTID_ERR_INT_EN | \
2609 			   B_AX_BCNQ_ORDER_ERR_INT_EN | \
2610 			   B_AX_TWTSP_QSEL_ERR_INT_EN | \
2611 			   B_AX_F2PCMD_EMPTY_ERR_INT_EN | \
2612 			   B_AX_TX_RECORD_PKTID_ERR_INT_EN | \
2613 			   B_AX_TX_SPF_U3_PKTID_ERR_INT_EN | \
2614 			   B_AX_TX_SPF_U2_PKTID_ERR_INT_EN | \
2615 			   B_AX_TX_SPF_U1_PKTID_ERR_INT_EN | \
2616 			   B_AX_RX_SPF_U0_PKTID_ERR_INT_EN | \
2617 			   B_AX_F2PCMD_USER_ALLC_ERR_INT_EN | \
2618 			   B_AX_F2PCMD_ASSIGN_PKTID_ERR_INT_EN | \
2619 			   B_AX_F2PCMD_RD_PKTID_ERR_INT_EN | \
2620 			   B_AX_F2PCMD_PKTID_ERR_INT_EN)
2621 #define B_AX_PTCL_IMR_SET (B_AX_FSM_TIMEOUT_ERR_INT_EN | \
2622 			   B_AX_TX_RECORD_PKTID_ERR_INT_EN | \
2623 			   B_AX_F2PCMD_USER_ALLC_ERR_INT_EN)
2624 #define B_AX_PTCL_IMR_CLR_V1 (B_AX_FSM1_TIMEOUT_ERR_INT_EN | \
2625 			      B_AX_FSM_TIMEOUT_ERR_INT_EN)
2626 #define B_AX_PTCL_IMR_SET_V1 (B_AX_FSM1_TIMEOUT_ERR_INT_EN | \
2627 			      B_AX_FSM_TIMEOUT_ERR_INT_EN)
2628 
2629 #define R_AX_PTCL_ISR0 0xC6C4
2630 #define R_AX_PTCL_ISR0_C1 0xE6C4
2631 
2632 #define S_AX_PTCL_TO_2MS 0x3F
2633 #define R_AX_PTCL_FSM_MON 0xC6E8
2634 #define R_AX_PTCL_FSM_MON_C1 0xE6E8
2635 #define B_AX_PTCL_TX_ARB_TO_MODE BIT(6)
2636 #define B_AX_PTCL_TX_ARB_TO_THR_MASK GENMASK(5, 0)
2637 
2638 #define R_AX_PTCL_TX_CTN_SEL 0xC6EC
2639 #define R_AX_PTCL_TX_CTN_SEL_C1 0xE6EC
2640 #define B_AX_PTCL_TX_ON_STAT BIT(7)
2641 
2642 #define R_AX_PTCL_DBG_INFO 0xC6F0
2643 #define R_AX_PTCL_DBG_INFO_C1 0xE6F0
2644 #define B_AX_PTCL_DBG_INFO_MASK_BY_PORT(port) \
2645 ({\
2646 	typeof(port) _port = (port); \
2647 	GENMASK((_port) * 2 + 1, (_port) * 2); \
2648 })
2649 
2650 #define B_AX_PTCL_DBG_INFO_MASK GENMASK(31, 0)
2651 #define R_AX_PTCL_DBG 0xC6F4
2652 #define R_AX_PTCL_DBG_C1 0xE6F4
2653 #define B_AX_PTCL_DBG_EN BIT(8)
2654 #define B_AX_PTCL_DBG_SEL_MASK GENMASK(7, 0)
2655 #define AX_PTCL_DBG_BCNQ_NUM0 8
2656 #define AX_PTCL_DBG_BCNQ_NUM1 9
2657 
2658 
2659 #define R_AX_DLE_CTRL 0xC800
2660 #define R_AX_DLE_CTRL_C1 0xE800
2661 #define B_AX_NO_RESERVE_PAGE_ERR_IMR BIT(23)
2662 #define B_AX_RXDATA_FSM_HANG_ERROR_IMR BIT(15)
2663 #define B_AX_RXSTS_FSM_HANG_ERROR_IMR BIT(14)
2664 #define B_AX_DLE_IMR_CLR (B_AX_RXSTS_FSM_HANG_ERROR_IMR | \
2665 			  B_AX_RXDATA_FSM_HANG_ERROR_IMR | \
2666 			  B_AX_NO_RESERVE_PAGE_ERR_IMR)
2667 #define B_AX_DLE_IMR_SET (B_AX_RXSTS_FSM_HANG_ERROR_IMR | \
2668 			  B_AX_RXDATA_FSM_HANG_ERROR_IMR)
2669 
2670 #define R_AX_RX_ERR_FLAG 0xC800
2671 #define R_AX_RX_ERR_FLAG_C1 0xE800
2672 #define B_AX_RX_GET_NO_PAGE_ERR BIT(31)
2673 #define B_AX_RX_GET_NULL_PKT_ERR BIT(30)
2674 #define B_AX_RX_RU0_FSM_HANG_ERR BIT(29)
2675 #define B_AX_RX_RU1_FSM_HANG_ERR BIT(28)
2676 #define B_AX_RX_RU2_FSM_HANG_ERR BIT(27)
2677 #define B_AX_RX_RU3_FSM_HANG_ERR BIT(26)
2678 #define B_AX_RX_RU4_FSM_HANG_ERR BIT(25)
2679 #define B_AX_RX_RU5_FSM_HANG_ERR BIT(24)
2680 #define B_AX_RX_RU6_FSM_HANG_ERR BIT(23)
2681 #define B_AX_RX_RU7_FSM_HANG_ERR BIT(22)
2682 #define B_AX_RX_RXSTS_FSM_HANG_ERR BIT(21)
2683 #define B_AX_RX_CSI_FSM_HANG_ERR BIT(20)
2684 #define B_AX_RX_TXRPT_FSM_HANG_ERR BIT(19)
2685 #define B_AX_RX_F2PCMD_FSM_HANG_ERR BIT(18)
2686 #define B_AX_RX_RU0_ZERO_LEN_ERR BIT(17)
2687 #define B_AX_RX_RU1_ZERO_LEN_ERR BIT(16)
2688 #define B_AX_RX_RU2_ZERO_LEN_ERR BIT(15)
2689 #define B_AX_RX_RU3_ZERO_LEN_ERR BIT(14)
2690 #define B_AX_RX_RU4_ZERO_LEN_ERR BIT(13)
2691 #define B_AX_RX_RU5_ZERO_LEN_ERR BIT(12)
2692 #define B_AX_RX_RU6_ZERO_LEN_ERR BIT(11)
2693 #define B_AX_RX_RU7_ZERO_LEN_ERR BIT(10)
2694 #define B_AX_RX_RXSTS_ZERO_LEN_ERR BIT(9)
2695 #define B_AX_RX_CSI_ZERO_LEN_ERR BIT(8)
2696 #define B_AX_PLE_DATA_OPT_FSM_HANG BIT(7)
2697 #define B_AX_PLE_RXDATA_REQ_BUF_FSM_HANG BIT(6)
2698 #define B_AX_PLE_TXRPT_REQ_BUF_FSM_HANG BIT(5)
2699 #define B_AX_PLE_WD_OPT_FSM_HANG BIT(4)
2700 #define B_AX_PLE_ENQ_FSM_HANG BIT(3)
2701 #define B_AX_RXDATA_ENQUE_ORDER_ERR BIT(2)
2702 #define B_AX_RXSTS_ENQUE_ORDER_ERR BIT(1)
2703 #define B_AX_RX_CSI_PKT_NUM_ERR BIT(0)
2704 
2705 #define R_AX_RXDMA_CTRL_0 0xC804
2706 #define R_AX_RXDMA_CTRL_0_C1 0xE804
2707 #define B_AX_RXDMA_DBGOUT_EN BIT(31)
2708 #define B_AX_RXDMA_DBG_SEL_MASK GENMASK(30, 29)
2709 #define B_AX_RXDMA_FIFO_DBG_SEL_MASK GENMASK(28, 25)
2710 #define B_AX_RXDMA_DEFAULT_PAGE_MASK GENMASK(22, 21)
2711 #define B_AX_RXDMA_BUFF_REQ_PRI_MASK GENMASK(20, 19)
2712 #define B_AX_RXDMA_TGT_QUEID_MASK GENMASK(18, 13)
2713 #define B_AX_RXDMA_TGT_PRID_MASK GENMASK(12, 10)
2714 #define B_AX_RXDMA_DIS_CSI_RELEASE BIT(9)
2715 #define B_AX_RXDMA_DIS_RXSTS_WAIT_PTR_CLR BIT(7)
2716 #define B_AX_RXDMA_DIS_CSI_WAIT_PTR_CLR BIT(6)
2717 #define B_AX_RXSTS_PTR_FULL_MODE BIT(5)
2718 #define B_AX_CSI_PTR_FULL_MODE BIT(4)
2719 #define B_AX_RU3_PTR_FULL_MODE BIT(3)
2720 #define B_AX_RU2_PTR_FULL_MODE BIT(2)
2721 #define B_AX_RU1_PTR_FULL_MODE BIT(1)
2722 #define B_AX_RU0_PTR_FULL_MODE BIT(0)
2723 #define RX_FULL_MODE (B_AX_RU0_PTR_FULL_MODE | B_AX_RU1_PTR_FULL_MODE | \
2724 		      B_AX_RU2_PTR_FULL_MODE | B_AX_RU3_PTR_FULL_MODE | \
2725 		      B_AX_CSI_PTR_FULL_MODE | B_AX_RXSTS_PTR_FULL_MODE)
2726 
2727 #define R_AX_RX_CTRL0 0xC808
2728 #define R_AX_RX_CTRL0_C1 0xE808
2729 #define B_AX_DLE_CLOCK_FORCE_V1 BIT(31)
2730 #define B_AX_TXDMA_CLOCK_FORCE_V1 BIT(30)
2731 #define B_AX_RXDMA_CLOCK_FORCE_V1 BIT(29)
2732 #define B_AX_RXDMA_DEFAULT_PAGE_V1_MASK GENMASK(28, 24)
2733 #define B_AX_RXDMA_CSI_TGT_QUEID_MASK GENMASK(23, 18)
2734 #define B_AX_RXDMA_CSI_TGT_PRID_MASK GENMASK(17, 15)
2735 #define B_AX_RXDMA_DIS_CSI_RELEASE_V1 BIT(14)
2736 #define B_AX_CSI_PTR_FULL_MODE_V1 BIT(13)
2737 #define B_AX_RXDATA_PTR_FULL_MODE BIT(12)
2738 #define B_AX_RXSTS_PTR_FULL_MODE_V1 BIT(11)
2739 #define B_AX_TXRPT_FULL_RSV_DEPTH_V1_MASK GENMASK(10, 8)
2740 #define B_AX_RXDATA_FULL_RSV_DEPTH_MASK GENMASK(7, 5)
2741 #define B_AX_RXSTS_FULL_RSV_DEPTH_V1_MASK GENMASK(4, 2)
2742 #define B_AX_ORDER_FIFO_MASK GENMASK(1, 0)
2743 
2744 #define R_AX_RX_CTRL1 0xC80C
2745 #define R_AX_RX_CTRL1_C1 0xE80C
2746 #define B_AX_RXDMA_TXRPT_QUEUE_ID_SW_EN BIT(31)
2747 #define B_AX_RXDMA_TXRPT_QUEUE_ID_SW_V1_MASK GENMASK(30, 25)
2748 #define B_AX_RXDMA_F2PCMD_QUEUE_ID_SW_EN BIT(24)
2749 #define B_AX_RXDMA_F2PCMD_QUEUE_ID_SW_V1_MASK GENMASK(23, 18)
2750 #define B_AX_RXDMA_TXRPT_QUEUE_ID_TGT_SW_EN BIT(17)
2751 #define B_AX_RXDMA_TXRPT_QUEUE_ID_TGT_SW_1_MASK GENMASK(16, 11)
2752 #define B_AX_RXDMA_F2PCMD_QUEUE_ID_TGT_SW_EN BIT(10)
2753 #define B_AX_RXDMA_F2PCMD_QUEUE_ID_TGT_SW_1_MASK GENMASK(9, 4)
2754 #define B_AX_ORDER_FIFO_OUT BIT(3)
2755 #define B_AX_ORDER_FIFO_EMPTY BIT(2)
2756 #define B_AX_DBG_SEL_MASK GENMASK(1, 0)
2757 
2758 #define R_AX_RX_CTRL2 0xC810
2759 #define R_AX_RX_CTRL2_C1 0xE810
2760 #define B_AX_DLE_WDE_STATE_V1_MASK GENMASK(31, 30)
2761 #define B_AX_DLE_PLE_STATE_V1_MASK GENMASK(29, 28)
2762 #define B_AX_DLE_REQ_BUF_STATE_MASK GENMASK(27, 26)
2763 #define B_AX_DLE_ENQ_STATE_V1 BIT(25)
2764 #define B_AX_RX_DBG_SEL_MASK GENMASK(24, 19)
2765 #define B_AX_MACRX_CS_MASK GENMASK(18, 14)
2766 #define B_AX_RXSTS_CS_MASK GENMASK(13, 9)
2767 #define B_AX_ERR_INDICATOR BIT(5)
2768 #define B_AX_TXRPT_CS_MASK GENMASK(4, 0)
2769 
2770 #define R_AX_RXDMA_PKT_INFO_0 0xC814
2771 #define R_AX_RXDMA_PKT_INFO_1 0xC818
2772 #define R_AX_RXDMA_PKT_INFO_2 0xC81C
2773 
2774 #define R_AX_RX_ERR_FLAG_IMR 0xC804
2775 #define R_AX_RX_ERR_FLAG_IMR_C1 0xE804
2776 #define B_AX_RX_GET_NULL_PKT_ERR_MSK BIT(30)
2777 #define B_AX_RX_RU0_FSM_HANG_MSK_ERR_MSK BIT(29)
2778 #define B_AX_RX_RU1_FSM_HANG_MSK_ERR_MSK BIT(28)
2779 #define B_AX_RX_RU2_FSM_HANG_MSK_ERR_MSK BIT(27)
2780 #define B_AX_RX_RU3_FSM_HANG_MSK_ERR_MSK BIT(26)
2781 #define B_AX_RX_RU4_FSM_HANG_MSK_ERR_MSK BIT(25)
2782 #define B_AX_RX_RU5_FSM_HANG_MSK_ERR_MSK BIT(24)
2783 #define B_AX_RX_RU6_FSM_HANG_MSK_ERR_MSK BIT(23)
2784 #define B_AX_RX_RU7_FSM_HANG_MSK_ERR_MSK BIT(22)
2785 #define B_AX_RX_RXSTS_FSM_HANG_MSK_ERR_MSK BIT(21)
2786 #define B_AX_RX_CSI_FSM_HANG_MSK_ERR_MSK BIT(20)
2787 #define B_AX_RX_TXRPT_FSM_HANG_MSK_ERR_MSK BIT(19)
2788 #define B_AX_RX_F2PCMD_FSM_HANG_MSK_ERR_MSK BIT(18)
2789 #define B_AX_RX_RU0_ZERO_LEN_ERR_MSK BIT(17)
2790 #define B_AX_RX_RU1_ZERO_LEN_ERR_MSK BIT(16)
2791 #define B_AX_RX_RU2_ZERO_LEN_ERR_MSK BIT(15)
2792 #define B_AX_RX_RU3_ZERO_LEN_ERR_MSK BIT(14)
2793 #define B_AX_RX_RU4_ZERO_LEN_ERR_MSK BIT(13)
2794 #define B_AX_RX_RU5_ZERO_LEN_ERR_MSK BIT(12)
2795 #define B_AX_RX_RU6_ZERO_LEN_ERR_MSK BIT(11)
2796 #define B_AX_RX_RU7_ZERO_LEN_ERR_MSK BIT(10)
2797 #define B_AX_RX_RXSTS_ZERO_LEN_ERR_MSK BIT(9)
2798 #define B_AX_RX_CSI_ZERO_LEN_ERR_MSK BIT(8)
2799 #define B_AX_PLE_DATA_OPT_FSM_HANG_MSK BIT(7)
2800 #define B_AX_PLE_RXDATA_REQ_BUF_FSM_HANG_MSK BIT(6)
2801 #define B_AX_PLE_TXRPT_REQ_BUF_FSM_HANG_MSK BIT(5)
2802 #define B_AX_PLE_WD_OPT_FSM_HANG_MSK BIT(4)
2803 #define B_AX_PLE_ENQ_FSM_HANG_MSK BIT(3)
2804 #define B_AX_RXDATA_ENQUE_ORDER_ERR_MSK BIT(2)
2805 #define B_AX_RXSTS_ENQUE_ORDER_ERR_MSK BIT(1)
2806 #define B_AX_RX_CSI_PKT_NUM_ERR_MSK BIT(0)
2807 #define B_AX_RX_ERR_IMR_CLR_V1 (B_AX_RXSTS_ENQUE_ORDER_ERR_MSK | \
2808 				B_AX_RXDATA_ENQUE_ORDER_ERR_MSK | \
2809 				B_AX_RX_CSI_ZERO_LEN_ERR_MSK | \
2810 				B_AX_RX_RXSTS_ZERO_LEN_ERR_MSK | \
2811 				B_AX_RX_RU7_ZERO_LEN_ERR_MSK | \
2812 				B_AX_RX_RU6_ZERO_LEN_ERR_MSK | \
2813 				B_AX_RX_RU5_ZERO_LEN_ERR_MSK | \
2814 				B_AX_RX_RU4_ZERO_LEN_ERR_MSK | \
2815 				B_AX_RX_RU3_ZERO_LEN_ERR_MSK | \
2816 				B_AX_RX_RU2_ZERO_LEN_ERR_MSK | \
2817 				B_AX_RX_RU1_ZERO_LEN_ERR_MSK | \
2818 				B_AX_RX_RU0_ZERO_LEN_ERR_MSK | \
2819 				B_AX_RX_F2PCMD_FSM_HANG_MSK_ERR_MSK | \
2820 				B_AX_RX_TXRPT_FSM_HANG_MSK_ERR_MSK | \
2821 				B_AX_RX_CSI_FSM_HANG_MSK_ERR_MSK | \
2822 				B_AX_RX_RXSTS_FSM_HANG_MSK_ERR_MSK | \
2823 				B_AX_RX_RU7_FSM_HANG_MSK_ERR_MSK | \
2824 				B_AX_RX_RU6_FSM_HANG_MSK_ERR_MSK | \
2825 				B_AX_RX_RU5_FSM_HANG_MSK_ERR_MSK | \
2826 				B_AX_RX_RU4_FSM_HANG_MSK_ERR_MSK | \
2827 				B_AX_RX_RU3_FSM_HANG_MSK_ERR_MSK | \
2828 				B_AX_RX_RU2_FSM_HANG_MSK_ERR_MSK | \
2829 				B_AX_RX_RU1_FSM_HANG_MSK_ERR_MSK | \
2830 				B_AX_RX_RU0_FSM_HANG_MSK_ERR_MSK | \
2831 				B_AX_RX_GET_NULL_PKT_ERR_MSK)
2832 #define B_AX_RX_ERR_IMR_SET_V1 (B_AX_RXSTS_ENQUE_ORDER_ERR_MSK | \
2833 				B_AX_RXDATA_ENQUE_ORDER_ERR_MSK | \
2834 				B_AX_RX_CSI_ZERO_LEN_ERR_MSK | \
2835 				B_AX_RX_RXSTS_ZERO_LEN_ERR_MSK | \
2836 				B_AX_RX_RU7_ZERO_LEN_ERR_MSK | \
2837 				B_AX_RX_RU6_ZERO_LEN_ERR_MSK | \
2838 				B_AX_RX_RU5_ZERO_LEN_ERR_MSK | \
2839 				B_AX_RX_RU4_ZERO_LEN_ERR_MSK | \
2840 				B_AX_RX_RU3_ZERO_LEN_ERR_MSK | \
2841 				B_AX_RX_RU2_ZERO_LEN_ERR_MSK | \
2842 				B_AX_RX_RU1_ZERO_LEN_ERR_MSK | \
2843 				B_AX_RX_RU0_ZERO_LEN_ERR_MSK | \
2844 				B_AX_RX_F2PCMD_FSM_HANG_MSK_ERR_MSK | \
2845 				B_AX_RX_TXRPT_FSM_HANG_MSK_ERR_MSK | \
2846 				B_AX_RX_CSI_FSM_HANG_MSK_ERR_MSK | \
2847 				B_AX_RX_RXSTS_FSM_HANG_MSK_ERR_MSK | \
2848 				B_AX_RX_RU7_FSM_HANG_MSK_ERR_MSK | \
2849 				B_AX_RX_RU6_FSM_HANG_MSK_ERR_MSK | \
2850 				B_AX_RX_RU5_FSM_HANG_MSK_ERR_MSK | \
2851 				B_AX_RX_RU4_FSM_HANG_MSK_ERR_MSK | \
2852 				B_AX_RX_RU3_FSM_HANG_MSK_ERR_MSK | \
2853 				B_AX_RX_RU2_FSM_HANG_MSK_ERR_MSK | \
2854 				B_AX_RX_RU1_FSM_HANG_MSK_ERR_MSK | \
2855 				B_AX_RX_RU0_FSM_HANG_MSK_ERR_MSK | \
2856 				B_AX_RX_GET_NULL_PKT_ERR_MSK)
2857 
2858 #define R_AX_TX_ERR_FLAG_IMR 0xC870
2859 #define R_AX_TX_ERR_FLAG_IMR_C1 0xE870
2860 #define B_AX_TX_RU0_FSM_HANG_ERR_MSK BIT(31)
2861 #define B_AX_TX_RU1_FSM_HANG_ERR_MSK BIT(30)
2862 #define B_AX_TX_RU2_FSM_HANG_ERR_MSK BIT(29)
2863 #define B_AX_TX_RU3_FSM_HANG_ERR_MSK BIT(28)
2864 #define B_AX_TX_RU4_FSM_HANG_ERR_MSK BIT(27)
2865 #define B_AX_TX_RU5_FSM_HANG_ERR_MSK BIT(26)
2866 #define B_AX_TX_RU6_FSM_HANG_ERR_MSK BIT(25)
2867 #define B_AX_TX_RU7_FSM_HANG_ERR_MSK BIT(24)
2868 #define B_AX_TX_RU8_FSM_HANG_ERR_MSK BIT(23)
2869 #define B_AX_TX_RU9_FSM_HANG_ERR_MSK BIT(22)
2870 #define B_AX_TX_RU10_FSM_HANG_ERR_MSK BIT(21)
2871 #define B_AX_TX_RU11_FSM_HANG_ERR_MSK BIT(20)
2872 #define B_AX_TX_RU12_FSM_HANG_ERR_MSK BIT(19)
2873 #define B_AX_TX_RU13_FSM_HANG_ERR_MSK BIT(18)
2874 #define B_AX_TX_RU14_FSM_HANG_ERR_MSK BIT(17)
2875 #define B_AX_TX_RU15_FSM_HANG_ERR_MSK BIT(16)
2876 #define B_AX_TX_CSI_FSM_HANG_ERR_MSK BIT(15)
2877 #define B_AX_TX_WD_PLD_ID_FSM_HANG_ERR_MSK BIT(14)
2878 #define B_AX_TX_ERR_IMR_CLR_V1 (B_AX_TX_WD_PLD_ID_FSM_HANG_ERR_MSK | \
2879 				B_AX_TX_CSI_FSM_HANG_ERR_MSK | \
2880 				B_AX_TX_RU7_FSM_HANG_ERR_MSK | \
2881 				B_AX_TX_RU6_FSM_HANG_ERR_MSK | \
2882 				B_AX_TX_RU5_FSM_HANG_ERR_MSK | \
2883 				B_AX_TX_RU4_FSM_HANG_ERR_MSK | \
2884 				B_AX_TX_RU3_FSM_HANG_ERR_MSK | \
2885 				B_AX_TX_RU2_FSM_HANG_ERR_MSK | \
2886 				B_AX_TX_RU1_FSM_HANG_ERR_MSK | \
2887 				B_AX_TX_RU0_FSM_HANG_ERR_MSK)
2888 #define B_AX_TX_ERR_IMR_SET_V1 (B_AX_TX_WD_PLD_ID_FSM_HANG_ERR_MSK | \
2889 				B_AX_TX_CSI_FSM_HANG_ERR_MSK | \
2890 				B_AX_TX_RU7_FSM_HANG_ERR_MSK | \
2891 				B_AX_TX_RU6_FSM_HANG_ERR_MSK | \
2892 				B_AX_TX_RU5_FSM_HANG_ERR_MSK | \
2893 				B_AX_TX_RU4_FSM_HANG_ERR_MSK | \
2894 				B_AX_TX_RU3_FSM_HANG_ERR_MSK | \
2895 				B_AX_TX_RU2_FSM_HANG_ERR_MSK | \
2896 				B_AX_TX_RU1_FSM_HANG_ERR_MSK | \
2897 				B_AX_TX_RU0_FSM_HANG_ERR_MSK)
2898 
2899 #define R_AX_TCR0 0xCA00
2900 #define R_AX_TCR0_C1 0xEA00
2901 #define B_AX_TCR_ZLD_NUM_MASK GENMASK(31, 24)
2902 #define B_AX_TCR_UDF_EN BIT(23)
2903 #define B_AX_TCR_UDF_THSD_MASK GENMASK(22, 16)
2904 #define TCR_UDF_THSD 0x6
2905 #define B_AX_TCR_ERRSTEN_MASK GENMASK(15, 10)
2906 #define B_AX_TCR_VHTSIGA1_TXPS BIT(9)
2907 #define B_AX_TCR_PLCP_ERRHDL_EN BIT(8)
2908 #define B_AX_TCR_PADSEL BIT(7)
2909 #define B_AX_TCR_MASK_SIGBCRC BIT(6)
2910 #define B_AX_TCR_SR_VAL15_ALLOW BIT(5)
2911 #define B_AX_TCR_EN_EOF BIT(4)
2912 #define B_AX_TCR_EN_SCRAM_INC BIT(3)
2913 #define B_AX_TCR_EN_20MST BIT(2)
2914 #define B_AX_TCR_CRC BIT(1)
2915 #define B_AX_TCR_DISGCLK BIT(0)
2916 
2917 #define R_AX_TCR1 0xCA04
2918 #define R_AX_TCR1_C1 0xEA04
2919 #define B_AX_TXDFIFO_THRESHOLD GENMASK(31, 28)
2920 #define B_AX_TCR_CCK_LOCK_CLK BIT(27)
2921 #define B_AX_TCR_FORCE_READ_TXDFIFO BIT(26)
2922 #define B_AX_TCR_USTIME GENMASK(23, 16)
2923 #define B_AX_TCR_SMOOTH_VAL BIT(15)
2924 #define B_AX_TCR_SMOOTH_CTRL BIT(14)
2925 #define B_AX_CS_REQ_VAL BIT(13)
2926 #define B_AX_CS_REQ_SEL BIT(12)
2927 #define B_AX_TCR_ZLD_USTIME_AFTERPHYTXON GENMASK(11, 8)
2928 #define B_AX_TCR_TXTIMEOUT GENMASK(7, 0)
2929 
2930 #define R_AX_MD_TSFT_STMP_CTL 0xCA08
2931 #define R_AX_MD_TSFT_STMP_CTL_C1 0xEA08
2932 #define B_AX_TSFT_OFS_MASK GENMASK(31, 16)
2933 #define B_AX_STMP_THSD_MASK GENMASK(15, 8)
2934 #define B_AX_UPD_HGQMD BIT(1)
2935 #define B_AX_UPD_TIMIE BIT(0)
2936 
2937 #define R_AX_PPWRBIT_SETTING 0xCA0C
2938 #define R_AX_PPWRBIT_SETTING_C1 0xEA0C
2939 
2940 #define R_AX_TXD_FIFO_CTRL 0xCA1C
2941 #define R_AX_TXD_FIFO_CTRL_C1 0xEA1C
2942 #define B_AX_NON_LEGACY_PPDU_ZLD_USTIMER_MASK GENMASK(28, 24)
2943 #define B_AX_LEGACY_PPDU_ZLD_USTIMER_MASK GENMASK(20, 16)
2944 #define B_AX_TXDFIFO_HIGH_MCS_THRE_MASK GENMASK(15, 12)
2945 #define TXDFIFO_HIGH_MCS_THRE 0x7
2946 #define B_AX_TXDFIFO_LOW_MCS_THRE_MASK GENMASK(11, 8)
2947 #define TXDFIFO_LOW_MCS_THRE  0x7
2948 #define B_AX_HIGH_MCS_PHY_RATE_MASK GENMASK(7, 4)
2949 #define B_AX_BW_PHY_RATE_MASK GENMASK(1, 0)
2950 
2951 #define R_AX_MACTX_DBG_SEL_CNT 0xCA20
2952 #define R_AX_MACTX_DBG_SEL_CNT_C1 0xEA20
2953 #define B_AX_MACTX_MPDU_CNT GENMASK(31, 24)
2954 #define B_AX_MACTX_DMA_CNT GENMASK(23, 16)
2955 #define B_AX_LENGTH_ERR_FLAG_U3 BIT(11)
2956 #define B_AX_LENGTH_ERR_FLAG_U2 BIT(10)
2957 #define B_AX_LENGTH_ERR_FLAG_U1 BIT(9)
2958 #define B_AX_LENGTH_ERR_FLAG_U0 BIT(8)
2959 #define B_AX_DBGSEL_MACTX_MASK GENMASK(5, 0)
2960 
2961 #define R_AX_WMAC_TX_CTRL_DEBUG 0xCAE4
2962 #define R_AX_WMAC_TX_CTRL_DEBUG_C1 0xEAE4
2963 #define B_AX_TX_CTRL_DEBUG_SEL_MASK GENMASK(3, 0)
2964 
2965 #define R_AX_WMAC_TX_INFO0_DEBUG 0xCAE8
2966 #define R_AX_WMAC_TX_INFO0_DEBUG_C1 0xEAE8
2967 #define B_AX_TX_CTRL_INFO_P0_MASK GENMASK(31, 0)
2968 
2969 #define R_AX_WMAC_TX_INFO1_DEBUG 0xCAEC
2970 #define R_AX_WMAC_TX_INFO1_DEBUG_C1 0xEAEC
2971 #define B_AX_TX_CTRL_INFO_P1_MASK GENMASK(31, 0)
2972 
2973 #define R_AX_RSP_CHK_SIG 0xCC00
2974 #define R_AX_RSP_CHK_SIG_C1 0xEC00
2975 #define B_AX_RSP_STATIC_RTS_CHK_SERV_BW_EN BIT(30)
2976 #define B_AX_RSP_TBPPDU_CHK_PWR BIT(29)
2977 #define B_AX_RSP_CHK_BASIC_NAV BIT(21)
2978 #define B_AX_RSP_CHK_INTRA_NAV BIT(20)
2979 #define B_AX_RSP_CHK_TXNAV BIT(19)
2980 #define B_AX_TXDATA_END_PS_OPT BIT(18)
2981 #define B_AX_CHECK_SOUNDING_SEQ BIT(17)
2982 #define B_AX_RXBA_IGNOREA2 BIT(16)
2983 #define B_AX_ACKTO_CCK_MASK GENMASK(15, 8)
2984 #define B_AX_ACKTO_MASK GENMASK(7, 0)
2985 
2986 #define R_AX_TRXPTCL_RESP_0 0xCC04
2987 #define R_AX_TRXPTCL_RESP_0_C1 0xEC04
2988 #define B_AX_WMAC_RESP_STBC_EN BIT(31)
2989 #define B_AX_WMAC_RXFTM_TXACK_SC BIT(30)
2990 #define B_AX_WMAC_RXFTM_TXACKBWEQ BIT(29)
2991 #define B_AX_RSP_CHK_SEC_CCA_80 BIT(28)
2992 #define B_AX_RSP_CHK_SEC_CCA_40 BIT(27)
2993 #define B_AX_RSP_CHK_SEC_CCA_20 BIT(26)
2994 #define B_AX_RSP_CHK_BTCCA BIT(25)
2995 #define B_AX_RSP_CHK_EDCCA BIT(24)
2996 #define B_AX_RSP_CHK_CCA BIT(23)
2997 #define B_AX_WMAC_LDPC_EN BIT(22)
2998 #define B_AX_WMAC_SGIEN BIT(21)
2999 #define B_AX_WMAC_SPLCPEN BIT(20)
3000 #define B_AX_WMAC_BESP_EARLY_TXBA BIT(17)
3001 #define B_AX_WMAC_SPEC_SIFS_OFDM_MASK GENMASK(15, 8)
3002 #define B_AX_WMAC_SPEC_SIFS_CCK_MASK GENMASK(7, 0)
3003 #define WMAC_SPEC_SIFS_OFDM_52A 0x15
3004 #define WMAC_SPEC_SIFS_OFDM_52B 0x11
3005 #define WMAC_SPEC_SIFS_OFDM_52C 0x11
3006 #define WMAC_SPEC_SIFS_CCK	 0xA
3007 
3008 #define R_AX_TRXPTCL_RRSR_CTL_0 0xCC08
3009 #define R_AX_TRXPTCL_RRSR_CTL_0_C1 0xEC08
3010 #define B_AX_RESP_TX_MACID_CCA_TH_EN BIT(31)
3011 #define B_AX_RESP_TX_PWRMODE_MASK GENMASK(30, 28)
3012 #define B_AX_FTM_RRSR_RATE_EN_MASK GENMASK(27, 24)
3013 #define B_AX_NESS_MASK GENMASK(23, 22)
3014 #define B_AX_WMAC_RESP_DOPPLEB_AX_EN BIT(21)
3015 #define B_AX_WMAC_RESP_DCM_EN BIT(20)
3016 #define B_AX_WMAC_RRSB_AX_CCK_MASK GENMASK(19, 16)
3017 #define B_AX_WMAC_RESP_RATE_EN_MASK GENMASK(15, 12)
3018 #define B_AX_WMAC_RESP_RSC_MASK GENMASK(11, 10)
3019 #define B_AX_WMAC_RESP_REF_RATE_SEL BIT(9)
3020 #define B_AX_WMAC_RESP_REF_RATE_MASK GENMASK(8, 0)
3021 
3022 #define R_AX_MAC_LOOPBACK 0xCC20
3023 #define R_AX_MAC_LOOPBACK_C1 0xEC20
3024 #define B_AX_MACLBK_EN BIT(0)
3025 
3026 #define R_AX_WMAC_NAV_CTL 0xCC80
3027 #define R_AX_WMAC_NAV_CTL_C1 0xEC80
3028 #define B_AX_WMAC_NAV_UPPER_EN BIT(26)
3029 #define B_AX_WMAC_0P125US_TIMER_MASK GENMASK(25, 18)
3030 #define B_AX_WMAC_PLCP_UP_NAV_EN BIT(17)
3031 #define B_AX_WMAC_TF_UP_NAV_EN BIT(16)
3032 #define B_AX_WMAC_NAV_UPPER_MASK GENMASK(15, 8)
3033 #define NAV_12MS 0xBC
3034 #define NAV_25MS 0xC4
3035 #define B_AX_WMAC_RTS_RST_DUR_MASK GENMASK(7, 0)
3036 
3037 #define R_AX_RXTRIG_TEST_USER_2 0xCCB0
3038 #define R_AX_RXTRIG_TEST_USER_2_C1 0xECB0
3039 #define B_AX_RXTRIG_MACID_MASK GENMASK(31, 24)
3040 #define B_AX_RXTRIG_RU26_DIS BIT(21)
3041 #define B_AX_RXTRIG_FCSCHK_EN BIT(20)
3042 #define B_AX_RXTRIG_PORT_SEL_MASK GENMASK(19, 17)
3043 #define B_AX_RXTRIG_EN BIT(16)
3044 #define B_AX_RXTRIG_USERINFO_2_MASK GENMASK(15, 0)
3045 
3046 #define R_AX_TRXPTCL_ERROR_INDICA_MASK 0xCCBC
3047 #define R_AX_TRXPTCL_ERROR_INDICA_MASK_C1 0xECBC
3048 #define B_AX_WMAC_MODE BIT(22)
3049 #define B_AX_WMAC_TIMETOUT_THR_MASK GENMASK(21, 16)
3050 #define B_AX_RMAC_FTM BIT(8)
3051 #define B_AX_RMAC_CSI BIT(7)
3052 #define B_AX_TMAC_MIMO_CTRL BIT(6)
3053 #define B_AX_TMAC_RXTB BIT(5)
3054 #define B_AX_TMAC_HWSIGB_GEN BIT(4)
3055 #define B_AX_TMAC_TXPLCP BIT(3)
3056 #define B_AX_TMAC_RESP BIT(2)
3057 #define B_AX_TMAC_TXCTL BIT(1)
3058 #define B_AX_TMAC_MACTX BIT(0)
3059 #define B_AX_TMAC_IMR_CLR_V1 (B_AX_TMAC_MACTX | \
3060 			      B_AX_TMAC_TXCTL | \
3061 			      B_AX_TMAC_RESP | \
3062 			      B_AX_TMAC_TXPLCP | \
3063 			      B_AX_TMAC_HWSIGB_GEN | \
3064 			      B_AX_TMAC_RXTB | \
3065 			      B_AX_TMAC_MIMO_CTRL | \
3066 			      B_AX_RMAC_CSI | \
3067 			      B_AX_RMAC_FTM)
3068 #define B_AX_TMAC_IMR_SET_V1 (B_AX_TMAC_MACTX | \
3069 			      B_AX_TMAC_TXCTL | \
3070 			      B_AX_TMAC_RESP | \
3071 			      B_AX_TMAC_TXPLCP | \
3072 			      B_AX_TMAC_HWSIGB_GEN | \
3073 			      B_AX_TMAC_RXTB | \
3074 			      B_AX_TMAC_MIMO_CTRL | \
3075 			      B_AX_RMAC_FTM)
3076 
3077 #define R_AX_TRXPTCL_ERROR_INDICA 0xCCC0
3078 #define R_AX_TRXPTCL_ERROR_INDICA_C1 0xECC0
3079 #define B_AX_FTM_ERROR_FLAG_CLR BIT(8)
3080 #define B_AX_CSI_ERROR_FLAG_CLR BIT(7)
3081 #define B_AX_MIMOCTRL_ERROR_FLAG_CLR BIT(6)
3082 #define B_AX_RXTB_ERROR_FLAG_CLR BIT(5)
3083 #define B_AX_HWSIGB_GEN_ERROR_FLAG_CLR BIT(4)
3084 #define B_AX_TXPLCP_ERROR_FLAG_CLR BIT(3)
3085 #define B_AX_RESP_ERROR_FLAG_CLR BIT(2)
3086 #define B_AX_TXCTL_ERROR_FLAG_CLR BIT(1)
3087 #define B_AX_MACTX_ERROR_FLAG_CLR BIT(0)
3088 
3089 #define R_AX_WMAC_TX_TF_INFO_0 0xCCD0
3090 #define R_AX_WMAC_TX_TF_INFO_0_C1 0xECD0
3091 #define B_AX_WMAC_TX_TF_INFO_SEL_MASK GENMASK(2, 0)
3092 
3093 #define R_AX_WMAC_TX_TF_INFO_1 0xCCD4
3094 #define R_AX_WMAC_TX_TF_INFO_1_C1 0xECD4
3095 #define B_AX_WMAC_TX_TF_INFO_P0_MASK GENMASK(31, 0)
3096 
3097 #define R_AX_WMAC_TX_TF_INFO_2 0xCCD8
3098 #define R_AX_WMAC_TX_TF_INFO_2_C1 0xECD8
3099 #define B_AX_WMAC_TX_TF_INFO_P1_MASK GENMASK(31, 0)
3100 
3101 #define R_AX_TMAC_ERR_IMR_ISR 0xCCEC
3102 #define R_AX_TMAC_ERR_IMR_ISR_C1 0xECEC
3103 #define B_AX_TMAC_TXPLCP_ERR_CLR BIT(19)
3104 #define B_AX_TMAC_RESP_ERR_CLR BIT(18)
3105 #define B_AX_TMAC_TXCTL_ERR_CLR BIT(17)
3106 #define B_AX_TMAC_MACTX_ERR_CLR BIT(16)
3107 #define B_AX_TMAC_TXPLCP_ERR BIT(14)
3108 #define B_AX_TMAC_RESP_ERR BIT(13)
3109 #define B_AX_TMAC_TXCTL_ERR BIT(12)
3110 #define B_AX_TMAC_MACTX_ERR BIT(11)
3111 #define B_AX_TMAC_TXPLCP_INT_EN BIT(10)
3112 #define B_AX_TMAC_RESP_INT_EN BIT(9)
3113 #define B_AX_TMAC_TXCTL_INT_EN BIT(8)
3114 #define B_AX_TMAC_MACTX_INT_EN BIT(7)
3115 #define B_AX_WMAC_INT_MODE BIT(6)
3116 #define B_AX_TMAC_TIMETOUT_THR_MASK GENMASK(5, 0)
3117 #define B_AX_TMAC_IMR_CLR (B_AX_TMAC_MACTX_INT_EN | \
3118 			   B_AX_TMAC_TXCTL_INT_EN | \
3119 			   B_AX_TMAC_RESP_INT_EN | \
3120 			   B_AX_TMAC_TXPLCP_INT_EN)
3121 #define B_AX_TMAC_IMR_SET (B_AX_TMAC_MACTX_INT_EN | \
3122 			   B_AX_TMAC_TXCTL_INT_EN | \
3123 			   B_AX_TMAC_RESP_INT_EN | \
3124 			   B_AX_TMAC_TXPLCP_INT_EN)
3125 
3126 #define R_AX_DBGSEL_TRXPTCL 0xCCF4
3127 #define R_AX_DBGSEL_TRXPTCL_C1 0xECF4
3128 #define B_AX_DBGSEL_TRXPTCL_MASK GENMASK(7, 0)
3129 
3130 #define R_AX_PHYINFO_ERR_IMR_V1 0xCCF8
3131 #define R_AX_PHYINFO_ERR_IMR_V1_C1 0xECF8
3132 #define B_AX_PHYINTF_TIMEOUT_THR_MSAK_V1 GENMASK(21, 16)
3133 #define B_AX_CSI_ON_TIMEOUT_EN BIT(5)
3134 #define B_AX_STS_ON_TIMEOUT_EN BIT(4)
3135 #define B_AX_DATA_ON_TIMEOUT_EN BIT(3)
3136 #define B_AX_OFDM_CCA_TIMEOUT_EN BIT(2)
3137 #define B_AX_CCK_CCA_TIMEOUT_EN BIT(1)
3138 #define B_AX_PHY_TXON_TIMEOUT_EN BIT(0)
3139 #define B_AX_PHYINFO_IMR_CLR_V1 (B_AX_PHY_TXON_TIMEOUT_EN | \
3140 				 B_AX_CCK_CCA_TIMEOUT_EN | \
3141 				 B_AX_OFDM_CCA_TIMEOUT_EN | \
3142 				 B_AX_DATA_ON_TIMEOUT_EN | \
3143 				 B_AX_STS_ON_TIMEOUT_EN | \
3144 				 B_AX_CSI_ON_TIMEOUT_EN)
3145 #define B_AX_PHYINFO_IMR_SET_V1 (B_AX_PHY_TXON_TIMEOUT_EN | \
3146 				 B_AX_CCK_CCA_TIMEOUT_EN | \
3147 				 B_AX_OFDM_CCA_TIMEOUT_EN | \
3148 				 B_AX_DATA_ON_TIMEOUT_EN | \
3149 				 B_AX_STS_ON_TIMEOUT_EN | \
3150 				 B_AX_CSI_ON_TIMEOUT_EN)
3151 
3152 #define R_AX_PHYINFO_ERR_IMR 0xCCFC
3153 #define R_AX_PHYINFO_ERR_IMR_C1 0xECFC
3154 #define B_AX_CSI_ON_TIMEOUT BIT(29)
3155 #define B_AX_STS_ON_TIMEOUT BIT(28)
3156 #define B_AX_DATA_ON_TIMEOUT BIT(27)
3157 #define B_AX_OFDM_CCA_TIMEOUT BIT(26)
3158 #define B_AX_CCK_CCA_TIMEOUT BIT(25)
3159 #define B_AXC_PHY_TXON_TIMEOUT BIT(24)
3160 #define B_AX_CSI_ON_TIMEOUT_INT_EN BIT(21)
3161 #define B_AX_STS_ON_TIMEOUT_INT_EN BIT(20)
3162 #define B_AX_DATA_ON_TIMEOUT_INT_EN BIT(19)
3163 #define B_AX_OFDM_CCA_TIMEOUT_INT_EN BIT(18)
3164 #define B_AX_CCK_CCA_TIMEOUT_INT_EN BIT(17)
3165 #define B_AX_PHY_TXON_TIMEOUT_INT_EN BIT(16)
3166 #define B_AX_PHYINTF_TIMEOUT_THR_MSAK GENMASK(5, 0)
3167 #define B_AX_PHYINFO_IMR_EN_ALL (B_AX_PHY_TXON_TIMEOUT_INT_EN | \
3168 				 B_AX_CCK_CCA_TIMEOUT_INT_EN | \
3169 				 B_AX_OFDM_CCA_TIMEOUT_INT_EN | \
3170 				 B_AX_DATA_ON_TIMEOUT_INT_EN | \
3171 				 B_AX_STS_ON_TIMEOUT_INT_EN | \
3172 				 B_AX_CSI_ON_TIMEOUT_INT_EN | \
3173 				 B_AX_PHYINTF_TIMEOUT_THR_MSAK)
3174 #define B_AX_PHYINFO_IMR_SET (B_AX_PHY_TXON_TIMEOUT_INT_EN | 0x7)
3175 
3176 #define R_AX_PHYINFO_ERR_ISR 0xCCFC
3177 #define R_AX_PHYINFO_ERR_ISR_C1 0xECFC
3178 
3179 #define R_AX_BFMER_CTRL_0 0xCD78
3180 #define R_AX_BFMER_CTRL_0_C1 0xED78
3181 #define B_AX_BFMER_HE_CSI_OFFSET_MASK GENMASK(31, 24)
3182 #define B_AX_BFMER_VHT_CSI_OFFSET_MASK GENMASK(23, 16)
3183 #define B_AX_BFMER_HT_CSI_OFFSET_MASK GENMASK(15, 8)
3184 #define B_AX_BFMER_NDP_BFEN BIT(2)
3185 #define B_AX_BFMER_VHT_BFPRT_CHK BIT(0)
3186 
3187 #define R_AX_BFMEE_RESP_OPTION 0xCD80
3188 #define R_AX_BFMEE_RESP_OPTION_C1 0xED80
3189 #define B_AX_BFMEE_NDP_RX_STANDBY_TIMER_MASK GENMASK(31, 24)
3190 #define B_AX_BFMEE_BFRP_RX_STANDBY_TIMER_MASK GENMASK(23, 20)
3191 #define BFRP_RX_STANDBY_TIMER_KEEP 0x0
3192 #define BFRP_RX_STANDBY_TIMER_RELEASE 0x1
3193 #define B_AX_MU_BFRPTSEG_SEL_MASK GENMASK(18, 17)
3194 #define B_AX_BFMEE_NDP_RXSTDBY_SEL BIT(16)
3195 #define BFRP_RX_STANDBY_TIMER		0x0
3196 #define NDP_RX_STANDBY_TIMER		0xFF
3197 #define B_AX_BFMEE_HE_NDPA_EN BIT(2)
3198 #define B_AX_BFMEE_VHT_NDPA_EN BIT(1)
3199 #define B_AX_BFMEE_HT_NDPA_EN BIT(0)
3200 
3201 #define R_AX_TRXPTCL_RESP_CSI_CTRL_0 0xCD88
3202 #define R_AX_TRXPTCL_RESP_CSI_CTRL_0_C1 0xED88
3203 #define R_AX_TRXPTCL_RESP_CSI_CTRL_1 0xCD94
3204 #define R_AX_TRXPTCL_RESP_CSI_CTRL_1_C1 0xED94
3205 #define B_AX_BFMEE_CSISEQ_SEL BIT(29)
3206 #define B_AX_BFMEE_BFPARAM_SEL BIT(28)
3207 #define B_AX_BFMEE_OFDM_LEN_TH_MASK GENMASK(27, 24)
3208 #define B_AX_BFMEE_BF_PORT_SEL BIT(23)
3209 #define B_AX_BFMEE_USE_NSTS BIT(22)
3210 #define B_AX_BFMEE_CSI_RATE_FB_EN BIT(21)
3211 #define B_AX_BFMEE_CSI_GID_SEL BIT(20)
3212 #define B_AX_BFMEE_CSI_RSC_MASK GENMASK(19, 18)
3213 #define B_AX_BFMEE_CSI_FORCE_RETE_EN BIT(17)
3214 #define B_AX_BFMEE_CSI_USE_NDPARATE BIT(16)
3215 #define B_AX_BFMEE_CSI_WITHHTC_EN BIT(15)
3216 #define B_AX_BFMEE_CSIINFO0_BF_EN BIT(14)
3217 #define B_AX_BFMEE_CSIINFO0_STBC_EN BIT(13)
3218 #define B_AX_BFMEE_CSIINFO0_LDPC_EN BIT(12)
3219 #define B_AX_BFMEE_CSIINFO0_CS_MASK GENMASK(11, 10)
3220 #define B_AX_BFMEE_CSIINFO0_CB_MASK GENMASK(9, 8)
3221 #define B_AX_BFMEE_CSIINFO0_NG_MASK GENMASK(7, 6)
3222 #define B_AX_BFMEE_CSIINFO0_NR_MASK GENMASK(5, 3)
3223 #define B_AX_BFMEE_CSIINFO0_NC_MASK GENMASK(2, 0)
3224 
3225 #define R_AX_TRXPTCL_RESP_CSI_RRSC 0xCD8C
3226 #define R_AX_TRXPTCL_RESP_CSI_RRSC_C1 0xED8C
3227 #define CSI_RRSC_BMAP 0x29292911
3228 
3229 #define R_AX_TRXPTCL_RESP_CSI_RATE 0xCD90
3230 #define R_AX_TRXPTCL_RESP_CSI_RATE_C1 0xED90
3231 #define B_AX_BFMEE_HE_CSI_RATE_MASK GENMASK(22, 16)
3232 #define B_AX_BFMEE_VHT_CSI_RATE_MASK GENMASK(14, 8)
3233 #define B_AX_BFMEE_HT_CSI_RATE_MASK GENMASK(6, 0)
3234 #define CSI_INIT_RATE_HE		0x3
3235 #define CSI_INIT_RATE_VHT		0x3
3236 #define CSI_INIT_RATE_HT		0x3
3237 
3238 #define R_AX_RCR 0xCE00
3239 #define R_AX_RCR_C1 0xEE00
3240 #define B_AX_STOP_RX_IN BIT(11)
3241 #define B_AX_DRV_INFO_SIZE_MASK GENMASK(10, 8)
3242 #define B_AX_CH_EN_MASK GENMASK(3, 0)
3243 
3244 #define R_AX_DLK_PROTECT_CTL 0xCE02
3245 #define R_AX_DLK_PROTECT_CTL_C1 0xEE02
3246 #define B_AX_RX_DLK_CCA_TIME_MASK GENMASK(15, 8)
3247 #define B_AX_RX_DLK_DATA_TIME_MASK GENMASK(7, 4)
3248 #define B_AX_RX_DLK_RST_EN BIT(1)
3249 #define B_AX_RX_DLK_INT_EN BIT(0)
3250 
3251 #define R_AX_PLCP_HDR_FLTR 0xCE04
3252 #define R_AX_PLCP_HDR_FLTR_C1 0xEE04
3253 #define B_AX_DIS_CHK_MIN_LEN BIT(8)
3254 #define B_AX_HE_SIGB_CRC_CHK BIT(6)
3255 #define B_AX_VHT_MU_SIGB_CRC_CHK BIT(5)
3256 #define B_AX_VHT_SU_SIGB_CRC_CHK BIT(4)
3257 #define B_AX_SIGA_CRC_CHK BIT(3)
3258 #define B_AX_LSIG_PARITY_CHK_EN BIT(2)
3259 #define B_AX_CCK_SIG_CHK BIT(1)
3260 #define B_AX_CCK_CRC_CHK BIT(0)
3261 
3262 #define R_AX_RX_FLTR_OPT 0xCE20
3263 #define R_AX_RX_FLTR_OPT_C1 0xEE20
3264 #define B_AX_UID_FILTER_MASK GENMASK(31, 24)
3265 #define B_AX_UNSPT_FILTER_SH 22
3266 #define B_AX_UNSPT_FILTER_MASK GENMASK(23, 22)
3267 #define B_AX_RX_MPDU_MAX_LEN_MASK GENMASK(21, 16)
3268 #define B_AX_RX_MPDU_MAX_LEN_SIZE 0x3f
3269 #define B_AX_A_FTM_REQ BIT(14)
3270 #define B_AX_A_ERR_PKT BIT(13)
3271 #define B_AX_A_UNSUP_PKT BIT(12)
3272 #define B_AX_A_CRC32_ERR BIT(11)
3273 #define B_AX_A_PWR_MGNT BIT(10)
3274 #define B_AX_A_BCN_CHK_RULE_MASK GENMASK(9, 8)
3275 #define B_AX_A_BCN_CHK_EN BIT(7)
3276 #define B_AX_A_MC_LIST_CAM_MATCH BIT(6)
3277 #define B_AX_A_BC_CAM_MATCH BIT(5)
3278 #define B_AX_A_UC_CAM_MATCH BIT(4)
3279 #define B_AX_A_MC BIT(3)
3280 #define B_AX_A_BC BIT(2)
3281 #define B_AX_A_A1_MATCH BIT(1)
3282 #define B_AX_SNIFFER_MODE BIT(0)
3283 #define DEFAULT_AX_RX_FLTR (B_AX_A_A1_MATCH | B_AX_A_BC | B_AX_A_MC |	       \
3284 			    B_AX_A_UC_CAM_MATCH | B_AX_A_BC_CAM_MATCH |	       \
3285 			    B_AX_A_PWR_MGNT | B_AX_A_FTM_REQ |		       \
3286 			    u32_encode_bits(3, B_AX_UID_FILTER_MASK) |	       \
3287 			    B_AX_A_BCN_CHK_EN)
3288 #define B_AX_RX_FLTR_CFG_MASK ((u32)~B_AX_RX_MPDU_MAX_LEN_MASK)
3289 
3290 #define R_AX_CTRL_FLTR 0xCE24
3291 #define R_AX_CTRL_FLTR_C1 0xEE24
3292 #define R_AX_MGNT_FLTR 0xCE28
3293 #define R_AX_MGNT_FLTR_C1 0xEE28
3294 #define R_AX_DATA_FLTR 0xCE2C
3295 #define R_AX_DATA_FLTR_C1 0xEE2C
3296 #define RX_FLTR_FRAME_DROP	0x00000000
3297 #define RX_FLTR_FRAME_TO_HOST	0x55555555
3298 #define RX_FLTR_FRAME_TO_WLCPU	0xAAAAAAAA
3299 
3300 #define R_AX_ADDR_CAM_CTRL 0xCE34
3301 #define R_AX_ADDR_CAM_CTRL_C1 0xEE34
3302 #define B_AX_ADDR_CAM_RANGE_MASK GENMASK(23, 16)
3303 #define B_AX_ADDR_CAM_CMPLIMT_MASK GENMASK(15, 12)
3304 #define B_AX_ADDR_CAM_CLR BIT(8)
3305 #define B_AX_ADDR_CAM_A2_B0_CHK BIT(2)
3306 #define B_AX_ADDR_CAM_SRCH_PERPKT BIT(1)
3307 #define B_AX_ADDR_CAM_EN BIT(0)
3308 
3309 #define R_AX_RESPBA_CAM_CTRL 0xCE3C
3310 #define R_AX_RESPBA_CAM_CTRL_C1 0xEE3C
3311 #define B_AX_SSN_SEL BIT(2)
3312 #define B_AX_BACAM_RST_MASK GENMASK(1, 0)
3313 #define S_AX_BACAM_RST_ALL 2
3314 
3315 #define R_AX_PPDU_STAT 0xCE40
3316 #define R_AX_PPDU_STAT_C1 0xEE40
3317 #define B_AX_PPDU_STAT_RPT_TRIG BIT(8)
3318 #define B_AX_PPDU_STAT_RPT_CRC32 BIT(5)
3319 #define B_AX_PPDU_STAT_RPT_A1M BIT(4)
3320 #define B_AX_APP_PLCP_HDR_RPT BIT(3)
3321 #define B_AX_APP_RX_CNT_RPT BIT(2)
3322 #define B_AX_APP_MAC_INFO_RPT BIT(1)
3323 #define B_AX_PPDU_STAT_RPT_EN BIT(0)
3324 
3325 #define R_AX_RX_SR_CTRL 0xCE4A
3326 #define R_AX_RX_SR_CTRL_C1 0xEE4A
3327 #define B_AX_SR_EN BIT(0)
3328 
3329 #define R_AX_BSSID_SRC_CTRL 0xCE4B
3330 #define R_AX_BSSID_SRC_CTRL_C1 0xEE4B
3331 #define B_AX_BSSID_MATCH BIT(3)
3332 #define B_AX_PARTIAL_AID_MATCH BIT(2)
3333 #define B_AX_BSSCOLOR_MATCH BIT(1)
3334 #define B_AX_PLCP_SRC_EN BIT(0)
3335 
3336 #define R_AX_CSIRPT_OPTION 0xCE64
3337 #define R_AX_CSIRPT_OPTION_C1 0xEE64
3338 #define B_AX_CSIPRT_HESU_AID_EN BIT(25)
3339 #define B_AX_CSIPRT_VHTSU_AID_EN BIT(24)
3340 
3341 #define R_AX_RX_STATE_MONITOR 0xCEF0
3342 #define R_AX_RX_STATE_MONITOR_C1 0xEEF0
3343 #define B_AX_RX_STATE_MONITOR_MASK GENMASK(31, 0)
3344 #define B_AX_STATE_CUR_MASK GENMASK(31, 16)
3345 #define B_AX_STATE_NXT_MASK GENMASK(13, 8)
3346 #define B_AX_STATE_UPD BIT(7)
3347 #define B_AX_STATE_SEL_MASK GENMASK(4, 0)
3348 
3349 #define R_AX_RMAC_ERR_ISR 0xCEF4
3350 #define R_AX_RMAC_ERR_ISR_C1 0xEEF4
3351 #define B_AX_RXERR_INTPS_EN BIT(31)
3352 #define B_AX_RMAC_RX_CSI_TIMEOUT_INT_EN BIT(19)
3353 #define B_AX_RMAC_RX_TIMEOUT_INT_EN BIT(18)
3354 #define B_AX_RMAC_CSI_TIMEOUT_INT_EN BIT(17)
3355 #define B_AX_RMAC_DATA_ON_TIMEOUT_INT_EN BIT(16)
3356 #define B_AX_RMAC_CCA_TIMEOUT_INT_EN BIT(15)
3357 #define B_AX_RMAC_DMA_TIMEOUT_INT_EN BIT(14)
3358 #define B_AX_RMAC_DATA_ON_TO_IDLE_TIMEOUT_INT_EN BIT(13)
3359 #define B_AX_RMAC_CCA_TO_IDLE_TIMEOUT_INT_EN BIT(12)
3360 #define B_AX_RMAC_RX_CSI_TIMEOUT_FLAG BIT(7)
3361 #define B_AX_RMAC_RX_TIMEOUT_FLAG BIT(6)
3362 #define B_AX_BMAC_CSI_TIMEOUT_FLAG BIT(5)
3363 #define B_AX_BMAC_DATA_ON_TIMEOUT_FLAG BIT(4)
3364 #define B_AX_BMAC_CCA_TIMEOUT_FLAG BIT(3)
3365 #define B_AX_BMAC_DMA_TIMEOUT_FLAG BIT(2)
3366 #define B_AX_BMAC_DATA_ON_TO_IDLE_TIMEOUT_FLAG BIT(1)
3367 #define B_AX_BMAC_CCA_TO_IDLE_TIMEOUT_FLAG BIT(0)
3368 #define B_AX_RMAC_IMR_CLR (B_AX_RMAC_CCA_TO_IDLE_TIMEOUT_INT_EN | \
3369 			   B_AX_RMAC_DATA_ON_TO_IDLE_TIMEOUT_INT_EN | \
3370 			   B_AX_RMAC_DMA_TIMEOUT_INT_EN | \
3371 			   B_AX_RMAC_CCA_TIMEOUT_INT_EN | \
3372 			   B_AX_RMAC_DATA_ON_TIMEOUT_INT_EN | \
3373 			   B_AX_RMAC_CSI_TIMEOUT_INT_EN | \
3374 			   B_AX_RMAC_RX_TIMEOUT_INT_EN | \
3375 			   B_AX_RMAC_RX_CSI_TIMEOUT_INT_EN)
3376 #define B_AX_RMAC_IMR_SET (B_AX_RMAC_DMA_TIMEOUT_INT_EN | \
3377 			   B_AX_RMAC_CSI_TIMEOUT_INT_EN | \
3378 			   B_AX_RMAC_RX_TIMEOUT_INT_EN | \
3379 			   B_AX_RMAC_RX_CSI_TIMEOUT_INT_EN)
3380 
3381 #define R_AX_RX_ERR_IMR 0xCEF8
3382 #define R_AX_RX_ERR_IMR_C1 0xEEF8
3383 #define B_AX_RX_ERR_TRIG_ACT_TO_MSK BIT(9)
3384 #define B_AX_RX_ERR_STS_ACT_TO_MSK BIT(8)
3385 #define B_AX_RX_ERR_CSI_ACT_TO_MSK BIT(7)
3386 #define B_AX_RX_ERR_ACT_TO_MSK BIT(6)
3387 #define B_AX_CSI_DATAON_ASSERT_TO_MSK BIT(5)
3388 #define B_AX_DATAON_ASSERT_TO_MSK BIT(4)
3389 #define B_AX_CCA_ASSERT_TO_MSK BIT(3)
3390 #define B_AX_RX_ERR_DMA_TO_MSK BIT(2)
3391 #define B_AX_RX_ERR_DATA_TO_MSK BIT(1)
3392 #define B_AX_RX_ERR_CCA_TO_MSK BIT(0)
3393 #define B_AX_RMAC_IMR_CLR_V1 (B_AX_RX_ERR_CCA_TO_MSK | \
3394 			      B_AX_RX_ERR_DATA_TO_MSK | \
3395 			      B_AX_RX_ERR_DMA_TO_MSK | \
3396 			      B_AX_CCA_ASSERT_TO_MSK | \
3397 			      B_AX_DATAON_ASSERT_TO_MSK | \
3398 			      B_AX_CSI_DATAON_ASSERT_TO_MSK | \
3399 			      B_AX_RX_ERR_ACT_TO_MSK | \
3400 			      B_AX_RX_ERR_CSI_ACT_TO_MSK | \
3401 			      B_AX_RX_ERR_STS_ACT_TO_MSK | \
3402 			      B_AX_RX_ERR_TRIG_ACT_TO_MSK)
3403 #define B_AX_RMAC_IMR_SET_V1 (B_AX_RX_ERR_CCA_TO_MSK | \
3404 			      B_AX_RX_ERR_DATA_TO_MSK | \
3405 			      B_AX_RX_ERR_DMA_TO_MSK | \
3406 			      B_AX_CCA_ASSERT_TO_MSK | \
3407 			      B_AX_DATAON_ASSERT_TO_MSK | \
3408 			      B_AX_CSI_DATAON_ASSERT_TO_MSK | \
3409 			      B_AX_RX_ERR_ACT_TO_MSK | \
3410 			      B_AX_RX_ERR_CSI_ACT_TO_MSK | \
3411 			      B_AX_RX_ERR_STS_ACT_TO_MSK | \
3412 			      B_AX_RX_ERR_TRIG_ACT_TO_MSK)
3413 
3414 #define R_AX_RMAC_PLCP_MON 0xCEF8
3415 #define R_AX_RMAC_PLCP_MON_C1 0xEEF8
3416 #define B_AX_RMAC_PLCP_MON_MASK GENMASK(31, 0)
3417 #define B_AX_PCLP_MON_SEL_MASK GENMASK(31, 28)
3418 #define B_AX_PCLP_MON_CONT_MASK GENMASK(27, 0)
3419 
3420 #define R_AX_RX_DEBUG_SELECT 0xCEFC
3421 #define R_AX_RX_DEBUG_SELECT_C1 0xEEFC
3422 #define B_AX_DEBUG_SEL_MASK GENMASK(7, 0)
3423 
3424 #define R_AX_PWR_RATE_CTRL 0xD200
3425 #define R_AX_PWR_RATE_CTRL_C1 0xF200
3426 #define B_AX_PWR_REF GENMASK(27, 10)
3427 #define B_AX_FORCE_PWR_BY_RATE_EN BIT(9)
3428 #define B_AX_FORCE_PWR_BY_RATE_VALUE_MASK GENMASK(8, 0)
3429 
3430 #define R_AX_PWR_RATE_OFST_CTRL 0xD204
3431 #define R_AX_PWR_COEXT_CTRL 0xD220
3432 #define B_AX_TXAGC_BT_EN BIT(1)
3433 #define B_AX_TXAGC_BT_MASK GENMASK(11, 3)
3434 
3435 #define R_AX_PWR_SWING_OTHER_CTRL0 0xD230
3436 #define R_AX_PWR_SWING_OTHER_CTRL0_C1 0xF230
3437 #define B_AX_CFIR_BY_RATE_OFF_MASK GENMASK(17, 0)
3438 
3439 #define R_AX_PWR_UL_CTRL0 0xD240
3440 #define R_AX_PWR_UL_CTRL2 0xD248
3441 #define B_AX_PWR_UL_CFO_MASK GENMASK(2, 0)
3442 #define B_AX_PWR_UL_CTRL2_MASK 0x07700007
3443 
3444 #define R_AX_PWR_NORM_FORCE1 0xD260
3445 #define R_AX_PWR_NORM_FORCE1_C1 0xF260
3446 #define B_AX_TXAGC_BF_PWR_BOOST_FORCE_VAL_EN BIT(29)
3447 #define B_AX_TXAGC_BF_PWR_BOOST_FORCE_VAL_MASK GENMASK(28, 24)
3448 #define B_AX_FORCE_HE_ER_SU_EN_EN BIT(23)
3449 #define B_AX_FORCE_HE_ER_SU_EN_VALUE BIT(22)
3450 #define B_AX_FORCE_MACID_CCA_TH_EN_EN BIT(21)
3451 #define B_AX_FORCE_MACID_CCA_TH_EN_VALUE BIT(20)
3452 #define B_AX_FORCE_BT_GRANT_EN BIT(19)
3453 #define B_AX_FORCE_BT_GRANT_VALUE BIT(18)
3454 #define B_AX_FORCE_RX_LTE_EN BIT(17)
3455 #define B_AX_FORCE_RX_LTE_VALUE BIT(16)
3456 #define B_AX_FORCE_TXBF_EN_EN BIT(15)
3457 #define B_AX_FORCE_TXBF_EN_VALUE BIT(14)
3458 #define B_AX_FORCE_TXSC_EN BIT(13)
3459 #define B_AX_FORCE_TXSC_VALUE_MASK GENMASK(12, 9)
3460 #define B_AX_FORCE_NTX_EN BIT(6)
3461 #define B_AX_FORCE_NTX_VALUE BIT(5)
3462 #define B_AX_FORCE_PWR_MODE_EN BIT(3)
3463 #define B_AX_FORCE_PWR_MODE_VALUE_MASK GENMASK(2, 0)
3464 
3465 #define R_AX_PWR_UL_TB_CTRL 0xD288
3466 #define B_AX_PWR_UL_TB_CTRL_EN BIT(31)
3467 #define R_AX_PWR_UL_TB_1T 0xD28C
3468 #define B_AX_PWR_UL_TB_1T_MASK GENMASK(4, 0)
3469 #define B_AX_PWR_UL_TB_1T_V1_MASK GENMASK(7, 0)
3470 #define B_AX_PWR_UL_TB_1T_NORM_BW160 GENMASK(31, 24)
3471 #define R_AX_PWR_UL_TB_2T 0xD290
3472 #define B_AX_PWR_UL_TB_2T_MASK GENMASK(4, 0)
3473 #define B_AX_PWR_UL_TB_2T_V1_MASK GENMASK(7, 0)
3474 #define B_AX_PWR_UL_TB_2T_NORM_BW160 GENMASK(31, 24)
3475 #define R_AX_PWR_BY_RATE_TABLE0 0xD2C0
3476 #define R_AX_PWR_BY_RATE_TABLE6 0xD2D8
3477 #define R_AX_PWR_BY_RATE_TABLE10 0xD2E8
3478 #define R_AX_PWR_BY_RATE R_AX_PWR_BY_RATE_TABLE0
3479 #define R_AX_PWR_BY_RATE_1SS_MAX R_AX_PWR_BY_RATE_TABLE6
3480 #define R_AX_PWR_BY_RATE_MAX R_AX_PWR_BY_RATE_TABLE10
3481 #define R_AX_PWR_LMT_TABLE0 0xD2EC
3482 #define R_AX_PWR_LMT_TABLE9 0xD310
3483 #define R_AX_PWR_LMT_TABLE19 0xD338
3484 #define R_AX_PWR_LMT R_AX_PWR_LMT_TABLE0
3485 #define R_AX_PWR_LMT_1SS_MAX R_AX_PWR_LMT_TABLE9
3486 #define R_AX_PWR_LMT_MAX R_AX_PWR_LMT_TABLE19
3487 #define R_AX_PWR_RU_LMT_TABLE0 0xD33C
3488 #define R_AX_PWR_RU_LMT_TABLE5 0xD350
3489 #define R_AX_PWR_RU_LMT_TABLE11 0xD368
3490 #define R_AX_PWR_RU_LMT R_AX_PWR_RU_LMT_TABLE0
3491 #define R_AX_PWR_RU_LMT_1SS_MAX R_AX_PWR_RU_LMT_TABLE5
3492 #define R_AX_PWR_RU_LMT_MAX R_AX_PWR_RU_LMT_TABLE11
3493 #define R_AX_PWR_MACID_LMT_TABLE0 0xD36C
3494 #define R_AX_PWR_MACID_LMT_TABLE127 0xD568
3495 
3496 #define R_AX_PATH_COM0 0xD800
3497 #define AX_PATH_COM0_DFVAL 0x00000000
3498 #define AX_PATH_COM0_PATHA 0x08889880
3499 #define AX_PATH_COM0_PATHB 0x11111900
3500 #define AX_PATH_COM0_PATHAB 0x19999980
3501 #define R_AX_PATH_COM1 0xD804
3502 #define B_AX_PATH_COM1_NORM_1STS GENMASK(31, 28)
3503 #define AX_PATH_COM1_DFVAL 0x00000000
3504 #define AX_PATH_COM1_PATHA 0x13111111
3505 #define AX_PATH_COM1_PATHB 0x23222222
3506 #define AX_PATH_COM1_PATHAB 0x33333333
3507 #define R_AX_PATH_COM2 0xD808
3508 #define B_AX_PATH_COM2_RESP_1STS_PATH GENMASK(7, 4)
3509 #define AX_PATH_COM2_DFVAL 0x00000000
3510 #define AX_PATH_COM2_PATHA 0x01209313
3511 #define AX_PATH_COM2_PATHB 0x01209323
3512 #define AX_PATH_COM2_PATHAB 0x01209333
3513 #define R_AX_PATH_COM3 0xD80C
3514 #define AX_PATH_COM3_DFVAL 0x49249249
3515 #define R_AX_PATH_COM4 0xD810
3516 #define AX_PATH_COM4_DFVAL 0x1C9C9C49
3517 #define R_AX_PATH_COM5 0xD814
3518 #define AX_PATH_COM5_DFVAL 0x39393939
3519 #define R_AX_PATH_COM6 0xD818
3520 #define AX_PATH_COM6_DFVAL 0x39393939
3521 #define R_AX_PATH_COM7 0xD81C
3522 #define AX_PATH_COM7_DFVAL 0x39393939
3523 #define AX_PATH_COM7_PATHA 0x39393939
3524 #define AX_PATH_COM7_PATHB 0x39383939
3525 #define AX_PATH_COM7_PATHAB 0x39393939
3526 #define R_AX_PATH_COM8 0xD820
3527 #define AX_PATH_COM8_DFVAL 0x00000000
3528 #define AX_PATH_COM8_PATHA 0x00003939
3529 #define AX_PATH_COM8_PATHB 0x00003938
3530 #define AX_PATH_COM8_PATHAB 0x00003939
3531 #define R_AX_PATH_COM9 0xD824
3532 #define AX_PATH_COM9_DFVAL 0x000007C0
3533 #define R_AX_PATH_COM10 0xD828
3534 #define AX_PATH_COM10_DFVAL 0xE0000000
3535 #define R_AX_PATH_COM11 0xD82C
3536 #define AX_PATH_COM11_DFVAL 0x00000000
3537 #define R_P80_AT_HIGH_FREQ_BB_WRP 0xD848
3538 #define B_P80_AT_HIGH_FREQ_BB_WRP BIT(28)
3539 #define R_AX_TSSI_CTRL_HEAD 0xD908
3540 #define R_AX_BANDEDGE_CFG 0xD94C
3541 #define B_AX_BANDEDGE_CFG_IDX_MASK GENMASK(31, 30)
3542 #define R_AX_TSSI_CTRL_TAIL 0xD95C
3543 
3544 #define R_AX_TXPWR_IMR 0xD9E0
3545 #define R_AX_TXPWR_IMR_C1 0xF9E0
3546 #define R_AX_TXPWR_ISR 0xD9E4
3547 #define R_AX_TXPWR_ISR_C1 0xF9E4
3548 
3549 #define R_AX_BTC_CFG 0xDA00
3550 #define B_AX_BTC_EN BIT(31)
3551 #define B_AX_EN_EXT_BT_PINMUX BIT(29)
3552 #define B_AX_BTC_RST BIT(28)
3553 #define B_AX_BTC_DBG_SRC_SEL BIT(27)
3554 #define B_AX_BTC_MODE_MASK GENMASK(25, 24)
3555 #define B_AX_INV_WL_ACT2 BIT(17)
3556 #define B_AX_BTG_LNA1_GAIN_SEL BIT(16)
3557 #define B_AX_COEX_DLY_CLK_MASK GENMASK(15, 8)
3558 #define B_AX_IGN_GNT_BT2_RX BIT(7)
3559 #define B_AX_IGN_GNT_BT2_TX BIT(6)
3560 #define B_AX_IGN_GNT_BT2 BIT(5)
3561 #define B_AX_BTC_DBG_SEL_MASK GENMASK(4, 3)
3562 #define B_AX_DIS_BTC_CLK_G BIT(2)
3563 #define B_AX_GNT_WL_RX_CTRL BIT(1)
3564 #define B_AX_WL_SRC BIT(0)
3565 
3566 #define R_AX_RTK_MODE_CFG_V1 0xDA04
3567 #define R_AX_RTK_MODE_CFG_V1_C1 0xFA04
3568 #define B_AX_BT_BLE_EN_V1 BIT(24)
3569 #define B_AX_BT_ULTRA_EN BIT(16)
3570 #define B_AX_BT_L_RX_ULTRA_MASK GENMASK(15, 14)
3571 #define B_AX_BT_L_TX_ULTRA_MASK GENMASK(13, 12)
3572 #define B_AX_BT_H_RX_ULTRA_MASK GENMASK(11, 10)
3573 #define B_AX_BT_H_TX_ULTRA_MASK GENMASK(9, 8)
3574 #define B_AX_SAMPLE_CLK_MASK GENMASK(7, 0)
3575 
3576 #define R_AX_WL_PRI_MSK 0xDA10
3577 #define B_AX_PTA_WL_PRI_MASK_BCNQ BIT(8)
3578 
3579 #define R_AX_BT_CNT_CFG 0xDA10
3580 #define R_AX_BT_CNT_CFG_C1 0xFA10
3581 #define B_AX_BT_CNT_RST_V1 BIT(1)
3582 #define B_AX_BT_CNT_EN BIT(0)
3583 
3584 #define R_BTC_BT_CNT_HIGH 0xDA14
3585 #define R_BTC_BT_CNT_LOW 0xDA18
3586 
3587 #define R_AX_BTC_FUNC_EN 0xDA20
3588 #define R_AX_BTC_FUNC_EN_C1 0xFA20
3589 #define B_AX_PTA_WL_TX_EN BIT(1)
3590 #define B_AX_PTA_EDCCA_EN BIT(0)
3591 
3592 #define R_BTC_COEX_WL_REQ 0xDA24
3593 #define R_BTC_COEX_WL_REQ_BE 0xE324
3594 #define B_BTC_TX_NULL_HI BIT(23)
3595 #define B_BTC_TX_BCN_HI BIT(22)
3596 #define B_BTC_TX_TRI_HI BIT(17)
3597 #define B_BTC_RSP_ACK_HI BIT(10)
3598 #define B_BTC_PRI_MASK_TX_TIME GENMASK(4, 3)
3599 #define B_BTC_PRI_MASK_RX_TIME_V1 GENMASK(2, 1)
3600 
3601 #define R_BTC_BREAK_TABLE 0xDA2C
3602 #define BTC_BREAK_PARAM 0xf0ffffff
3603 
3604 #define R_BTC_BT_COEX_MSK_TABLE 0xDA30
3605 #define B_BTC_PRI_MASK_RXCCK_V1 BIT(28)
3606 #define B_BTC_PRI_MASK_TX_RESP_V1 BIT(3)
3607 
3608 #define R_AX_BT_COEX_CFG_2 0xDA34
3609 #define R_AX_BT_COEX_CFG_2_C1 0xFA34
3610 #define B_AX_GNT_BT_BYPASS_PRIORITY BIT(12)
3611 #define B_AX_GNT_BT_POLARITY BIT(8)
3612 #define B_AX_TIMER_MASK GENMASK(7, 0)
3613 #define MAC_AX_CSR_RATE 80
3614 
3615 #define R_AX_CSR_MODE 0xDA40
3616 #define R_AX_CSR_MODE_C1 0xFA40
3617 #define B_AX_BT_CNT_RST BIT(16)
3618 #define B_AX_BT_STAT_DELAY_MASK GENMASK(15, 12)
3619 #define MAC_AX_CSR_DELAY 0
3620 #define B_AX_BT_TRX_INIT_DETECT_MASK GENMASK(11, 8)
3621 #define MAC_AX_CSR_TRX_TO 4
3622 #define B_AX_BT_PRI_DETECT_TO_MASK GENMASK(7, 4)
3623 #define MAC_AX_CSR_PRI_TO 5
3624 #define B_AX_WL_ACT_MSK BIT(3)
3625 #define B_AX_STATIS_BT_EN BIT(2)
3626 #define B_AX_WL_ACT_MASK_ENABLE BIT(1)
3627 #define B_AX_ENHANCED_BT BIT(0)
3628 
3629 #define R_AX_BT_BREAK_TABLE 0xDA44
3630 
3631 #define R_AX_BT_STAST_HIGH 0xDA44
3632 #define B_AX_STATIS_BT_HI_RX_MASK GENMASK(31, 16)
3633 #define B_AX_STATIS_BT_HI_TX_MASK GENMASK(15, 0)
3634 #define R_AX_BT_STAST_LOW 0xDA48
3635 #define B_AX_STATIS_BT_LO_TX_1_MASK GENMASK(15, 0)
3636 #define B_AX_STATIS_BT_LO_RX_1_MASK GENMASK(31, 16)
3637 
3638 #define R_AX_GNT_SW_CTRL 0xDA48
3639 #define R_AX_GNT_SW_CTRL_C1 0xFA48
3640 #define B_AX_WL_ACT2_VAL BIT(21)
3641 #define B_AX_WL_ACT2_SWCTRL BIT(20)
3642 #define B_AX_WL_ACT_VAL BIT(19)
3643 #define B_AX_WL_ACT_SWCTRL BIT(18)
3644 #define B_AX_GNT_BT_RX_VAL BIT(17)
3645 #define B_AX_GNT_BT_RX_SWCTRL BIT(16)
3646 #define B_AX_GNT_BT_TX_VAL BIT(15)
3647 #define B_AX_GNT_BT_TX_SWCTRL BIT(14)
3648 #define B_AX_GNT_WL_RX_VAL BIT(13)
3649 #define B_AX_GNT_WL_RX_SWCTRL BIT(12)
3650 #define B_AX_GNT_WL_TX_VAL BIT(11)
3651 #define B_AX_GNT_WL_TX_SWCTRL BIT(10)
3652 #define B_AX_GNT_BT_RFC_S1_VAL BIT(9)
3653 #define B_AX_GNT_BT_RFC_S1_SWCTRL BIT(8)
3654 #define B_AX_GNT_WL_RFC_S1_VAL BIT(7)
3655 #define B_AX_GNT_WL_RFC_S1_SWCTRL BIT(6)
3656 #define B_AX_GNT_BT_RFC_S0_VAL BIT(5)
3657 #define B_AX_GNT_BT_RFC_S0_SWCTRL BIT(4)
3658 #define B_AX_GNT_WL_RFC_S0_VAL BIT(3)
3659 #define B_AX_GNT_WL_RFC_S0_SWCTRL BIT(2)
3660 #define B_AX_GNT_WL_BB_VAL BIT(1)
3661 #define B_AX_GNT_WL_BB_SWCTRL BIT(0)
3662 
3663 #define R_AX_GNT_VAL 0x0054
3664 #define B_AX_GNT_BT_RFC_S1_STA BIT(5)
3665 #define B_AX_GNT_WL_RFC_S1_STA BIT(4)
3666 #define B_AX_GNT_BT_RFC_S0_STA BIT(3)
3667 #define B_AX_GNT_WL_RFC_S0_STA BIT(2)
3668 
3669 #define R_AX_GNT_VAL_V1 0xDA4C
3670 #define B_AX_GNT_BT_RFC_S1 BIT(4)
3671 #define B_AX_GNT_BT_RFC_S0 BIT(3)
3672 #define B_AX_GNT_WL_RFC_S1 BIT(2)
3673 #define B_AX_GNT_WL_RFC_S0 BIT(1)
3674 
3675 #define R_AX_TDMA_MODE 0xDA4C
3676 #define R_AX_TDMA_MODE_C1 0xFA4C
3677 #define B_AX_R_BT_CMD_RPT_MASK GENMASK(31, 16)
3678 #define B_AX_R_RPT_FROM_BT_MASK GENMASK(15, 8)
3679 #define B_AX_BT_HID_ISR_SET_MASK GENMASK(7, 6)
3680 #define B_AX_TDMA_BT_START_NOTIFY BIT(5)
3681 #define B_AX_ENABLE_TDMA_FW_MODE BIT(4)
3682 #define B_AX_ENABLE_PTA_TDMA_MODE BIT(3)
3683 #define B_AX_ENABLE_COEXIST_TAB_IN_TDMA BIT(2)
3684 #define B_AX_GPIO2_GPIO3_EXANGE_OR_NO_BT_CCA BIT(1)
3685 #define B_AX_RTK_BT_ENABLE BIT(0)
3686 
3687 #define R_AX_BT_COEX_CFG_5 0xDA6C
3688 #define R_AX_BT_COEX_CFG_5_C1 0xFA6C
3689 #define B_AX_BT_TIME_MASK GENMASK(31, 6)
3690 #define B_AX_BT_RPT_SAMPLE_RATE_MASK GENMASK(5, 0)
3691 #define MAC_AX_RTK_RATE 5
3692 
3693 #define R_AX_LTE_CTRL 0xDAF0
3694 #define R_AX_LTE_WDATA 0xDAF4
3695 #define R_AX_LTE_RDATA 0xDAF8
3696 
3697 #define R_AX_MACID_ANT_TABLE 0xDC00
3698 #define R_AX_MACID_ANT_TABLE_LAST 0xDDFC
3699 
3700 #define CMAC1_START_ADDR_AX 0xE000
3701 #define CMAC1_END_ADDR_AX 0xFFFF
3702 #define R_AX_CMAC_REG_END 0xFFFF
3703 
3704 #define R_AX_LTE_SW_CFG_1 0x0038
3705 #define R_AX_LTE_SW_CFG_1_C1 0x2038
3706 #define B_AX_GNT_BT_RFC_S1_SW_VAL BIT(31)
3707 #define B_AX_GNT_BT_RFC_S1_SW_CTRL BIT(30)
3708 #define B_AX_GNT_WL_RFC_S1_SW_VAL BIT(29)
3709 #define B_AX_GNT_WL_RFC_S1_SW_CTRL BIT(28)
3710 #define B_AX_GNT_BT_BB_S1_SW_VAL BIT(27)
3711 #define B_AX_GNT_BT_BB_S1_SW_CTRL BIT(26)
3712 #define B_AX_GNT_WL_BB_S1_SW_VAL BIT(25)
3713 #define B_AX_GNT_WL_BB_S1_SW_CTRL BIT(24)
3714 #define B_AX_BT_SW_CTRL_WL_PRIORITY BIT(19)
3715 #define B_AX_WL_SW_CTRL_WL_PRIORITY BIT(18)
3716 #define B_AX_LTE_PATTERN_2_EN BIT(17)
3717 #define B_AX_LTE_PATTERN_1_EN BIT(16)
3718 #define B_AX_GNT_BT_RFC_S0_SW_VAL BIT(15)
3719 #define B_AX_GNT_BT_RFC_S0_SW_CTRL BIT(14)
3720 #define B_AX_GNT_WL_RFC_S0_SW_VAL BIT(13)
3721 #define B_AX_GNT_WL_RFC_S0_SW_CTRL BIT(12)
3722 #define B_AX_GNT_BT_BB_S0_SW_VAL BIT(11)
3723 #define B_AX_GNT_BT_BB_S0_SW_CTRL BIT(10)
3724 #define B_AX_GNT_WL_BB_S0_SW_VAL BIT(9)
3725 #define B_AX_GNT_WL_BB_S0_SW_CTRL BIT(8)
3726 #define B_AX_LTECOEX_FUN_EN BIT(7)
3727 #define B_AX_LTECOEX_3WIRE_CTRL_MUX BIT(6)
3728 #define B_AX_LTECOEX_OP_MODE_SEL_MASK GENMASK(5, 4)
3729 #define B_AX_LTECOEX_UART_MUX BIT(3)
3730 #define B_AX_LTECOEX_UART_MODE_SEL_MASK GENMASK(2, 0)
3731 
3732 #define R_AX_LTE_SW_CFG_2 0x003C
3733 #define R_AX_LTE_SW_CFG_2_C1 0x203C
3734 #define B_AX_WL_RX_CTRL BIT(8)
3735 #define B_AX_GNT_WL_RX_SW_VAL BIT(7)
3736 #define B_AX_GNT_WL_RX_SW_CTRL BIT(6)
3737 #define B_AX_GNT_WL_TX_SW_VAL BIT(5)
3738 #define B_AX_GNT_WL_TX_SW_CTRL BIT(4)
3739 #define B_AX_GNT_BT_RX_SW_VAL BIT(3)
3740 #define B_AX_GNT_BT_RX_SW_CTRL BIT(2)
3741 #define B_AX_GNT_BT_TX_SW_VAL BIT(1)
3742 #define B_AX_GNT_BT_TX_SW_CTRL BIT(0)
3743 
3744 #define R_BE_SYS_ISO_CTRL 0x0000
3745 #define B_BE_PWC_EV2EF_B BIT(15)
3746 #define B_BE_PWC_EV2EF_S BIT(14)
3747 #define B_BE_PA33V_EN BIT(13)
3748 #define B_BE_PA12V_EN BIT(12)
3749 #define B_BE_PAOOBS33V_EN BIT(11)
3750 #define B_BE_PAOOBS12V_EN BIT(10)
3751 #define B_BE_ISO_RFDIO BIT(9)
3752 #define B_BE_ISO_EB2CORE BIT(8)
3753 #define B_BE_ISO_DIOE BIT(7)
3754 #define B_BE_ISO_WLPON2PP BIT(6)
3755 #define B_BE_ISO_IP2MAC_WA02PP BIT(5)
3756 #define B_BE_ISO_PD2CORE BIT(4)
3757 #define B_BE_ISO_PA2PCIE BIT(3)
3758 #define B_BE_ISO_PAOOBS2PCIE BIT(1)
3759 #define B_BE_ISO_WD2PP BIT(0)
3760 
3761 #define R_BE_SYS_PW_CTRL 0x0004
3762 #define B_BE_SOP_ASWRM BIT(31)
3763 #define B_BE_SOP_EASWR BIT(30)
3764 #define B_BE_SOP_PWMM_DSWR BIT(29)
3765 #define B_BE_SOP_EDSWR BIT(28)
3766 #define B_BE_SOP_ACKF BIT(27)
3767 #define B_BE_SOP_ERCK BIT(26)
3768 #define B_BE_SOP_ANA_CLK_DIVISION_2 BIT(25)
3769 #define B_BE_SOP_EXTL BIT(24)
3770 #define B_BE_SOP_OFF_CAPC_EN BIT(23)
3771 #define B_BE_XTAL_OFF_A_DIE BIT(22)
3772 #define B_BE_ROP_SWPR BIT(21)
3773 #define B_BE_DIS_HW_LPLDM BIT(20)
3774 #define B_BE_DIS_HW_LPURLDO BIT(19)
3775 #define B_BE_DIS_WLBT_PDNSUSEN_SOPC BIT(18)
3776 #define B_BE_RDY_SYSPWR BIT(17)
3777 #define B_BE_EN_WLON BIT(16)
3778 #define B_BE_APDM_HPDN BIT(15)
3779 #define B_BE_PSUS_OFF_CAPC_EN BIT(14)
3780 #define B_BE_AFSM_PCIE_SUS_EN BIT(12)
3781 #define B_BE_AFSM_WLSUS_EN BIT(11)
3782 #define B_BE_APFM_SWLPS BIT(10)
3783 #define B_BE_APFM_OFFMAC BIT(9)
3784 #define B_BE_APFN_ONMAC BIT(8)
3785 #define B_BE_CHIP_PDN_EN BIT(7)
3786 #define B_BE_RDY_MACDIS BIT(6)
3787 
3788 #define R_BE_SYS_CLK_CTRL 0x0008
3789 #define B_BE_CPU_CLK_EN BIT(14)
3790 #define B_BE_SYMR_BE_CLK_EN BIT(13)
3791 #define B_BE_MAC_CLK_EN BIT(11)
3792 #define B_BE_EXT_32K_EN BIT(8)
3793 #define B_BE_WL_CLK_TEST BIT(7)
3794 #define B_BE_LOADER_CLK_EN BIT(5)
3795 #define B_BE_ANA_CLK_DIVISION_2 BIT(1)
3796 #define B_BE_CNTD16V_EN BIT(0)
3797 
3798 #define R_BE_SYS_WL_EFUSE_CTRL 0x000A
3799 #define B_BE_OTP_B_PWC_RPT BIT(15)
3800 #define B_BE_OTP_S_PWC_RPT BIT(14)
3801 #define B_BE_OTP_ISO_RPT BIT(13)
3802 #define B_BE_OTP_BURST_RPT BIT(12)
3803 #define B_BE_OTP_AUTOLOAD_RPT BIT(11)
3804 #define B_BE_AUTOLOAD_DIS_A_DIE BIT(6)
3805 #define B_BE_AUTOLOAD_SUS BIT(5)
3806 #define B_BE_AUTOLOAD_DIS BIT(4)
3807 
3808 #define R_BE_SYS_PAGE_CLK_GATED 0x000C
3809 #define B_BE_USB_APHY_PC_DLP_OP BIT(27)
3810 #define B_BE_PCIE_APHY_PC_DLP_OP BIT(26)
3811 #define B_BE_UPHY_POWER_READY_CHK BIT(25)
3812 #define B_BE_CPHY_POWER_READY_CHK BIT(24)
3813 #define B_BE_PCIE_PRST_DEBUNC_PERIOD_MASK GENMASK(23, 22)
3814 #define B_BE_SYM_PRST_DEBUNC_SEL BIT(21)
3815 #define B_BE_CPHY_AUXCLK_OP BIT(20)
3816 #define B_BE_SOP_OFFUA_PC BIT(19)
3817 #define B_BE_SOP_OFFPOOBS_PC BIT(18)
3818 #define B_BE_PCIE_LAN1_MASK BIT(17)
3819 #define B_BE_PCIE_LAN0_MASK BIT(16)
3820 #define B_BE_DIS_CLK_REGF_GATE BIT(15)
3821 #define B_BE_DIS_CLK_REGE_GATE BIT(14)
3822 #define B_BE_DIS_CLK_REGD_GATE BIT(13)
3823 #define B_BE_DIS_CLK_REGC_GATE BIT(12)
3824 #define B_BE_DIS_CLK_REGB_GATE BIT(11)
3825 #define B_BE_DIS_CLK_REGA_GATE BIT(10)
3826 #define B_BE_DIS_CLK_REG9_GATE BIT(9)
3827 #define B_BE_DIS_CLK_REG8_GATE BIT(8)
3828 #define B_BE_DIS_CLK_REG7_GATE BIT(7)
3829 #define B_BE_DIS_CLK_REG6_GATE BIT(6)
3830 #define B_BE_DIS_CLK_REG5_GATE BIT(5)
3831 #define B_BE_DIS_CLK_REG4_GATE BIT(4)
3832 #define B_BE_DIS_CLK_REG3_GATE BIT(3)
3833 #define B_BE_DIS_CLK_REG2_GATE BIT(2)
3834 #define B_BE_DIS_CLK_REG1_GATE BIT(1)
3835 #define B_BE_DIS_CLK_REG0_GATE BIT(0)
3836 
3837 #define R_BE_ANAPAR_POW_MAC 0x0016
3838 #define B_BE_POW_PC_LDO_PORT1 BIT(3)
3839 #define B_BE_POW_PC_LDO_PORT0 BIT(2)
3840 #define B_BE_POW_PLL_V1 BIT(1)
3841 #define B_BE_POW_POWER_CUT_POW_LDO BIT(0)
3842 
3843 #define R_BE_SYS_ADIE_PAD_PWR_CTRL 0x0018
3844 #define B_BE_SYM_PADPDN_WL_RFC1_1P3 BIT(6)
3845 #define B_BE_SYM_PADPDN_WL_RFC0_1P3 BIT(5)
3846 
3847 #define R_BE_RSV_CTRL 0x001C
3848 #define B_BE_HR_BE_DBG GENMASK(23, 12)
3849 #define B_BE_R_SYM_DIS_PCIE_FLR BIT(9)
3850 #define B_BE_R_EN_HRST_PWRON BIT(8)
3851 #define B_BE_LOCK_ALL_EN BIT(7)
3852 #define B_BE_R_DIS_PRST BIT(6)
3853 #define B_BE_WLOCK_1C_BIT6 BIT(5)
3854 #define B_BE_WLOCK_40 BIT(4)
3855 #define B_BE_WLOCK_08 BIT(3)
3856 #define B_BE_WLOCK_04 BIT(2)
3857 #define B_BE_WLOCK_00 BIT(1)
3858 #define B_BE_WLOCK_ALL BIT(0)
3859 
3860 #define R_BE_AFE_LDO_CTRL 0x0020
3861 #define B_BE_FORCE_MACBBBT_PWR_ON BIT(31)
3862 #define B_BE_R_SYM_WLPOFF_P4_PC_EN BIT(28)
3863 #define B_BE_R_SYM_WLPOFF_P3_PC_EN BIT(27)
3864 #define B_BE_R_SYM_WLPOFF_P2_PC_EN BIT(26)
3865 #define B_BE_R_SYM_WLPOFF_P1_PC_EN BIT(25)
3866 #define B_BE_R_SYM_WLPOFF_PC_EN BIT(24)
3867 #define B_BE_AON_OFF_PC_EN BIT(23)
3868 #define B_BE_R_SYM_WLPON_P3_PC_EN BIT(21)
3869 #define B_BE_R_SYM_WLPON_P2_PC_EN BIT(20)
3870 #define B_BE_R_SYM_WLPON_P1_PC_EN BIT(19)
3871 #define B_BE_R_SYM_WLPON_PC_EN BIT(18)
3872 #define B_BE_R_SYM_WLBBPON1_P1_PC_EN BIT(15)
3873 #define B_BE_R_SYM_WLBBPON1_PC_EN BIT(14)
3874 #define B_BE_R_SYM_WLBBPON_P1_PC_EN BIT(13)
3875 #define B_BE_R_SYM_WLBBPON_PC_EN BIT(12)
3876 #define B_BE_R_SYM_DIS_WPHYBBOFF_PC BIT(10)
3877 #define B_BE_R_SYM_WLBBOFF1_P4_PC_EN BIT(9)
3878 #define B_BE_R_SYM_WLBBOFF1_P3_PC_EN BIT(8)
3879 #define B_BE_R_SYM_WLBBOFF1_P2_PC_EN BIT(7)
3880 #define B_BE_R_SYM_WLBBOFF1_P1_PC_EN BIT(6)
3881 #define B_BE_R_SYM_WLBBOFF1_PC_EN BIT(5)
3882 #define B_BE_R_SYM_WLBBOFF_P4_PC_EN BIT(4)
3883 #define B_BE_R_SYM_WLBBOFF_P3_PC_EN BIT(3)
3884 #define B_BE_R_SYM_WLBBOFF_P2_PC_EN BIT(2)
3885 #define B_BE_R_SYM_WLBBOFF_P1_PC_EN BIT(1)
3886 #define B_BE_R_SYM_WLBBOFF_PC_EN BIT(0)
3887 
3888 #define R_BE_AFE_CTRL1 0x0024
3889 #define B_BE_R_SYM_WLCMAC0_P4_PC_EN BIT(28)
3890 #define B_BE_R_SYM_WLCMAC0_P3_PC_EN BIT(27)
3891 #define B_BE_R_SYM_WLCMAC0_P2_PC_EN BIT(26)
3892 #define B_BE_R_SYM_WLCMAC0_P1_PC_EN BIT(25)
3893 #define B_BE_R_SYM_WLCMAC0_PC_EN BIT(24)
3894 #define B_BE_DATAMEM_PC3_EN BIT(23)
3895 #define B_BE_DATAMEM_PC2_EN BIT(22)
3896 #define B_BE_DATAMEM_PC1_EN BIT(21)
3897 #define B_BE_DATAMEM_PC_EN BIT(20)
3898 #define B_BE_DMEM7_PC_EN BIT(19)
3899 #define B_BE_DMEM6_PC_EN BIT(18)
3900 #define B_BE_DMEM5_PC_EN BIT(17)
3901 #define B_BE_DMEM4_PC_EN BIT(16)
3902 #define B_BE_DMEM3_PC_EN BIT(15)
3903 #define B_BE_DMEM2_PC_EN BIT(14)
3904 #define B_BE_DMEM1_PC_EN BIT(13)
3905 #define B_BE_IMEM4_PC_EN BIT(12)
3906 #define B_BE_IMEM3_PC_EN BIT(11)
3907 #define B_BE_IMEM2_PC_EN BIT(10)
3908 #define B_BE_IMEM1_PC_EN BIT(9)
3909 #define B_BE_IMEM0_PC_EN BIT(8)
3910 #define B_BE_R_SYM_WLCMAC1_P4_PC_EN BIT(4)
3911 #define B_BE_R_SYM_WLCMAC1_P3_PC_EN BIT(3)
3912 #define B_BE_R_SYM_WLCMAC1_P2_PC_EN BIT(2)
3913 #define B_BE_R_SYM_WLCMAC1_P1_PC_EN BIT(1)
3914 #define B_BE_R_SYM_WLCMAC1_PC_EN BIT(0)
3915 #define B_BE_AFE_CTRL1_SET (B_BE_R_SYM_WLCMAC1_PC_EN | \
3916 			    B_BE_R_SYM_WLCMAC1_P1_PC_EN | \
3917 			    B_BE_R_SYM_WLCMAC1_P2_PC_EN | \
3918 			    B_BE_R_SYM_WLCMAC1_P3_PC_EN | \
3919 			    B_BE_R_SYM_WLCMAC1_P4_PC_EN)
3920 
3921 #define R_BE_EFUSE_CTRL 0x0030
3922 #define B_BE_EF_MODE_SEL_MASK GENMASK(31, 30)
3923 #define B_BE_EF_RDY BIT(29)
3924 #define B_BE_EF_COMP_RESULT BIT(28)
3925 #define B_BE_EF_ADDR_MASK GENMASK(15, 0)
3926 
3927 #define R_BE_EFUSE_CTRL_1_V1 0x0034
3928 #define B_BE_EF_DATA_MASK GENMASK(31, 0)
3929 
3930 #define R_BE_GPIO_EXT_CTRL 0x0060
3931 #define B_BE_GPIO_MOD_15_TO_8_MASK GENMASK(31, 24)
3932 #define B_BE_GPIO_MOD_9 BIT(25)
3933 #define B_BE_GPIO_IO_SEL_15_TO_8_MASK GENMASK(23, 16)
3934 #define B_BE_GPIO_IO_SEL_9 BIT(17)
3935 #define B_BE_GPIO_OUT_15_TO_8_MASK GENMASK(15, 8)
3936 #define B_BE_GPIO_IN_15_TO_8_MASK GENMASK(7, 0)
3937 #define B_BE_GPIO_IN_9 BIT(1)
3938 
3939 #define R_BE_WL_BT_PWR_CTRL 0x0068
3940 #define B_BE_ISO_BD2PP BIT(31)
3941 #define B_BE_LDOV12B_EN BIT(30)
3942 #define B_BE_CKEN_BT BIT(29)
3943 #define B_BE_FEN_BT BIT(28)
3944 #define B_BE_BTCPU_BOOTSEL BIT(27)
3945 #define B_BE_SPI_SPEEDUP BIT(26)
3946 #define B_BE_BT_LDO_MODE BIT(25)
3947 #define B_BE_ISO_BTPON2PP BIT(22)
3948 #define B_BE_BT_FUNC_EN BIT(18)
3949 #define B_BE_BT_HWPDN_SL BIT(17)
3950 #define B_BE_BT_DISN_EN BIT(16)
3951 #define B_BE_SDM_SRC_SEL BIT(12)
3952 #define B_BE_ISO_BA2PP BIT(11)
3953 #define B_BE_BT_AFE_LDO_EN BIT(10)
3954 #define B_BE_BT_AFE_PLL_EN BIT(9)
3955 #define B_BE_WLAN_32K_SEL BIT(6)
3956 #define B_BE_WL_DRV_EXIST_IDX BIT(5)
3957 #define B_BE_DOP_EHPAD BIT(4)
3958 #define B_BE_WL_FUNC_EN BIT(2)
3959 #define B_BE_WL_HWPDN_SL BIT(1)
3960 #define B_BE_WL_HWPDN_EN BIT(0)
3961 
3962 #define R_BE_SYS_SDIO_CTRL 0x0070
3963 #define B_BE_MCM_FLASH_EN BIT(28)
3964 #define B_BE_PCIE_SEC_LOAD BIT(26)
3965 #define B_BE_PCIE_SER_RSTB BIT(25)
3966 #define B_BE_PCIE_SEC_LOAD_CLR BIT(24)
3967 #define B_BE_SDIO_CMD_SW_RST BIT(20)
3968 #define B_BE_SDIO_INT_POLARITY BIT(19)
3969 #define B_BE_SDIO_OFF_EN BIT(17)
3970 #define B_BE_SDIO_ON_EN BIT(16)
3971 #define B_BE_PCIE_DIS_L2__CTRL_LDO_HCI BIT(15)
3972 #define B_BE_PCIE_DIS_L2_RTK_PERST BIT(14)
3973 #define B_BE_PCIE_FORCE_PWR_NGAT BIT(13)
3974 #define B_BE_PCIE_FORCE_IBX_EN BIT(12)
3975 #define B_BE_PCIE_AUXCLK_GATE BIT(11)
3976 #define B_BE_PCIE_WAIT_TIMEOUT_EVENT BIT(10)
3977 #define B_BE_PCIE_WAIT_TIME BIT(9)
3978 #define B_BE_L1OFF_TO_L0_RESUME_EVT BIT(8)
3979 #define B_BE_USBA_FORCE_PWR_NGAT BIT(7)
3980 #define B_BE_USBD_FORCE_PWR_NGAT BIT(6)
3981 #define B_BE_BT_CTRL_USB_PWR BIT(5)
3982 #define B_BE_USB_D_STATE_HOLD BIT(4)
3983 #define B_BE_R_BE_FORCE_DP BIT(3)
3984 #define B_BE_R_BE_DP_MODE BIT(2)
3985 #define B_BE_RES_USB_MASS_STORAGE_DESC BIT(1)
3986 #define B_BE_USB_WAIT_TIME BIT(0)
3987 
3988 #define R_BE_HCI_OPT_CTRL 0x0074
3989 #define B_BE_HCI_WLAN_IO_ST BIT(31)
3990 #define B_BE_HCI_WLAN_IO_EN BIT(28)
3991 #define B_BE_HAXIDMA_IO_ST BIT(27)
3992 #define B_BE_HAXIDMA_BACKUP_RESTORE_ST BIT(26)
3993 #define B_BE_HAXIDMA_IO_EN BIT(24)
3994 #define B_BE_EN_PCIE_WAKE BIT(23)
3995 #define B_BE_SDIO_PAD_H3L1 BIT(22)
3996 #define B_BE_USBMAC_ANACLK_SW BIT(21)
3997 #define B_BE_PCIE_CPHY_CCK_XTAL_SEL BIT(20)
3998 #define B_BE_SDIO_DATA_PAD_SMT BIT(19)
3999 #define B_BE_SDIO_PAD_E5 BIT(18)
4000 #define B_BE_FORCE_PCIE_AUXCLK BIT(17)
4001 #define B_BE_HCI_LA_ADDR_MAP BIT(16)
4002 #define B_BE_HCI_LA_GLO_RST BIT(15)
4003 #define B_BE_USB3_SUS_DIS BIT(14)
4004 #define B_BE_NOPWR_CTRL_SEL BIT(13)
4005 #define B_BE_USB_HOST_PWR_OFF_EN BIT(12)
4006 #define B_BE_SYM_LPS_BLOCK_EN BIT(11)
4007 #define B_BE_USB_LPM_ACT_EN BIT(10)
4008 #define B_BE_USB_LPM_NY BIT(9)
4009 #define B_BE_USB2_SUS_DIS BIT(8)
4010 #define B_BE_SDIO_PAD_E_MASK GENMASK(7, 5)
4011 #define B_BE_USB_LPPLL_EN BIT(4)
4012 #define B_BE_USB1_1_USB2_0_DECISION BIT(3)
4013 #define B_BE_ROP_SW15 BIT(2)
4014 #define B_BE_PCI_CKRDY_OPT BIT(1)
4015 #define B_BE_PCI_VAUX_EN BIT(0)
4016 
4017 #define R_BE_SYS_ISO_CTRL_EXTEND 0x0080
4018 #define B_BE_R_SYM_ISO_DMEM62PP BIT(29)
4019 #define B_BE_R_SYM_ISO_DMEM52PP BIT(28)
4020 #define B_BE_R_SYM_ISO_DMEM42PP BIT(27)
4021 #define B_BE_R_SYM_ISO_DMEM32PP BIT(26)
4022 #define B_BE_R_SYM_ISO_DMEM22PP BIT(25)
4023 #define B_BE_R_SYM_ISO_DMEM12PP BIT(24)
4024 #define B_BE_R_SYM_ISO_IMEM42PP BIT(22)
4025 #define B_BE_R_SYM_ISO_IMEM32PP BIT(21)
4026 #define B_BE_R_SYM_ISO_IMEM22PP BIT(20)
4027 #define B_BE_R_SYM_ISO_IMEM12PP BIT(19)
4028 #define B_BE_R_SYM_ISO_IMEM02PP BIT(18)
4029 #define B_BE_R_SYM_ISO_AON_OFF2PP BIT(15)
4030 #define B_BE_R_SYM_PWC_HCILA BIT(13)
4031 #define B_BE_R_SYM_PWC_PD12V BIT(12)
4032 #define B_BE_R_SYM_PWC_UD12V BIT(11)
4033 #define B_BE_R_SYM_PWC_BTBRG BIT(10)
4034 #define B_BE_R_SYM_LDOBTSDIO_EN BIT(9)
4035 #define B_BE_R_SYM_LDOSPDIO_EN BIT(8)
4036 #define B_BE_R_SYM_ISO_HCILA BIT(4)
4037 #define B_BE_R_SYM_ISO_BTBRG2PP BIT(2)
4038 #define B_BE_R_SYM_ISO_BTSDIO2PP BIT(1)
4039 #define B_BE_R_SYM_ISO_SPDIO2PP BIT(0)
4040 
4041 #define R_BE_FEN_RST_ENABLE 0x0084
4042 #define B_BE_R_SYM_FEN_WLMACOFF BIT(31)
4043 #define B_BE_R_SYM_ISO_WA12PP BIT(28)
4044 #define B_BE_R_SYM_ISO_CMAC12PP BIT(25)
4045 #define B_BE_R_SYM_ISO_CMAC02PP BIT(24)
4046 #define B_BE_R_SYM_ISO_ADDA_P32PP BIT(23)
4047 #define B_BE_R_SYM_ISO_ADDA_P22PP BIT(22)
4048 #define B_BE_R_SYM_ISO_ADDA_P12PP BIT(21)
4049 #define B_BE_R_SYM_ISO_ADDA_P02PP BIT(20)
4050 #define B_BE_CMAC1_FEN BIT(17)
4051 #define B_BE_CMAC0_FEN BIT(16)
4052 #define B_BE_SYM_ISO_BBPON12PP BIT(13)
4053 #define B_BE_SYM_ISO_BB12PP BIT(12)
4054 #define B_BE_BOOT_RDY1 BIT(10)
4055 #define B_BE_FEN_BB1_IP_RSTN BIT(9)
4056 #define B_BE_FEN_BB1PLAT_RSTB BIT(8)
4057 #define B_BE_SYM_ISO_BBPON02PP BIT(5)
4058 #define B_BE_SYM_ISO_BB02PP BIT(4)
4059 #define B_BE_BOOT_RDY0 BIT(2)
4060 #define B_BE_FEN_BB_IP_RSTN BIT(1)
4061 #define B_BE_FEN_BBPLAT_RSTB BIT(0)
4062 
4063 #define R_BE_PLATFORM_ENABLE 0x0088
4064 #define B_BE_HOLD_AFTER_RESET BIT(11)
4065 #define B_BE_SYM_WLPLT_MEM_MUX_EN BIT(10)
4066 #define B_BE_WCPU_WARM_EN BIT(9)
4067 #define B_BE_SPIC_EN BIT(8)
4068 #define B_BE_UART_EN BIT(7)
4069 #define B_BE_IDDMA_EN BIT(6)
4070 #define B_BE_IPSEC_EN BIT(5)
4071 #define B_BE_HIOE_EN BIT(4)
4072 #define B_BE_APB_WRAP_EN BIT(2)
4073 #define B_BE_WCPU_EN BIT(1)
4074 #define B_BE_PLATFORM_EN BIT(0)
4075 
4076 #define R_BE_WLLPS_CTRL 0x0090
4077 #define B_BE_LPSOP_BBMEMDS BIT(30)
4078 #define B_BE_LPSOP_BBOFF BIT(29)
4079 #define B_BE_LPSOP_MACOFF BIT(28)
4080 #define B_BE_LPSOP_OFF_CAPC_EN BIT(27)
4081 #define B_BE_LPSOP_MEM_DS BIT(26)
4082 #define B_BE_LPSOP_XTALM_LPS BIT(23)
4083 #define B_BE_LPSOP_XTAL BIT(22)
4084 #define B_BE_LPSOP_ACLK_DIV_2 BIT(21)
4085 #define B_BE_LPSOP_ACLK_SEL BIT(20)
4086 #define B_BE_LPSOP_ASWRM BIT(17)
4087 #define B_BE_LPSOP_ASWR BIT(16)
4088 #define B_BE_LPSOP_DSWR_ADJ_MASK GENMASK(15, 12)
4089 #define B_BE_LPSOP_DSWRSD BIT(10)
4090 #define B_BE_LPSOP_DSWRM BIT(9)
4091 #define B_BE_LPSOP_DSWR BIT(8)
4092 #define B_BE_LPSOP_OLD_ADJ_MASK GENMASK(7, 4)
4093 #define B_BE_FORCE_LEAVE_LPS BIT(3)
4094 #define B_BE_LPSOP_OLDSD BIT(2)
4095 #define B_BE_DIS_WLBT_LPSEN_LOPC BIT(1)
4096 #define B_BE_WL_LPS_EN BIT(0)
4097 
4098 #define R_BE_WLRESUME_CTRL 0x0094
4099 #define B_BE_LPSROP_DMEM5_RSU_EN BIT(31)
4100 #define B_BE_LPSROP_DMEM4_RSU_EN BIT(30)
4101 #define B_BE_LPSROP_DMEM3_RSU_EN BIT(29)
4102 #define B_BE_LPSROP_DMEM2_RSU_EN BIT(28)
4103 #define B_BE_LPSROP_DMEM1_RSU_EN BIT(27)
4104 #define B_BE_LPSROP_DMEM0_RSU_EN BIT(26)
4105 #define B_BE_LPSROP_IMEM5_RSU_EN BIT(25)
4106 #define B_BE_LPSROP_IMEM4_RSU_EN BIT(24)
4107 #define B_BE_LPSROP_IMEM3_RSU_EN BIT(23)
4108 #define B_BE_LPSROP_IMEM2_RSU_EN BIT(22)
4109 #define B_BE_LPSROP_IMEM1_RSU_EN BIT(21)
4110 #define B_BE_LPSROP_IMEM0_RSU_EN BIT(20)
4111 #define B_BE_LPSROP_BB1_W_BB0 BIT(14)
4112 #define B_BE_LPSROP_CMAC1 BIT(13)
4113 #define B_BE_LPSROP_CMAC0 BIT(12)
4114 #define B_BE_LPSROP_XTALM BIT(11)
4115 #define B_BE_LPSROP_PLLM BIT(10)
4116 #define B_BE_LPSROP_HIOE BIT(9)
4117 #define B_BE_LPSROP_CPU BIT(8)
4118 #define B_BE_LPSROP_LOWPWRPLL BIT(7)
4119 #define B_BE_LPSROP_DSWRSD_SEL_MASK GENMASK(5, 4)
4120 
4121 #define R_BE_EFUSE_CTRL_2_V1 0x00A4
4122 #define B_BE_EF_ENT BIT(31)
4123 #define B_BE_EF_TCOLUMN_EN BIT(29)
4124 #define B_BE_BT_OTP_PWC_DIS BIT(28)
4125 #define B_BE_EF_RDT BIT(27)
4126 #define B_BE_R_SYM_AUTOLOAD_WITH_PMC_SEL BIT(24)
4127 #define B_BE_EF_PGTS_MASK GENMASK(23, 20)
4128 #define B_BE_EF_BURST BIT(19)
4129 #define B_BE_EF_TEST_SEL_MASK GENMASK(18, 16)
4130 #define B_BE_EF_TROW_EN BIT(15)
4131 #define B_BE_EF_ERR_FLAG BIT(14)
4132 #define B_BE_EF_FBURST_DIS BIT(13)
4133 #define B_BE_EF_HT_SEL BIT(12)
4134 #define B_BE_EF_DSB_EN BIT(11)
4135 #define B_BE_EF_DLY_SEL_MASK GENMASK(3, 0)
4136 
4137 #define R_BE_PMC_DBG_CTRL2 0x00CC
4138 #define B_BE_EFUSE_BURN_GNT_MASK GENMASK(31, 24)
4139 #define B_BE_DIS_IOWRAP_TIMEOUT BIT(16)
4140 #define B_BE_STOP_WL_PMC BIT(9)
4141 #define B_BE_STOP_SYM_PMC BIT(8)
4142 #define B_BE_SYM_REG_PCIE_WRMSK BIT(7)
4143 #define B_BE_BT_ACCESS_WL_PAGE0 BIT(6)
4144 #define B_BE_R_BE_RST_WLPMC BIT(5)
4145 #define B_BE_R_BE_RST_PD12N BIT(4)
4146 #define B_BE_SYSON_DIS_WLR_BE_WRMSK BIT(3)
4147 #define B_BE_SYSON_DIS_PMCR_BE_WRMSK BIT(2)
4148 #define B_BE_SYSON_R_BE_ARB_MASK GENMASK(1, 0)
4149 
4150 #define R_BE_MEM_PWR_CTRL 0x00D0
4151 #define B_BE_DMEM5_WLMCU_DS BIT(31)
4152 #define B_BE_DMEM4_WLMCU_DS BIT(30)
4153 #define B_BE_DMEM3_WLMCU_DS BIT(29)
4154 #define B_BE_DMEM2_WLMCU_DS BIT(28)
4155 #define B_BE_DMEM1_WLMCU_DS BIT(27)
4156 #define B_BE_DMEM0_WLMCU_DS BIT(26)
4157 #define B_BE_IMEM5_WLMCU_DS BIT(25)
4158 #define B_BE_IMEM4_WLMCU_DS BIT(24)
4159 #define B_BE_IMEM3_WLMCU_DS BIT(23)
4160 #define B_BE_IMEM2_WLMCU_DS BIT(22)
4161 #define B_BE_IMEM1_WLMCU_DS BIT(21)
4162 #define B_BE_IMEM0_WLMCU_DS BIT(20)
4163 #define B_BE_MEM_BBMCU1_DS BIT(19)
4164 #define B_BE_MEM_BBMCU0_DS_V1 BIT(17)
4165 #define B_BE_MEM_BT_DS BIT(10)
4166 #define B_BE_MEM_SDIO_LS BIT(9)
4167 #define B_BE_MEM_SDIO_DS BIT(8)
4168 #define B_BE_MEM_USB_LS BIT(7)
4169 #define B_BE_MEM_USB_DS BIT(6)
4170 #define B_BE_MEM_PCI_LS BIT(5)
4171 #define B_BE_MEM_PCI_DS BIT(4)
4172 #define B_BE_MEM_WLMAC_LS BIT(3)
4173 
4174 #define R_BE_PCIE_MIO_INTF 0x00E4
4175 #define B_BE_AON_MIO_EPHY_1K_SEL_MASK GENMASK(29, 24)
4176 #define B_BE_PCIE_MIO_ADDR_PAGE_V1_MASK GENMASK(20, 16)
4177 #define B_BE_PCIE_MIO_ASIF BIT(15)
4178 #define B_BE_PCIE_MIO_BYIOREG BIT(13)
4179 #define B_BE_PCIE_MIO_RE BIT(12)
4180 #define B_BE_PCIE_MIO_WE_MASK GENMASK(11, 8)
4181 #define B_BE_PCIE_MIO_ADDR_MASK GENMASK(7, 0)
4182 
4183 #define R_BE_PCIE_MIO_INTD 0x00E8
4184 #define B_BE_PCIE_MIO_DATA_MASK GENMASK(31, 0)
4185 
4186 #define R_BE_HALT_H2C_CTRL 0x0160
4187 #define B_BE_HALT_H2C_TRIGGER BIT(0)
4188 
4189 #define R_BE_HALT_C2H_CTRL 0x0164
4190 #define B_BE_HALT_C2H_TRIGGER BIT(0)
4191 
4192 #define R_BE_HALT_H2C 0x0168
4193 #define B_BE_HALT_H2C_MASK GENMASK(31, 0)
4194 
4195 #define R_BE_HALT_C2H 0x016C
4196 #define B_BE_HALT_C2H_ERROR_SENARIO_MASK GENMASK(31, 28)
4197 #define B_BE_ERROR_CODE_MASK GENMASK(15, 0)
4198 
4199 #define R_BE_SYS_CFG5 0x0170
4200 #define B_BE_WDT_DATACPU_WAKE_PCIE_EN BIT(12)
4201 #define B_BE_WDT_DATACPU_WAKE_USB_EN BIT(11)
4202 #define B_BE_WDT_WAKE_PCIE_EN BIT(10)
4203 #define B_BE_WDT_WAKE_USB_EN BIT(9)
4204 #define B_BE_SYM_DIS_HC_ACCESS_MAC BIT(8)
4205 #define B_BE_LPS_STATUS BIT(3)
4206 #define B_BE_HCI_TXDMA_BUSY BIT(2)
4207 
4208 #define R_BE_SECURE_BOOT_MALLOC_INFO 0x0184
4209 
4210 #define R_BE_FWS1IMR 0x0198
4211 #define B_BE_FS_RPWM_INT_EN_V1 BIT(24)
4212 #define B_BE_PCIE_HOTRST_EN BIT(22)
4213 #define B_BE_PCIE_SER_TIMEOUT_INDIC_EN BIT(21)
4214 #define B_BE_PCIE_RXI300_SLVTOUT_INDIC_EN BIT(20)
4215 #define B_BE_AON_PCIE_FLR_INT_EN BIT(19)
4216 #define B_BE_PCIE_ERR_INDIC_INT_EN BIT(18)
4217 #define B_BE_SDIO_ERR_INDIC_INT_EN BIT(17)
4218 #define B_BE_USB_ERR_INDIC_INT_EN BIT(16)
4219 #define B_BE_FS_GPIO27_INT_EN BIT(11)
4220 #define B_BE_FS_GPIO26_INT_EN BIT(10)
4221 #define B_BE_FS_GPIO25_INT_EN BIT(9)
4222 #define B_BE_FS_GPIO24_INT_EN BIT(8)
4223 #define B_BE_FS_GPIO23_INT_EN BIT(7)
4224 #define B_BE_FS_GPIO22_INT_EN BIT(6)
4225 #define B_BE_FS_GPIO21_INT_EN BIT(5)
4226 #define B_BE_FS_GPIO20_INT_EN BIT(4)
4227 #define B_BE_FS_GPIO19_INT_EN BIT(3)
4228 #define B_BE_FS_GPIO18_INT_EN BIT(2)
4229 #define B_BE_FS_GPIO17_INT_EN BIT(1)
4230 #define B_BE_FS_GPIO16_INT_EN BIT(0)
4231 
4232 #define R_BE_HIMR0 0x01A0
4233 #define B_BE_WDT_DATACPU_TIMEOUT_INT_EN BIT(25)
4234 #define B_BE_HALT_D2H_INT_EN BIT(24)
4235 #define B_BE_WDT_TIMEOUT_INT_EN BIT(22)
4236 #define B_BE_HALT_C2H_INT_EN BIT(21)
4237 #define B_BE_RON_INT_EN BIT(20)
4238 #define B_BE_PDNINT_EN BIT(19)
4239 #define B_BE_SPSANA_OCP_INT_EN BIT(18)
4240 #define B_BE_SPS_OCP_INT_EN BIT(17)
4241 #define B_BE_BTON_STS_UPDATE_INT_EN BIT(16)
4242 #define B_BE_GPIOF_INT_EN BIT(15)
4243 #define B_BE_GPIOE_INT_EN BIT(14)
4244 #define B_BE_GPIOD_INT_EN BIT(13)
4245 #define B_BE_GPIOC_INT_EN BIT(12)
4246 #define B_BE_GPIOB_INT_EN BIT(11)
4247 #define B_BE_GPIOA_INT_EN BIT(10)
4248 #define B_BE_GPIO9_INT_EN BIT(9)
4249 #define B_BE_GPIO8_INT_EN BIT(8)
4250 #define B_BE_GPIO7_INT_EN BIT(7)
4251 #define B_BE_GPIO6_INT_EN BIT(6)
4252 #define B_BE_GPIO5_INT_EN BIT(5)
4253 #define B_BE_GPIO4_INT_EN BIT(4)
4254 #define B_BE_GPIO3_INT_EN BIT(3)
4255 #define B_BE_GPIO2_INT_EN BIT(2)
4256 #define B_BE_GPIO1_INT_EN BIT(1)
4257 #define B_BE_GPIO0_INT_EN BIT(0)
4258 
4259 #define R_BE_HISR0 0x01A4
4260 #define B_BE_WDT_DATACPU_TIMEOUT_INT BIT(25)
4261 #define B_BE_HALT_D2H_INT BIT(24)
4262 #define B_BE_WDT_TIMEOUT_INT BIT(22)
4263 #define B_BE_HALT_C2H_INT BIT(21)
4264 #define B_BE_RON_INT BIT(20)
4265 #define B_BE_PDNINT BIT(19)
4266 #define B_BE_SPSANA_OCP_INT BIT(18)
4267 #define B_BE_SPS_OCP_INT BIT(17)
4268 #define B_BE_BTON_STS_UPDATE_INT BIT(16)
4269 #define B_BE_GPIOF_INT BIT(15)
4270 #define B_BE_GPIOE_INT BIT(14)
4271 #define B_BE_GPIOD_INT BIT(13)
4272 #define B_BE_GPIOC_INT BIT(12)
4273 #define B_BE_GPIOB_INT BIT(11)
4274 #define B_BE_GPIOA_INT BIT(10)
4275 #define B_BE_GPIO9_INT BIT(9)
4276 #define B_BE_GPIO8_INT BIT(8)
4277 #define B_BE_GPIO7_INT BIT(7)
4278 #define B_BE_GPIO6_INT BIT(6)
4279 #define B_BE_GPIO5_INT BIT(5)
4280 #define B_BE_GPIO4_INT BIT(4)
4281 #define B_BE_GPIO3_INT BIT(3)
4282 #define B_BE_GPIO2_INT BIT(2)
4283 #define B_BE_GPIO1_INT BIT(1)
4284 #define B_BE_GPIO0_INT BIT(0)
4285 
4286 #define R_BE_WCPU_FW_CTRL 0x01E0
4287 #define B_BE_RUN_ENV_MASK GENMASK(31, 30)
4288 #define B_BE_WCPU_FWDL_STATUS_MASK GENMASK(29, 26)
4289 #define B_BE_WDT_PLT_RST_EN BIT(17)
4290 #define B_BE_FW_SEC_AUTH_DONE BIT(14)
4291 #define B_BE_FW_CPU_UTIL_STS_EN BIT(13)
4292 #define B_BE_BBMCU1_FWDL_EN BIT(12)
4293 #define B_BE_BBMCU0_FWDL_EN BIT(11)
4294 #define B_BE_DATACPU_FWDL_EN BIT(10)
4295 #define B_BE_WLANCPU_FWDL_EN BIT(9)
4296 #define B_BE_WCPU_ROM_CUT_GET BIT(8)
4297 #define B_BE_WCPU_ROM_CUT_VAL_MASK GENMASK(7, 4)
4298 #define B_BE_FW_BOOT_MODE_MASK GENMASK(3, 2)
4299 #define B_BE_H2C_PATH_RDY BIT(1)
4300 #define B_BE_DLFW_PATH_RDY BIT(0)
4301 
4302 #define R_BE_BOOT_REASON 0x01E6
4303 #define B_BE_BOOT_REASON_MASK GENMASK(2, 0)
4304 
4305 #define R_BE_LDM 0x01E8
4306 #define B_BE_EN_32K BIT(31)
4307 #define B_BE_LDM_MASK GENMASK(30, 0)
4308 
4309 #define R_BE_UDM0 0x01F0
4310 #define B_BE_UDM0_SEND2RA_CNT_MASK GENMASK(31, 28)
4311 #define B_BE_UDM0_TX_RPT_CNT_MASK GENMASK(27, 24)
4312 #define B_BE_UDM0_FS_CODE_MASK GENMASK(23, 8)
4313 #define B_BE_NULL_POINTER_INDC BIT(7)
4314 #define B_BE_ROM_ASSERT_INDC BIT(6)
4315 #define B_BE_RAM_ASSERT_INDC BIT(5)
4316 #define B_BE_FW_IMAGE_TYPE BIT(4)
4317 #define B_BE_UDM0_TRAP_LOOP_CTRL BIT(2)
4318 #define B_BE_UDM0_SEND_HALTC2H_CTRL BIT(1)
4319 #define B_BE_UDM0_DBG_MODE_CTRL BIT(0)
4320 
4321 #define R_BE_UDM1 0x01F4
4322 #define B_BE_UDM1_ERROR_ADDR_MASK GENMASK(31, 16)
4323 #define B_BE_UDM1_HALMAC_C2H_ENQ_CNT_MASK GENMASK(15, 12)
4324 #define B_BE_UDM1_HALMAC_H2C_DEQ_CNT_MASK GENMASK(11, 8)
4325 #define B_BE_UDM1_WCPU_C2H_ENQ_CNT_MASK GENMASK(7, 4)
4326 #define B_BE_UDM1_WCPU_H2C_DEQ_CNT_MASK GENMASK(3, 0)
4327 
4328 #define R_BE_UDM2 0x01F8
4329 #define B_BE_UDM2_EPC_RA_MASK GENMASK(31, 0)
4330 
4331 #define R_BE_AFE_ON_CTRL0 0x0240
4332 #define B_BE_REG_LPF_R3_3_0_MASK GENMASK(31, 29)
4333 #define B_BE_REG_LPF_R2_MASK GENMASK(28, 24)
4334 #define B_BE_REG_LPF_C3_MASK GENMASK(23, 21)
4335 #define B_BE_REG_LPF_C2_MASK GENMASK(20, 18)
4336 #define B_BE_REG_LPF_C1_MASK GENMASK(17, 15)
4337 #define B_BE_REG_CP_ICPX2 BIT(14)
4338 #define B_BE_REG_CP_ICP_SEL_FAST_MASK GENMASK(13, 10)
4339 #define B_BE_REG_CP_ICP_SEL_MASK GENMASK(9, 6)
4340 #define B_BE_REG_IB_PI_MASK GENMASK(5, 4)
4341 #define B_BE_REG_CK_DEBUG_BT BIT(3)
4342 #define B_BE_EN_PC_LDO BIT(2)
4343 #define B_BE_LDO_VSEL_MASK GENMASK(1, 0)
4344 
4345 #define R_BE_AFE_ON_CTRL1 0x0244
4346 #define B_BE_REG_CK_MON_SEL_MASK GENMASK(31, 29)
4347 #define B_BE_REG_CK_MON_CK960M_EN BIT(28)
4348 #define B_BE_REG_XTAL_FREQ_SEL BIT(27)
4349 #define B_BE_REG_XTAL_EDGE_SEL BIT(26)
4350 #define B_BE_REG_VCO_KVCO BIT(25)
4351 #define B_BE_REG_SDM_EDGE_SEL BIT(24)
4352 #define B_BE_REG_SDM_CK_SEL BIT(23)
4353 #define B_BE_REG_SDM_CK_GATED BIT(22)
4354 #define B_BE_REG_PFD_RESET_GATED BIT(21)
4355 #define B_BE_REG_LPF_R3_FAST_MASK GENMASK(20, 16)
4356 #define B_BE_REG_LPF_R2_FAST_MASK GENMASK(15, 11)
4357 #define B_BE_REG_LPF_C3_FAST_MASK GENMASK(10, 8)
4358 #define B_BE_REG_LPF_C2_FAST_MASK GENMASK(7, 5)
4359 #define B_BE_REG_LPF_C1_FAST_MASK GENMASK(4, 2)
4360 #define B_BE_REG_LPF_R3_4_MASK GENMASK(1, 0)
4361 
4362 #define R_BE_AFE_ON_CTRL3 0x024C
4363 #define B_BE_LDO_VSEL_DA_1_MASK GENMASK(31, 30)
4364 #define B_BE_LDO_VSEL_DA_0_MASK GENMASK(29, 28)
4365 #define B_BE_LDO_VSEL_D2S_1_MASK GENMASK(27, 26)
4366 #define B_BE_LDO_VSEL_D2S_0_MASK GENMASK(25, 24)
4367 #define B_BE_LDO_VSEL_BUF_MASK GENMASK(23, 22)
4368 #define B_BE_REG_R2_L_MASK GENMASK(21, 19)
4369 #define B_BE_REG_R1_L_MASK GENMASK(18, 16)
4370 #define B_BE_REG_CK_DEBUG_BT_MON BIT(15)
4371 #define B_BE_REG_BT_CLK_BUF_POWER BIT(14)
4372 #define B_BE_REG_BG_OUT_BTADC_V1 BIT(13)
4373 #define B_BE_REG_SEL_V18 BIT(11)
4374 #define B_BE_REG_FRAC_EN BIT(10)
4375 #define B_BE_REG_CK1920M_EN BIT(9)
4376 #define B_BE_REG_CK1280M_EN BIT(8)
4377 #define B_BE_REG_12LDO_SEL_MASK GENMASK(7, 6)
4378 #define B_BE_REG_09LDO_SEL_MASK GENMASK(5, 4)
4379 #define B_BE_REG_VC_TH BIT(3)
4380 #define B_BE_REG_VC_TL BIT(2)
4381 #define B_BE_REG_CK40M_EN BIT(1)
4382 #define B_BE_REG_CK640M_EN BIT(0)
4383 
4384 #define R_BE_GPIO8_15_FUNC_SEL 0x02D4
4385 #define B_BE_PINMUX_GPIO9_FUNC_SEL_MASK GENMASK(7, 4)
4386 
4387 #define R_BE_WLAN_XTAL_SI_CTRL 0x0270
4388 #define B_BE_WL_XTAL_SI_CMD_POLL BIT(31)
4389 #define B_BE_WL_XTAL_SI_CHIPID_MASK GENMASK(30, 28)
4390 #define B_BE_WL_XTAL_SI_MODE_MASK GENMASK(25, 24)
4391 #define B_BE_WL_XTAL_SI_BITMASK_MASK GENMASK(23, 16)
4392 #define B_BE_WL_XTAL_SI_DATA_MASK GENMASK(15, 8)
4393 #define B_BE_WL_XTAL_SI_ADDR_MASK GENMASK(7, 0)
4394 
4395 #define R_BE_IC_PWR_STATE 0x03F0
4396 #define B_BE_WHOLE_SYS_PWR_STE_MASK GENMASK(25, 16)
4397 #define MAC_AX_SYS_ACT 0x220
4398 #define B_BE_WLMAC_PWR_STE_MASK GENMASK(9, 8)
4399 #define B_BE_UART_HCISYS_PWR_STE_MASK GENMASK(7, 6)
4400 #define B_BE_SDIO_HCISYS_PWR_STE_MASK GENMASK(5, 4)
4401 #define B_BE_USB_HCISYS_PWR_STE_MASK GENMASK(3, 2)
4402 #define B_BE_PCIE_HCISYS_PWR_STE_MASK GENMASK(1, 0)
4403 
4404 #define R_BE_WLCPU_PORT_PC 0x03FC
4405 
4406 #define R_BE_DBG_WOW 0x0504
4407 
4408 #define R_BE_DCPU_PLATFORM_ENABLE 0x0888
4409 #define B_BE_DCPU_SYM_DPLT_MEM_MUX_EN BIT(10)
4410 #define B_BE_DCPU_WARM_EN BIT(9)
4411 #define B_BE_DCPU_UART_EN BIT(7)
4412 #define B_BE_DCPU_IDDMA_EN BIT(6)
4413 #define B_BE_DCPU_APB_WRAP_EN BIT(2)
4414 #define B_BE_DCPU_EN BIT(1)
4415 #define B_BE_DCPU_PLATFORM_EN BIT(0)
4416 
4417 #define R_BE_PL_AXIDMA_IDCT_MSK 0x0910
4418 #define B_BE_PL_AXIDMA_RRESP_ERR_MASK BIT(6)
4419 #define B_BE_PL_AXIDMA_BRESP_ERR_MASK BIT(5)
4420 #define B_BE_PL_AXIDMA_FC_ERR_MASK BIT(4)
4421 #define B_BE_PL_AXIDMA_TXBD_LEN0_MASK BIT(3)
4422 #define B_BE_PL_AXIDMA_TXBD_4KBOUD_LENERR_MASK BIT(2)
4423 #define B_BE_PL_AXIDMA_TXBD_RX_STUCK_MASK BIT(1)
4424 #define B_BE_PL_AXIDMA_TXBD_TX_STUCK_MASK BIT(0)
4425 #define B_BE_PL_AXIDMA_IDCT_MSK_CLR (B_BE_PL_AXIDMA_TXBD_TX_STUCK_MASK | \
4426 				     B_BE_PL_AXIDMA_TXBD_RX_STUCK_MASK | \
4427 				     B_BE_PL_AXIDMA_TXBD_LEN0_MASK | \
4428 				     B_BE_PL_AXIDMA_FC_ERR_MASK | \
4429 				     B_BE_PL_AXIDMA_BRESP_ERR_MASK | \
4430 				     B_BE_PL_AXIDMA_RRESP_ERR_MASK)
4431 #define B_BE_PL_AXIDMA_IDCT_MSK_SET (B_BE_PL_AXIDMA_TXBD_TX_STUCK_MASK | \
4432 				     B_BE_PL_AXIDMA_TXBD_RX_STUCK_MASK | \
4433 				     B_BE_PL_AXIDMA_TXBD_LEN0_MASK | \
4434 				     B_BE_PL_AXIDMA_FC_ERR_MASK)
4435 
4436 #define R_BE_PL_AXIDMA_IDCT 0x0914
4437 #define B_BE_PL_AXIDMA_RRESP_ERR BIT(6)
4438 #define B_BE_PL_AXIDMA_BRESP_ERR BIT(5)
4439 #define B_BE_PL_AXIDMA_FC_ERR BIT(4)
4440 #define B_BE_PL_AXIDMA_TXBD_LEN0 BIT(3)
4441 #define B_BE_PL_AXIDMA_TXBD_4KBOUD_LENERR BIT(2)
4442 #define B_BE_PL_AXIDMA_TXBD_RX_STUCK BIT(1)
4443 #define B_BE_PL_AXIDMA_TXBD_TX_STUCK BIT(0)
4444 
4445 #define R_BE_FILTER_MODEL_ADDR 0x0C04
4446 
4447 #define R_BE_WLAN_WDT 0x3050
4448 #define B_BE_WLAN_WDT_TIMEOUT BIT(31)
4449 #define B_BE_WLAN_WDT_TIMER_CLEAR BIT(4)
4450 #define B_BE_WLAN_WDT_BYPASS BIT(1)
4451 #define B_BE_WLAN_WDT_ENABLE BIT(0)
4452 
4453 #define R_BE_AXIDMA_WDT 0x305C
4454 #define B_BE_AXIDMA_WDT_TIMEOUT BIT(31)
4455 #define B_BE_AXIDMA_WDT_TIMER_CLEAR BIT(4)
4456 #define B_BE_AXIDMA_WDT_BYPASS BIT(1)
4457 #define B_BE_AXIDMA_WDT_ENABLE BIT(0)
4458 
4459 #define R_BE_AON_WDT 0x3068
4460 #define B_BE_AON_WDT_TIMEOUT BIT(31)
4461 #define B_BE_AON_WDT_TIMER_CLEAR BIT(4)
4462 #define B_BE_AON_WDT_BYPASS BIT(1)
4463 #define B_BE_AON_WDT_ENABLE BIT(0)
4464 
4465 #define R_BE_AON_WDT_TMR 0x306C
4466 #define R_BE_MDIO_WDT_TMR 0x3090
4467 #define R_BE_LA_MODE_WDT_TMR 0x309C
4468 #define R_BE_WDT_AR_TMR 0x3144
4469 #define R_BE_WDT_AW_TMR 0x3150
4470 #define R_BE_WLAN_WDT_TMR 0x3054
4471 #define R_BE_WDT_W_TMR 0x315C
4472 #define R_BE_AXIDMA_WDT_TMR 0x3060
4473 #define R_BE_WDT_B_TMR 0x3164
4474 #define R_BE_WDT_R_TMR 0x316C
4475 #define R_BE_LOCAL_WDT_TMR 0x3084
4476 
4477 #define R_BE_LOCAL_WDT 0x3080
4478 #define B_BE_LOCAL_WDT_TIMEOUT BIT(31)
4479 #define B_BE_LOCAL_WDT_TIMER_CLEAR BIT(4)
4480 #define B_BE_LOCAL_WDT_BYPASS BIT(1)
4481 #define B_BE_LOCAL_WDT_ENABLE BIT(0)
4482 
4483 #define R_BE_MDIO_WDT 0x308C
4484 #define B_BE_MDIO_WDT_TIMEOUT BIT(31)
4485 #define B_BE_MDIO_WDT_TIMER_CLEAR BIT(4)
4486 #define B_BE_MDIO_WDT_BYPASS BIT(1)
4487 #define B_BE_MDIO_WDT_ENABLE BIT(0)
4488 
4489 #define R_BE_LA_MODE_WDT 0x3098
4490 #define B_BE_LA_MODE_WDT_TIMEOUT BIT(31)
4491 #define B_BE_LA_MODE_WDT_TIMER_CLEAR BIT(4)
4492 #define B_BE_LA_MODE_WDT_BYPASS BIT(1)
4493 #define B_BE_LA_MODE_WDT_ENABLE BIT(0)
4494 
4495 #define R_BE_WDT_AR 0x3140
4496 #define B_BE_WDT_AR_TIMEOUT BIT(31)
4497 #define B_BE_WDT_AR_TIMER_CLEAR BIT(4)
4498 #define B_BE_WDT_AR_BYPASS BIT(1)
4499 #define B_BE_WDT_AR_ENABLE BIT(0)
4500 
4501 #define R_BE_WDT_AW 0x314C
4502 #define B_BE_WDT_AW_TIMEOUT BIT(31)
4503 #define B_BE_WDT_AW_TIMER_CLEAR BIT(4)
4504 #define B_BE_WDT_AW_BYPASS BIT(1)
4505 #define B_BE_WDT_AW_ENABLE BIT(0)
4506 
4507 #define R_BE_WDT_W 0x3158
4508 #define B_BE_WDT_W_TIMEOUT BIT(31)
4509 #define B_BE_WDT_W_TIMER_CLEAR BIT(4)
4510 #define B_BE_WDT_W_BYPASS BIT(1)
4511 #define B_BE_WDT_W_ENABLE BIT(0)
4512 
4513 #define R_BE_WDT_B 0x3160
4514 #define B_BE_WDT_B_TIMEOUT BIT(31)
4515 #define B_BE_WDT_B_TIMER_CLEAR BIT(4)
4516 #define B_BE_WDT_B_BYPASS BIT(1)
4517 #define B_BE_WDT_B_ENABLE BIT(0)
4518 
4519 #define R_BE_WDT_R 0x3168
4520 #define B_BE_WDT_R_TIMEOUT BIT(31)
4521 #define B_BE_WDT_R_TIMER_CLEAR BIT(4)
4522 #define B_BE_WDT_R_BYPASS BIT(1)
4523 #define B_BE_WDT_R_ENABLE BIT(0)
4524 
4525 #define R_BE_LTR_DECISION_CTRL_V1 0x3610
4526 #define B_BE_ENABLE_LTR_CTL_DECISION BIT(31)
4527 #define B_BE_LAT_LTR_IDX_DRV_VLD_V1 BIT(24)
4528 #define B_BE_LAT_LTR_IDX_DRV_V1_MASK GENMASK(23, 22)
4529 #define B_BE_LAT_LTR_IDX_FW_VLD_V1 BIT(21)
4530 #define B_BE_LAT_LTR_IDX_FW_V1_MASK GENMASK(20, 19)
4531 #define B_BE_LAT_LTR_IDX_HW_VLD_V1 BIT(18)
4532 #define B_BE_LAT_LTR_IDX_HW_V1_MASK GENMASK(17, 16)
4533 #define B_BE_LTR_IDX_DRV_V1_MASK GENMASK(15, 14)
4534 #define B_BE_LTR_REQ_DRV_V1 BIT(13)
4535 #define B_BE_LTR_IDX_DISABLE_V1_MASK GENMASK(9, 8)
4536 #define B_BE_LTR_EN_PORT_V1_MASK GENMASK(6, 4)
4537 #define B_BE_LTR_DRV_DEC_EN_V1 BIT(6)
4538 #define B_BE_LTR_FW_DEC_EN_V1 BIT(5)
4539 #define B_BE_LTR_HW_DEC_EN_V1 BIT(4)
4540 #define B_BE_LTR_SPACE_IDX_MASK GENMASK(1, 0)
4541 
4542 #define R_BE_LTR_LATENCY_IDX0_V1 0x3614
4543 #define R_BE_LTR_LATENCY_IDX1_V1 0x3618
4544 #define R_BE_LTR_LATENCY_IDX2_V1 0x361C
4545 #define R_BE_LTR_LATENCY_IDX3_V1 0x3620
4546 
4547 #define R_BE_H2CREG_DATA0 0x7140
4548 #define R_BE_H2CREG_DATA1 0x7144
4549 #define R_BE_H2CREG_DATA2 0x7148
4550 #define R_BE_H2CREG_DATA3 0x714C
4551 #define R_BE_C2HREG_DATA0 0x7150
4552 #define R_BE_C2HREG_DATA1 0x7154
4553 #define R_BE_C2HREG_DATA2 0x7158
4554 #define R_BE_C2HREG_DATA3 0x715C
4555 #define R_BE_H2CREG_CTRL 0x7160
4556 #define B_BE_H2CREG_TRIGGER BIT(0)
4557 #define R_BE_C2HREG_CTRL 0x7164
4558 #define B_BE_C2HREG_TRIGGER BIT(0)
4559 
4560 #define R_BE_HCI_FUNC_EN 0x7880
4561 #define B_BE_HCI_CR_PROTECT BIT(31)
4562 #define B_BE_HCI_TRXBUF_EN BIT(2)
4563 #define B_BE_HCI_RXDMA_EN BIT(1)
4564 #define B_BE_HCI_TXDMA_EN BIT(0)
4565 
4566 #define R_BE_DBG_WOW_READY 0x815E
4567 #define B_BE_DBG_WOW_READY GENMASK(7, 0)
4568 
4569 #define R_BE_DMAC_FUNC_EN 0x8400
4570 #define B_BE_DMAC_CRPRT BIT(31)
4571 #define B_BE_MAC_FUNC_EN BIT(30)
4572 #define B_BE_DMAC_FUNC_EN BIT(29)
4573 #define B_BE_MPDU_PROC_EN BIT(28)
4574 #define B_BE_WD_RLS_EN BIT(27)
4575 #define B_BE_DLE_WDE_EN BIT(26)
4576 #define B_BE_TXPKT_CTRL_EN BIT(25)
4577 #define B_BE_STA_SCH_EN BIT(24)
4578 #define B_BE_DLE_PLE_EN BIT(23)
4579 #define B_BE_PKT_BUF_EN BIT(22)
4580 #define B_BE_DMAC_TBL_EN BIT(21)
4581 #define B_BE_PKT_IN_EN BIT(20)
4582 #define B_BE_DLE_CPUIO_EN BIT(19)
4583 #define B_BE_DISPATCHER_EN BIT(18)
4584 #define B_BE_BBRPT_EN BIT(17)
4585 #define B_BE_MAC_SEC_EN BIT(16)
4586 #define B_BE_DMACREG_GCKEN BIT(15)
4587 #define B_BE_H_AXIDMA_EN BIT(14)
4588 #define B_BE_DMAC_MLO_EN BIT(11)
4589 #define B_BE_PLRLS_EN BIT(10)
4590 #define B_BE_P_AXIDMA_EN BIT(9)
4591 #define B_BE_DLE_DATACPUIO_EN BIT(8)
4592 #define B_BE_LTR_CTL_EN BIT(7)
4593 
4594 #define R_BE_DMAC_CLK_EN 0x8404
4595 #define B_BE_MAC_CKEN BIT(30)
4596 #define B_BE_DMAC_CKEN BIT(29)
4597 #define B_BE_MPDU_CKEN BIT(28)
4598 #define B_BE_WD_RLS_CLK_EN BIT(27)
4599 #define B_BE_DLE_WDE_CLK_EN BIT(26)
4600 #define B_BE_TXPKT_CTRL_CLK_EN BIT(25)
4601 #define B_BE_STA_SCH_CLK_EN BIT(24)
4602 #define B_BE_DLE_PLE_CLK_EN BIT(23)
4603 #define B_BE_PKTBUF_CKEN BIT(22)
4604 #define B_BE_DMAC_TABLE_CLK_EN BIT(21)
4605 #define B_BE_PKT_IN_CLK_EN BIT(20)
4606 #define B_BE_DLE_CPUIO_CLK_EN BIT(19)
4607 #define B_BE_DISPATCHER_CLK_EN BIT(18)
4608 #define B_BE_BBRPT_CLK_EN BIT(17)
4609 #define B_BE_MAC_SEC_CLK_EN BIT(16)
4610 #define B_BE_H_AXIDMA_CKEN BIT(14)
4611 #define B_BE_DMAC_MLO_CKEN BIT(11)
4612 #define B_BE_PLRLS_CKEN BIT(10)
4613 #define B_BE_P_AXIDMA_CKEN BIT(9)
4614 #define B_BE_DLE_DATACPUIO_CKEN BIT(8)
4615 
4616 #define R_BE_LTR_CTRL_0 0x8410
4617 #define B_BE_LTR_REQ_FW BIT(18)
4618 #define B_BE_LTR_IDX_FW_MASK GENMASK(17, 16)
4619 #define B_BE_LTR_IDLE_TIMER_IDX_MASK GENMASK(10, 8)
4620 #define B_BE_LTR_WD_NOEMP_CHK BIT(1)
4621 #define B_BE_LTR_HW_EN BIT(0)
4622 
4623 #define R_BE_LTR_CFG_0 0x8414
4624 #define B_BE_LTR_IDX_DISABLE_MASK GENMASK(17, 16)
4625 #define B_BE_LTR_IDX_IDLE_MASK GENMASK(15, 14)
4626 #define B_BE_LTR_IDX_ACTIVE_MASK GENMASK(13, 12)
4627 #define B_BE_LTR_IDLE_TIMER_IDX_MASK GENMASK(10, 8)
4628 #define B_BE_EN_LTR_CMAC_RX_USE_PG_CHK BIT(3)
4629 #define B_BE_EN_LTR_WD_NON_EMPTY_CHK BIT(2)
4630 #define B_BE_EN_LTR_HAXIDMA_TX_IDLE_CHK BIT(1)
4631 #define B_BE_EN_LTR_HAXIDMA_RX_IDLE_CHK BIT(0)
4632 
4633 #define R_BE_LTR_CFG_1 0x8418
4634 #define B_BE_LTR_CMAC1_RX_USE_PG_TH_MASK GENMASK(27, 16)
4635 #define B_BE_LTR_CMAC0_RX_USE_PG_TH_MASK GENMASK(11, 0)
4636 
4637 #define R_BE_DMAC_TABLE_CTRL 0x8420
4638 #define B_BE_HWAMSDU_PADDING_MODE BIT(31)
4639 #define B_BE_MACID_MPDU_PROCESSOR_OFFSET_MASK GENMASK(26, 16)
4640 #define B_BE_DMAC_ADDR_MODE BIT(12)
4641 #define B_BE_DMAC_CTRL_INFO_SER_IO BIT(11)
4642 #define B_BE_DMAC_CTRL_INFO_OFFSET_MASK GENMASK(10, 0)
4643 
4644 #define R_BE_SER_DBG_INFO 0x8424
4645 #define B_BE_SER_L0_PROMOTE_L1_EVENT_MASK GENMASK(31, 28)
4646 #define B_BE_SER_L1_COUNTER_MASK GENMASK(27, 24)
4647 #define B_BE_RMAC_PPDU_HANG_CNT_MASK GENMASK(23, 16)
4648 #define B_BE_SER_L0_COUNTER_MASK GENMASK(8, 0)
4649 
4650 #define R_BE_DMAC_SYS_CR32B 0x842C
4651 #define B_BE_DMAC_BB_PHY1_MASK GENMASK(31, 16)
4652 #define B_BE_DMAC_BB_PHY0_MASK GENMASK(15, 0)
4653 #define B_BE_DMAC_BB_CTRL_39 BIT(31)
4654 #define B_BE_DMAC_BB_CTRL_38 BIT(30)
4655 #define B_BE_DMAC_BB_CTRL_37 BIT(29)
4656 #define B_BE_DMAC_BB_CTRL_36 BIT(28)
4657 #define B_BE_DMAC_BB_CTRL_35 BIT(27)
4658 #define B_BE_DMAC_BB_CTRL_34 BIT(26)
4659 #define B_BE_DMAC_BB_CTRL_33 BIT(25)
4660 #define B_BE_DMAC_BB_CTRL_32 BIT(24)
4661 #define B_BE_DMAC_BB_CTRL_31 BIT(23)
4662 #define B_BE_DMAC_BB_CTRL_30 BIT(22)
4663 #define B_BE_DMAC_BB_CTRL_29 BIT(21)
4664 #define B_BE_DMAC_BB_CTRL_28 BIT(20)
4665 #define B_BE_DMAC_BB_CTRL_27 BIT(19)
4666 #define B_BE_DMAC_BB_CTRL_26 BIT(18)
4667 #define B_BE_DMAC_BB_CTRL_25 BIT(17)
4668 #define B_BE_DMAC_BB_CTRL_24 BIT(16)
4669 #define B_BE_DMAC_BB_CTRL_23 BIT(15)
4670 #define B_BE_DMAC_BB_CTRL_22 BIT(14)
4671 #define B_BE_DMAC_BB_CTRL_21 BIT(13)
4672 #define B_BE_DMAC_BB_CTRL_20 BIT(12)
4673 #define B_BE_DMAC_BB_CTRL_19 BIT(11)
4674 #define B_BE_DMAC_BB_CTRL_18 BIT(10)
4675 #define B_BE_DMAC_BB_CTRL_17 BIT(9)
4676 #define B_BE_DMAC_BB_CTRL_16 BIT(8)
4677 #define B_BE_DMAC_BB_CTRL_15 BIT(7)
4678 #define B_BE_DMAC_BB_CTRL_14 BIT(6)
4679 #define B_BE_DMAC_BB_CTRL_13 BIT(5)
4680 #define B_BE_DMAC_BB_CTRL_12 BIT(4)
4681 #define B_BE_DMAC_BB_CTRL_11 BIT(3)
4682 #define B_BE_DMAC_BB_CTRL_10 BIT(2)
4683 #define B_BE_DMAC_BB_CTRL_9 BIT(1)
4684 #define B_BE_DMAC_BB_CTRL_8 BIT(0)
4685 
4686 #define R_BE_DLE_EMPTY0 0x8430
4687 #define B_BE_PLE_EMPTY_QTA_DMAC_H2D BIT(27)
4688 #define B_BE_PLE_EMPTY_QTA_DMAC_CPUIO BIT(26)
4689 #define B_BE_PLE_EMPTY_QTA_DMAC_MPDU_TX BIT(25)
4690 #define B_BE_PLE_EMPTY_QTA_DMAC_WLAN_CPU BIT(24)
4691 #define B_BE_PLE_EMPTY_QTA_DMAC_H2C BIT(23)
4692 #define B_BE_PLE_EMPTY_QTA_DMAC_B1_TXPL BIT(22)
4693 #define B_BE_PLE_EMPTY_QTA_DMAC_B0_TXPL BIT(21)
4694 #define B_BE_WDE_EMPTY_QTA_DMAC_CPUIO BIT(20)
4695 #define B_BE_WDE_EMPTY_QTA_DMAC_PKTIN BIT(19)
4696 #define B_BE_WDE_EMPTY_QTA_DMAC_DATA_CPU BIT(18)
4697 #define B_BE_WDE_EMPTY_QTA_DMAC_WLAN_CPU BIT(17)
4698 #define B_BE_WDE_EMPTY_QTA_DMAC_HIF BIT(16)
4699 #define B_BE_WDE_EMPTY_QUE_CMAC_B1_HIQ BIT(15)
4700 #define B_BE_WDE_EMPTY_QUE_CMAC_B1_MBH BIT(14)
4701 #define B_BE_WDE_EMPTY_QUE_CMAC_B0_OTHERS BIT(13)
4702 #define B_BE_WDE_EMPTY_QUE_DMAC_MLO_ACQ BIT(12)
4703 #define B_BE_WDE_EMPTY_QUE_DMAC_MLO_MISC BIT(11)
4704 #define B_BE_WDE_EMPTY_QUE_DMAC_PKTIN BIT(10)
4705 #define B_BE_PLE_EMPTY_QUE_DMAC_SEC_TX BIT(9)
4706 #define B_BE_PLE_EMPTY_QUE_DMAC_MPDU_TX BIT(8)
4707 #define B_BE_WDE_EMPTY_QUE_OTHERS BIT(7)
4708 #define B_BE_WDE_EMPTY_QUE_CMAC_WMM3 BIT(6)
4709 #define B_BE_WDE_EMPTY_QUE_CMAC_WMM2 BIT(5)
4710 #define B_BE_WDE_EMPTY_QUE_CMAC0_WMM1 BIT(4)
4711 #define B_BE_WDE_EMPTY_QUE_CMAC0_WMM0 BIT(3)
4712 #define B_BE_WDE_EMPTY_QUE_CMAC1_MBH BIT(2)
4713 #define B_BE_WDE_EMPTY_QUE_CMAC0_MBH BIT(1)
4714 #define B_BE_WDE_EMPTY_QUE_CMAC0_ALL_AC BIT(0)
4715 
4716 #define R_BE_DLE_EMPTY1 0x8434
4717 #define B_BE_PLE_EMPTY_QTA_CMAC_DMA_TXRPT BIT(21)
4718 #define B_BE_PLE_EMPTY_QTA_DMAC_WDRLS BIT(20)
4719 #define B_BE_PLE_EMPTY_QTA_CMAC1_DMA_BBRPT BIT(19)
4720 #define B_BE_PLE_EMPTY_QTA_CMAC1_DMA_RX BIT(18)
4721 #define B_BE_PLE_EMPTY_QTA_CMAC0_DMA_RX BIT(17)
4722 #define B_BE_PLE_EMPTY_QTA_DMAC_C2H BIT(16)
4723 #define B_BE_PLE_EMPTY_QUE_DMAC_PLRLS BIT(5)
4724 #define B_BE_PLE_EMPTY_QUE_DMAC_CPUIO BIT(4)
4725 #define B_BE_PLE_EMPTY_QUE_DMAC_SEC_RX BIT(3)
4726 #define B_BE_PLE_EMPTY_QUE_DMAC_MPDU_RX BIT(2)
4727 #define B_BE_PLE_EMPTY_QUE_DMAC_HDP BIT(1)
4728 #define B_BE_WDE_EMPTY_QUE_DMAC_WDRLS BIT(0)
4729 
4730 #define R_BE_SER_L1_DBG_CNT_0 0x8440
4731 #define B_BE_SER_L1_WDRLS_CNT_MASK GENMASK(31, 24)
4732 #define B_BE_SER_L1_SEC_CNT_MASK GENMASK(23, 16)
4733 #define B_BE_SER_L1_MPDU_CNT_MASK GENMASK(15, 8)
4734 #define B_BE_SER_L1_STA_SCH_CNT_MASK GENMASK(7, 0)
4735 
4736 #define R_BE_SER_L1_DBG_CNT_1 0x8444
4737 #define B_BE_SER_L1_WDE_CNT_MASK GENMASK(31, 24)
4738 #define B_BE_SER_L1_TXPKTCTRL_CNT_MASK GENMASK(23, 16)
4739 #define B_BE_SER_L1_PLE_CNT_MASK GENMASK(15, 8)
4740 #define B_BE_SER_L1_PKTIN_CNT_MASK GENMASK(7, 0)
4741 
4742 #define R_BE_SER_L1_DBG_CNT_2 0x8448
4743 #define B_BE_SER_L1_DISP_CNT_MASK GENMASK(31, 24)
4744 #define B_BE_SER_L1_APB_BRIDGE_CNT_MASK GENMASK(23, 16)
4745 #define B_BE_SER_L1_DLE_W_CPUIO_CNT_MASK GENMASK(15, 8)
4746 #define B_BE_SER_L1_BBRPT_CNT_MASK GENMASK(7, 0)
4747 
4748 #define R_BE_SER_L1_DBG_CNT_3 0x844C
4749 #define B_BE_SER_L1_HCI_BUF_CNT_MASK GENMASK(31, 24)
4750 #define B_BE_SER_L1_P_AXIDMA_CNT_MASK GENMASK(23, 16)
4751 #define B_BE_SER_L1_H_AXIDMA_CNT_MASK GENMASK(15, 8)
4752 #define B_BE_SER_L1_MLO_ERR_CNT_MASK GENMASK(7, 0)
4753 
4754 #define R_BE_SER_L1_DBG_CNT_4 0x8450
4755 #define B_BE_SER_L1_PLDRLS_ERR_CNT_MASK GENMASK(31, 24)
4756 #define B_BE_SER_L1_DLE_D_CPUIO_CNT_MASK GENMASK(23, 16)
4757 
4758 #define R_BE_SER_L1_DBG_CNT_5 0x8454
4759 #define B_BE_SER_L1_DBG_0_MASK GENMASK(31, 0)
4760 
4761 #define R_BE_SER_L1_DBG_CNT_6 0x8458
4762 #define B_BE_SER_L1_DBG_1_MASK GENMASK(31, 0)
4763 
4764 #define R_BE_SER_L1_DBG_CNT_7 0x845C
4765 #define B_BE_SER_L1_DBG_2_MASK GENMASK(31, 0)
4766 
4767 #define R_BE_DMAC_ERR_IMR 0x8520
4768 #define B_BE_DMAC_NOTX_ERR_INT_EN BIT(21)
4769 #define B_BE_DMAC_NORX_ERR_INT_EN BIT(20)
4770 #define B_BE_DLE_DATACPUIO_ERR_INT_EN BIT(19)
4771 #define B_BE_PLRSL_ERR_INT_EN BIT(18)
4772 #define B_BE_MLO_ERR_INT_EN BIT(17)
4773 #define B_BE_DMAC_FW_ERR_INT_EN BIT(16)
4774 #define B_BE_H_AXIDMA_ERR_INT_EN BIT(14)
4775 #define B_BE_P_AXIDMA_ERR_INT_EN BIT(13)
4776 #define B_BE_HCI_BUF_ERR_INT_EN BIT(12)
4777 #define B_BE_BBRPT_ERR_INT_EN BIT(11)
4778 #define B_BE_DLE_CPUIO_ERR_INT_EN BIT(10)
4779 #define B_BE_APB_BRIDGE_ERR_INT_EN BIT(9)
4780 #define B_BE_DISPATCH_ERR_INT_EN BIT(8)
4781 #define B_BE_PKTIN_ERR_INT_EN BIT(7)
4782 #define B_BE_PLE_DLE_ERR_INT_EN BIT(6)
4783 #define B_BE_TXPKTCTRL_ERR_INT_EN BIT(5)
4784 #define B_BE_WDE_DLE_ERR_INT_EN BIT(4)
4785 #define B_BE_STA_SCHEDULER_ERR_INT_EN BIT(3)
4786 #define B_BE_MPDU_ERR_INT_EN BIT(2)
4787 #define B_BE_WSEC_ERR_INT_EN BIT(1)
4788 #define B_BE_WDRLS_ERR_INT_EN BIT(0)
4789 
4790 #define R_BE_DMAC_ERR_ISR 0x8524
4791 #define B_BE_DLE_DATACPUIO_ERR_INT BIT(19)
4792 #define B_BE_PLRLS_ERR_INT BIT(18)
4793 #define B_BE_MLO_ERR_INT BIT(17)
4794 #define B_BE_DMAC_FW_ERR_IDCT BIT(16)
4795 #define B_BE_H_AXIDMA_ERR_INT BIT(14)
4796 #define B_BE_P_AXIDMA_ERR_INT BIT(13)
4797 #define B_BE_HCI_BUF_ERR_FLAG BIT(12)
4798 #define B_BE_BBRPT_ERR_FLAG BIT(11)
4799 #define B_BE_DLE_CPUIO_ERR_FLAG BIT(10)
4800 #define B_BE_APB_BRIDGE_ERR_FLAG BIT(9)
4801 #define B_BE_DISPATCH_ERR_FLAG BIT(8)
4802 #define B_BE_PKTIN_ERR_FLAG BIT(7)
4803 #define B_BE_PLE_DLE_ERR_FLAG BIT(6)
4804 #define B_BE_TXPKTCTRL_ERR_FLAG BIT(5)
4805 #define B_BE_WDE_DLE_ERR_FLAG BIT(4)
4806 #define B_BE_STA_SCHEDULER_ERR_FLAG BIT(3)
4807 #define B_BE_MPDU_ERR_FLAG BIT(2)
4808 #define B_BE_WSEC_ERR_FLAG BIT(1)
4809 #define B_BE_WDRLS_ERR_FLAG BIT(0)
4810 
4811 #define R_BE_DISP_ERROR_ISR0 0x8804
4812 #define B_BE_REUSE_SIZE_ERR BIT(31)
4813 #define B_BE_REUSE_EN_ERR BIT(30)
4814 #define B_BE_STF_OQT_UNDERFLOW_ERR BIT(29)
4815 #define B_BE_STF_OQT_OVERFLOW_ERR BIT(28)
4816 #define B_BE_STF_WRFF_UNDERFLOW_ERR BIT(27)
4817 #define B_BE_STF_WRFF_OVERFLOW_ERR BIT(26)
4818 #define B_BE_STF_CMD_UNDERFLOW_ERR BIT(25)
4819 #define B_BE_STF_CMD_OVERFLOW_ERR BIT(24)
4820 #define B_BE_REUSE_SIZE_ZERO_ERR BIT(23)
4821 #define B_BE_REUSE_PKT_CNT_ERR BIT(22)
4822 #define B_BE_CDT_PTR_TIMEOUT_ERR BIT(21)
4823 #define B_BE_CDT_HCI_TIMEOUT_ERR BIT(20)
4824 #define B_BE_HDT_PTR_TIMEOUT_ERR BIT(19)
4825 #define B_BE_HDT_HCI_TIMEOUT_ERR BIT(18)
4826 #define B_BE_CDT_ADDR_INFO_LEN_ERR BIT(17)
4827 #define B_BE_HDT_ADDR_INFO_LEN_ERR BIT(16)
4828 #define B_BE_CDR_DMA_TIMEOUT_ERR BIT(15)
4829 #define B_BE_CDR_RX_TIMEOUT_ERR BIT(14)
4830 #define B_BE_PLE_OUTPUT_ERR BIT(12)
4831 #define B_BE_PLE_RESPOSE_ERR BIT(11)
4832 #define B_BE_PLE_BURST_NUM_ERR BIT(10)
4833 #define B_BE_PLE_NULL_PKT_ERR BIT(9)
4834 #define B_BE_PLE_FLOW_CTRL_ERR BIT(8)
4835 #define B_BE_HDR_DMA_TIMEOUT_ERR BIT(7)
4836 #define B_BE_HDR_RX_TIMEOUT_ERR BIT(6)
4837 #define B_BE_WDE_OUTPUT_ERR BIT(4)
4838 #define B_BE_WDE_RESPONSE_ERR BIT(3)
4839 #define B_BE_WDE_BURST_NUM_ERR BIT(2)
4840 #define B_BE_WDE_NULL_PKT_ERR BIT(1)
4841 #define B_BE_WDE_FLOW_CTRL_ERR BIT(0)
4842 
4843 #define R_BE_DISP_ERROR_ISR1 0x8808
4844 #define B_BE_HR_WRFF_UNDERFLOW_ERR BIT(31)
4845 #define B_BE_HR_WRFF_OVERFLOW_ERR BIT(30)
4846 #define B_BE_HR_CHKSUM_FSM_ERR BIT(29)
4847 #define B_BE_HR_SHIFT_DMA_CFG_ERR BIT(28)
4848 #define B_BE_HR_DMA_PROCESS_ERR BIT(27)
4849 #define B_BE_HR_TOTAL_LEN_UNDER_ERR BIT(26)
4850 #define B_BE_HR_SHIFT_EN_ERR BIT(25)
4851 #define B_BE_HR_AGG_CFG_ERR BIT(24)
4852 #define B_BE_HR_PLD_LEN_ZERO_ERR BIT(22)
4853 #define B_BE_HT_ILL_CH_ERR BIT(20)
4854 #define B_BE_HT_ADDR_INFO_LEN_ERR BIT(18)
4855 #define B_BE_HT_WD_LEN_OVER_ERR BIT(17)
4856 #define B_BE_HT_PLD_CMD_UNDERFLOW_ERR BIT(16)
4857 #define B_BE_HT_PLD_CMD_OVERFLOW_ERR BIT(15)
4858 #define B_BE_HT_WRFF_UNDERFLOW_ERR BIT(14)
4859 #define B_BE_HT_WRFF_OVERFLOW_ERR BIT(13)
4860 #define B_BE_HT_CHKSUM_FSM_ERR BIT(12)
4861 #define B_BE_HT_NON_IDLE_PKT_STR_ERR BIT(11)
4862 #define B_BE_HT_PRE_SUB_BE_ERR BIT(10)
4863 #define B_BE_HT_WD_CHKSUM_ERR BIT(9)
4864 #define B_BE_HT_CHANNEL_DMA_ERR BIT(8)
4865 #define B_BE_HT_OFFSET_UNMATCH_ERR BIT(7)
4866 #define B_BE_HT_PAYLOAD_UNDER_ERR BIT(6)
4867 #define B_BE_HT_PAYLOAD_OVER_ERR BIT(5)
4868 #define B_BE_HT_PERMU_FF_UNDERFLOW_ERR BIT(4)
4869 #define B_BE_HT_PERMU_FF_OVERFLOW_ERR BIT(3)
4870 #define B_BE_HT_PKT_FAIL_ERR BIT(2)
4871 #define B_BE_HT_CH_ID_ERR BIT(1)
4872 #define B_BE_HT_EP_CH_DIFF_ERR BIT(0)
4873 
4874 #define R_BE_DISP_ERROR_ISR2 0x880C
4875 #define B_BE_CR_PLD_LEN_ERR BIT(30)
4876 #define B_BE_CR_WRFF_UNDERFLOW_ERR BIT(29)
4877 #define B_BE_CR_WRFF_OVERFLOW_ERR BIT(28)
4878 #define B_BE_CR_SHIFT_DMA_CFG_ERR BIT(27)
4879 #define B_BE_CR_DMA_PROCESS_ERR BIT(26)
4880 #define B_BE_CR_SHIFT_EN_ERR BIT(24)
4881 #define B_BE_REUSE_FIFO_B_UNDER_ERR BIT(22)
4882 #define B_BE_REUSE_FIFO_B_OVER_ERR BIT(21)
4883 #define B_BE_REUSE_FIFO_A_UNDER_ERR BIT(20)
4884 #define B_BE_REUSE_FIFO_A_OVER_ERR BIT(19)
4885 #define B_BE_CT_ADDR_INFO_LEN_MISS_ERR BIT(17)
4886 #define B_BE_CT_WD_LEN_OVER_ERR BIT(16)
4887 #define B_BE_CT_F2P_SEQ_ERR BIT(15)
4888 #define B_BE_CT_F2P_QSEL_ERR BIT(14)
4889 #define B_BE_CT_PLD_CMD_UNDERFLOW_ERR BIT(13)
4890 #define B_BE_CT_PLD_CMD_OVERFLOW_ERR BIT(12)
4891 #define B_BE_CT_PRE_SUB_ERR BIT(11)
4892 #define B_BE_CT_WD_CHKSUM_ERR BIT(10)
4893 #define B_BE_CT_CHANNEL_DMA_ERR BIT(9)
4894 #define B_BE_CT_OFFSET_UNMATCH_ERR BIT(8)
4895 #define B_BE_F2P_TOTAL_NUM_ERR BIT(7)
4896 #define B_BE_CT_PAYLOAD_UNDER_ERR BIT(6)
4897 #define B_BE_CT_PAYLOAD_OVER_ERR BIT(5)
4898 #define B_BE_CT_PERMU_FF_UNDERFLOW_ERR BIT(4)
4899 #define B_BE_CT_PERMU_FF_OVERFLOW_ERR BIT(3)
4900 #define B_BE_CT_CH_ID_ERR BIT(2)
4901 #define B_BE_CT_EP_CH_DIFF_ERR BIT(0)
4902 
4903 #define R_BE_DISP_OTHER_IMR 0x8870
4904 #define B_BE_REUSE_SIZE_ERR_INT_EN BIT(31)
4905 #define B_BE_REUSE_EN_ERR_INT_EN BIT(30)
4906 #define B_BE_STF_OQT_UNDERFLOW_ERR_INT_EN BIT(29)
4907 #define B_BE_STF_OQT_OVERFLOW_ERR_INT_EN BIT(28)
4908 #define B_BE_STF_WRFF_UNDERFLOW_ERR_INT_EN BIT(27)
4909 #define B_BE_STF_WRFF_OVERFLOW_ERR_INT_EN BIT(26)
4910 #define B_BE_STF_CMD_UNDERFLOW_ERR_INT_EN BIT(25)
4911 #define B_BE_STF_CMD_OVERFLOW_ERR_INT_EN BIT(24)
4912 #define B_BE_REUSE_SIZE_ZERO_ERR_INT_EN BIT(23)
4913 #define B_BE_REUSE_PKT_CNT_ERR_INT_EN BIT(22)
4914 #define B_BE_CDT_PTR_TIMEOUT_ERR_INT_EN BIT(21)
4915 #define B_BE_CDT_HCI_TIMEOUT_ERR_INT_EN BIT(20)
4916 #define B_BE_HDT_PTR_TIMEOUT_ERR_INT_EN BIT(19)
4917 #define B_BE_HDT_HCI_TIMEOUT_ERR_INT_EN BIT(18)
4918 #define B_BE_CDT_ADDR_INFO_LEN_ERR_INT_EN BIT(17)
4919 #define B_BE_HDT_ADDR_INFO_LEN_ERR_INT_EN BIT(16)
4920 #define B_BE_CDR_DMA_TIMEOUT_ERR_INT_EN BIT(15)
4921 #define B_BE_CDR_RX_TIMEOUT_ERR_INT_EN BIT(14)
4922 #define B_BE_PLE_OUTPUT_ERR_INT_EN BIT(12)
4923 #define B_BE_PLE_RESPOSE_ERR_INT_EN BIT(11)
4924 #define B_BE_PLE_BURST_NUM_ERR_INT_EN BIT(10)
4925 #define B_BE_PLE_NULL_PKT_ERR_INT_EN BIT(9)
4926 #define B_BE_PLE_FLOW_CTRL_ERR_INT_EN BIT(8)
4927 #define B_BE_HDR_DMA_TIMEOUT_ERR_INT_EN BIT(7)
4928 #define B_BE_HDR_RX_TIMEOUT_ERR_INT_EN BIT(6)
4929 #define B_BE_WDE_OUTPUT_ERR_INT_EN BIT(4)
4930 #define B_BE_WDE_RESPONSE_ERR_INT_EN BIT(3)
4931 #define B_BE_WDE_BURST_NUM_ERR_INT_EN BIT(2)
4932 #define B_BE_WDE_NULL_PKT_ERR_INT_EN BIT(1)
4933 #define B_BE_WDE_FLOW_CTRL_ERR_INT_EN BIT(0)
4934 #define B_BE_DISP_OTHER_IMR_CLR (B_BE_WDE_FLOW_CTRL_ERR_INT_EN | \
4935 				 B_BE_WDE_NULL_PKT_ERR_INT_EN | \
4936 				 B_BE_WDE_BURST_NUM_ERR_INT_EN | \
4937 				 B_BE_WDE_RESPONSE_ERR_INT_EN | \
4938 				 B_BE_WDE_OUTPUT_ERR_INT_EN | \
4939 				 B_BE_HDR_RX_TIMEOUT_ERR_INT_EN | \
4940 				 B_BE_HDR_DMA_TIMEOUT_ERR_INT_EN | \
4941 				 B_BE_PLE_FLOW_CTRL_ERR_INT_EN | \
4942 				 B_BE_PLE_NULL_PKT_ERR_INT_EN | \
4943 				 B_BE_PLE_BURST_NUM_ERR_INT_EN | \
4944 				 B_BE_PLE_RESPOSE_ERR_INT_EN | \
4945 				 B_BE_PLE_OUTPUT_ERR_INT_EN | \
4946 				 B_BE_CDR_RX_TIMEOUT_ERR_INT_EN | \
4947 				 B_BE_CDR_DMA_TIMEOUT_ERR_INT_EN | \
4948 				 B_BE_HDT_ADDR_INFO_LEN_ERR_INT_EN | \
4949 				 B_BE_CDT_ADDR_INFO_LEN_ERR_INT_EN | \
4950 				 B_BE_HDT_HCI_TIMEOUT_ERR_INT_EN | \
4951 				 B_BE_HDT_PTR_TIMEOUT_ERR_INT_EN | \
4952 				 B_BE_CDT_HCI_TIMEOUT_ERR_INT_EN | \
4953 				 B_BE_CDT_PTR_TIMEOUT_ERR_INT_EN | \
4954 				 B_BE_REUSE_PKT_CNT_ERR_INT_EN | \
4955 				 B_BE_REUSE_SIZE_ZERO_ERR_INT_EN | \
4956 				 B_BE_STF_CMD_OVERFLOW_ERR_INT_EN | \
4957 				 B_BE_STF_CMD_UNDERFLOW_ERR_INT_EN | \
4958 				 B_BE_STF_WRFF_OVERFLOW_ERR_INT_EN | \
4959 				 B_BE_STF_WRFF_UNDERFLOW_ERR_INT_EN | \
4960 				 B_BE_STF_OQT_OVERFLOW_ERR_INT_EN | \
4961 				 B_BE_STF_OQT_UNDERFLOW_ERR_INT_EN | \
4962 				 B_BE_REUSE_EN_ERR_INT_EN | \
4963 				 B_BE_REUSE_SIZE_ERR_INT_EN)
4964 #define B_BE_DISP_OTHER_IMR_SET (B_BE_STF_CMD_OVERFLOW_ERR_INT_EN | \
4965 				 B_BE_STF_CMD_UNDERFLOW_ERR_INT_EN | \
4966 				 B_BE_STF_WRFF_OVERFLOW_ERR_INT_EN | \
4967 				 B_BE_STF_WRFF_UNDERFLOW_ERR_INT_EN | \
4968 				 B_BE_STF_OQT_OVERFLOW_ERR_INT_EN | \
4969 				 B_BE_STF_OQT_UNDERFLOW_ERR_INT_EN)
4970 
4971 #define R_BE_DISP_HOST_IMR 0x8874
4972 #define B_BE_HR_WRFF_UNDERFLOW_ERR_INT_EN BIT(31)
4973 #define B_BE_HR_WRFF_OVERFLOW_ERR_INT_EN BIT(30)
4974 #define B_BE_HR_CHKSUM_FSM_ERR_INT_EN BIT(29)
4975 #define B_BE_HR_SHIFT_DMA_CFG_ERR_INT_EN BIT(28)
4976 #define B_BE_HR_DMA_PROCESS_ERR_INT_EN BIT(27)
4977 #define B_BE_HR_TOTAL_LEN_UNDER_ERR_INT_EN BIT(26)
4978 #define B_BE_HR_SHIFT_EN_ERR_INT_EN BIT(25)
4979 #define B_BE_HR_AGG_CFG_ERR_INT_EN BIT(24)
4980 #define B_BE_HR_PLD_LEN_ZERO_ERR_INT_EN BIT(22)
4981 #define B_BE_HT_ILL_CH_ERR_INT_EN BIT(20)
4982 #define B_BE_HT_ADDR_INFO_LEN_ERR_INT_EN BIT(18)
4983 #define B_BE_HT_WD_LEN_OVER_ERR_INT_EN BIT(17)
4984 #define B_BE_HT_PLD_CMD_UNDERFLOW_ERR_INT_EN BIT(16)
4985 #define B_BE_HT_PLD_CMD_OVERFLOW_ERR_INT_EN BIT(15)
4986 #define B_BE_HT_WRFF_UNDERFLOW_ERR_INT_EN BIT(14)
4987 #define B_BE_HT_WRFF_OVERFLOW_ERR_INT_EN BIT(13)
4988 #define B_BE_HT_CHKSUM_FSM_ERR_INT_EN BIT(12)
4989 #define B_BE_HT_NON_IDLE_PKT_STR_ERR_EN BIT(11)
4990 #define B_BE_HT_PRE_SUB_ERR_INT_EN BIT(10)
4991 #define B_BE_HT_WD_CHKSUM_ERR_INT_EN BIT(9)
4992 #define B_BE_HT_CHANNEL_DMA_ERR_INT_EN BIT(8)
4993 #define B_BE_HT_OFFSET_UNMATCH_ERR_INT_EN BIT(7)
4994 #define B_BE_HT_PAYLOAD_UNDER_ERR_INT_EN BIT(6)
4995 #define B_BE_HT_PAYLOAD_OVER_ERR_INT_EN BIT(5)
4996 #define B_BE_HT_PERMU_FF_UNDERFLOW_ERR_INT_EN BIT(4)
4997 #define B_BE_HT_PERMU_FF_OVERFLOW_ERR_INT_EN BIT(3)
4998 #define B_BE_HT_PKT_FAIL_ERR_INT_EN BIT(2)
4999 #define B_BE_HT_CH_ID_ERR_INT_EN BIT(1)
5000 #define B_BE_HT_EP_CH_DIFF_ERR_INT_EN BIT(0)
5001 #define B_BE_DISP_HOST_IMR_CLR (B_BE_HT_EP_CH_DIFF_ERR_INT_EN | \
5002 				B_BE_HT_CH_ID_ERR_INT_EN | \
5003 				B_BE_HT_PKT_FAIL_ERR_INT_EN | \
5004 				B_BE_HT_PERMU_FF_OVERFLOW_ERR_INT_EN | \
5005 				B_BE_HT_PERMU_FF_UNDERFLOW_ERR_INT_EN | \
5006 				B_BE_HT_PAYLOAD_OVER_ERR_INT_EN | \
5007 				B_BE_HT_PAYLOAD_UNDER_ERR_INT_EN | \
5008 				B_BE_HT_OFFSET_UNMATCH_ERR_INT_EN | \
5009 				B_BE_HT_CHANNEL_DMA_ERR_INT_EN | \
5010 				B_BE_HT_WD_CHKSUM_ERR_INT_EN | \
5011 				B_BE_HT_PRE_SUB_ERR_INT_EN | \
5012 				B_BE_HT_NON_IDLE_PKT_STR_ERR_EN | \
5013 				B_BE_HT_CHKSUM_FSM_ERR_INT_EN | \
5014 				B_BE_HT_WRFF_OVERFLOW_ERR_INT_EN | \
5015 				B_BE_HT_WRFF_UNDERFLOW_ERR_INT_EN | \
5016 				B_BE_HT_PLD_CMD_OVERFLOW_ERR_INT_EN | \
5017 				B_BE_HT_PLD_CMD_UNDERFLOW_ERR_INT_EN | \
5018 				B_BE_HT_WD_LEN_OVER_ERR_INT_EN | \
5019 				B_BE_HT_ADDR_INFO_LEN_ERR_INT_EN | \
5020 				B_BE_HT_ILL_CH_ERR_INT_EN | \
5021 				B_BE_HR_PLD_LEN_ZERO_ERR_INT_EN | \
5022 				B_BE_HR_AGG_CFG_ERR_INT_EN | \
5023 				B_BE_HR_SHIFT_EN_ERR_INT_EN | \
5024 				B_BE_HR_TOTAL_LEN_UNDER_ERR_INT_EN | \
5025 				B_BE_HR_DMA_PROCESS_ERR_INT_EN | \
5026 				B_BE_HR_SHIFT_DMA_CFG_ERR_INT_EN | \
5027 				B_BE_HR_CHKSUM_FSM_ERR_INT_EN | \
5028 				B_BE_HR_WRFF_OVERFLOW_ERR_INT_EN | \
5029 				B_BE_HR_WRFF_UNDERFLOW_ERR_INT_EN)
5030 #define B_BE_DISP_HOST_IMR_SET (B_BE_HT_EP_CH_DIFF_ERR_INT_EN | \
5031 				B_BE_HT_PERMU_FF_OVERFLOW_ERR_INT_EN | \
5032 				B_BE_HT_PERMU_FF_UNDERFLOW_ERR_INT_EN | \
5033 				B_BE_HT_PAYLOAD_OVER_ERR_INT_EN | \
5034 				B_BE_HT_PAYLOAD_UNDER_ERR_INT_EN | \
5035 				B_BE_HT_CHANNEL_DMA_ERR_INT_EN | \
5036 				B_BE_HT_PRE_SUB_ERR_INT_EN | \
5037 				B_BE_HT_WRFF_OVERFLOW_ERR_INT_EN | \
5038 				B_BE_HT_WRFF_UNDERFLOW_ERR_INT_EN | \
5039 				B_BE_HT_PLD_CMD_OVERFLOW_ERR_INT_EN | \
5040 				B_BE_HT_PLD_CMD_UNDERFLOW_ERR_INT_EN | \
5041 				B_BE_HT_WD_LEN_OVER_ERR_INT_EN | \
5042 				B_BE_HT_ILL_CH_ERR_INT_EN | \
5043 				B_BE_HR_TOTAL_LEN_UNDER_ERR_INT_EN | \
5044 				B_BE_HR_DMA_PROCESS_ERR_INT_EN | \
5045 				B_BE_HR_WRFF_OVERFLOW_ERR_INT_EN | \
5046 				B_BE_HR_WRFF_UNDERFLOW_ERR_INT_EN)
5047 
5048 #define R_BE_DISP_CPU_IMR 0x8878
5049 #define B_BE_CR_PLD_LEN_ERR_INT_EN BIT(30)
5050 #define B_BE_CR_WRFF_UNDERFLOW_ERR_INT_EN BIT(29)
5051 #define B_BE_CR_WRFF_OVERFLOW_ERR_INT_EN BIT(28)
5052 #define B_BE_CR_SHIFT_DMA_CFG_ERR_INT_EN BIT(27)
5053 #define B_BE_CR_DMA_PROCESS_ERR_INT_EN BIT(26)
5054 #define B_BE_CR_TOTAL_LEN_UNDER_ERR_INT_EN BIT(25)
5055 #define B_BE_CR_SHIFT_EN_ERR_INT_EN BIT(24)
5056 #define B_BE_REUSE_FIFO_B_UNDER_ERR_INT_EN BIT(22)
5057 #define B_BE_REUSE_FIFO_B_OVER_ERR_INT_EN BIT(21)
5058 #define B_BE_REUSE_FIFO_A_UNDER_ERR_INT_EN BIT(20)
5059 #define B_BE_REUSE_FIFO_A_OVER_ERR_INT_EN BIT(19)
5060 #define B_BE_CT_ADDR_INFO_LEN_MISS_ERR_INT_EN BIT(17)
5061 #define B_BE_CT_WD_LEN_OVER_ERR_INT_EN BIT(16)
5062 #define B_BE_CT_F2P_SEQ_ERR_INT_EN BIT(15)
5063 #define B_BE_CT_F2P_QSEL_ERR_INT_EN BIT(14)
5064 #define B_BE_CT_PLD_CMD_UNDERFLOW_ERR_INT_EN BIT(13)
5065 #define B_BE_CT_PLD_CMD_OVERFLOW_ERR_INT_EN BIT(12)
5066 #define B_BE_CT_PRE_SUB_ERR_INT_EN BIT(11)
5067 #define B_BE_CT_WD_CHKSUM_ERR_INT_EN BIT(10)
5068 #define B_BE_CT_CHANNEL_DMA_ERR_INT_EN BIT(9)
5069 #define B_BE_CT_OFFSET_UNMATCH_ERR_INT_EN BIT(8)
5070 #define B_BE_CT_PAYLOAD_CHKSUM_ERR_INT_EN BIT(7)
5071 #define B_BE_CT_PAYLOAD_UNDER_ERR_INT_EN BIT(6)
5072 #define B_BE_CT_PAYLOAD_OVER_ERR_INT_EN BIT(5)
5073 #define B_BE_CT_PERMU_FF_UNDERFLOW_ERR_INT_EN BIT(4)
5074 #define B_BE_CT_PERMU_FF_OVERFLOW_ERR_INT_EN BIT(3)
5075 #define B_BE_CT_CH_ID_ERR_INT_EN BIT(2)
5076 #define B_BE_CT_PKT_FAIL_ERR_INT_EN BIT(1)
5077 #define B_BE_CT_EP_CH_DIFF_ERR_INT_EN BIT(0)
5078 #define B_BE_DISP_CPU_IMR_CLR (B_BE_CT_EP_CH_DIFF_ERR_INT_EN | \
5079 			       B_BE_CT_CH_ID_ERR_INT_EN | \
5080 			       B_BE_CT_PERMU_FF_OVERFLOW_ERR_INT_EN | \
5081 			       B_BE_CT_PERMU_FF_UNDERFLOW_ERR_INT_EN | \
5082 			       B_BE_CT_PAYLOAD_OVER_ERR_INT_EN | \
5083 			       B_BE_CT_PAYLOAD_UNDER_ERR_INT_EN | \
5084 			       B_BE_CT_OFFSET_UNMATCH_ERR_INT_EN | \
5085 			       B_BE_CT_CHANNEL_DMA_ERR_INT_EN | \
5086 			       B_BE_CT_WD_CHKSUM_ERR_INT_EN | \
5087 			       B_BE_CT_PRE_SUB_ERR_INT_EN | \
5088 			       B_BE_CT_PLD_CMD_OVERFLOW_ERR_INT_EN | \
5089 			       B_BE_CT_PLD_CMD_UNDERFLOW_ERR_INT_EN | \
5090 			       B_BE_CT_F2P_QSEL_ERR_INT_EN | \
5091 			       B_BE_CT_F2P_SEQ_ERR_INT_EN | \
5092 			       B_BE_CT_WD_LEN_OVER_ERR_INT_EN | \
5093 			       B_BE_CT_ADDR_INFO_LEN_MISS_ERR_INT_EN | \
5094 			       B_BE_REUSE_FIFO_A_OVER_ERR_INT_EN | \
5095 			       B_BE_REUSE_FIFO_A_UNDER_ERR_INT_EN | \
5096 			       B_BE_REUSE_FIFO_B_OVER_ERR_INT_EN | \
5097 			       B_BE_REUSE_FIFO_B_UNDER_ERR_INT_EN | \
5098 			       B_BE_CR_SHIFT_EN_ERR_INT_EN | \
5099 			       B_BE_CR_DMA_PROCESS_ERR_INT_EN | \
5100 			       B_BE_CR_SHIFT_DMA_CFG_ERR_INT_EN | \
5101 			       B_BE_CR_WRFF_OVERFLOW_ERR_INT_EN | \
5102 			       B_BE_CR_WRFF_UNDERFLOW_ERR_INT_EN | \
5103 			       B_BE_CR_PLD_LEN_ERR_INT_EN)
5104 #define B_BE_DISP_CPU_IMR_SET (B_BE_CT_EP_CH_DIFF_ERR_INT_EN | \
5105 			       B_BE_CT_CH_ID_ERR_INT_EN | \
5106 			       B_BE_CT_PERMU_FF_OVERFLOW_ERR_INT_EN | \
5107 			       B_BE_CT_PERMU_FF_UNDERFLOW_ERR_INT_EN | \
5108 			       B_BE_CT_PAYLOAD_OVER_ERR_INT_EN | \
5109 			       B_BE_CT_PAYLOAD_UNDER_ERR_INT_EN | \
5110 			       B_BE_CT_PRE_SUB_ERR_INT_EN | \
5111 			       B_BE_CT_PLD_CMD_OVERFLOW_ERR_INT_EN | \
5112 			       B_BE_CT_PLD_CMD_UNDERFLOW_ERR_INT_EN | \
5113 			       B_BE_CT_WD_LEN_OVER_ERR_INT_EN | \
5114 			       B_BE_REUSE_FIFO_A_OVER_ERR_INT_EN | \
5115 			       B_BE_REUSE_FIFO_A_UNDER_ERR_INT_EN | \
5116 			       B_BE_REUSE_FIFO_B_OVER_ERR_INT_EN | \
5117 			       B_BE_REUSE_FIFO_B_UNDER_ERR_INT_EN | \
5118 			       B_BE_CR_DMA_PROCESS_ERR_INT_EN | \
5119 			       B_BE_CR_WRFF_OVERFLOW_ERR_INT_EN | \
5120 			       B_BE_CR_WRFF_UNDERFLOW_ERR_INT_EN)
5121 
5122 #define R_BE_RX_STOP 0x8914
5123 #define B_BE_CPU_RX_STOP BIT(17)
5124 #define B_BE_HOST_RX_STOP BIT(16)
5125 #define B_BE_CPU_RX_CH_STOP_MSK GENMASK(15, 8)
5126 #define B_BE_HOST_RX_CH_STOP_MSK GENMASK(5, 0)
5127 
5128 #define R_BE_DISP_FWD_WLAN_0 0x8938
5129 #define B_BE_FWD_WLAN_CPU_TYPE_13_MASK GENMASK(31, 30)
5130 #define B_BE_FWD_WLAN_CPU_TYPE_12_MASK GENMASK(29, 28)
5131 #define B_BE_FWD_WLAN_CPU_TYPE_11_MASK GENMASK(27, 26)
5132 #define B_BE_FWD_WLAN_CPU_TYPE_10_MASK GENMASK(25, 24)
5133 #define B_BE_FWD_WLAN_CPU_TYPE_9_MASK GENMASK(23, 22)
5134 #define B_BE_FWD_WLAN_CPU_TYPE_8_MASK GENMASK(21, 20)
5135 #define B_BE_FWD_WLAN_CPU_TYPE_7_MASK GENMASK(19, 18)
5136 #define B_BE_FWD_WLAN_CPU_TYPE_6_MASK GENMASK(17, 16)
5137 #define B_BE_FWD_WLAN_CPU_TYPE_5_MASK GENMASK(15, 14)
5138 #define B_BE_FWD_WLAN_CPU_TYPE_4_MASK GENMASK(13, 12)
5139 #define B_BE_FWD_WLAN_CPU_TYPE_3_MASK GENMASK(11, 10)
5140 #define B_BE_FWD_WLAN_CPU_TYPE_2_MASK GENMASK(9, 8)
5141 #define B_BE_FWD_WLAN_CPU_TYPE_1_MASK GENMASK(7, 6)
5142 #define B_BE_FWD_WLAN_CPU_TYPE_0_CTL_MASK GENMASK(5, 4)
5143 #define B_BE_FWD_WLAN_CPU_TYPE_0_MNG_MASK GENMASK(3, 2)
5144 #define B_BE_FWD_WLAN_CPU_TYPE_0_DATA_MASK GENMASK(1, 0)
5145 
5146 #define R_BE_WDE_PKTBUF_CFG 0x8C08
5147 #define B_BE_WDE_FREE_PAGE_NUM_MASK GENMASK(28, 16)
5148 #define B_BE_WDE_START_BOUND_MASK GENMASK(14, 8)
5149 #define B_BE_WDE_PAGE_SEL_MASK GENMASK(1, 0)
5150 
5151 #define R_BE_WDE_BUFMGN_CTL 0x8C10
5152 #define B_BE_WDE_AVAL_UPD_REQ BIT(29)
5153 #define B_BE_WDE_AVAL_UPD_QTAID_MASK GENMASK(27, 24)
5154 #define B_BE_WDE_BUFMGN_FRZTMR_MODE BIT(0)
5155 
5156 #define R_BE_WDE_ERR_IMR 0x8C38
5157 #define B_BE_WDE_DATCHN_CAMREQ_ERR_INT_EN BIT(29)
5158 #define B_BE_WDE_DATCHN_ADRERR_ERR_INT_EN BIT(28)
5159 #define B_BE_WDE_DATCHN_RRDY_ERR_INT_EN BIT(27)
5160 #define B_BE_WDE_DATCHN_FRZTO_ERR_INT_EN BIT(26)
5161 #define B_BE_WDE_DATCHN_NULLPG_ERR_INT_EN BIT(25)
5162 #define B_BE_WDE_DATCHN_ARBT_ERR_INT_EN BIT(24)
5163 #define B_BE_WDE_QUEMGN_FRZTO_ERR_INT_EN BIT(23)
5164 #define B_BE_WDE_NXTPKTLL_AD_ERR_INT_EN BIT(22)
5165 #define B_BE_WDE_PREPKTLLT_AD_ERR_INT_EN BIT(21)
5166 #define B_BE_WDE_ENQ_PKTCNT_NVAL_ERR_INT_EN BIT(20)
5167 #define B_BE_WDE_ENQ_PKTCNT_OVRF_ERR_INT_EN BIT(19)
5168 #define B_BE_WDE_QUE_SRCQUEID_ERR_INT_EN BIT(18)
5169 #define B_BE_WDE_QUE_DSTQUEID_ERR_INT_EN BIT(17)
5170 #define B_BE_WDE_QUE_CMDTYPE_ERR_INT_EN BIT(16)
5171 #define B_BE_WDE_BUFMGN_MRG_SZLMT_ERR_INT_EN BIT(13)
5172 #define B_BE_WDE_BUFMGN_MRG_QTAID_ERR_INT_EN BIT(12)
5173 #define B_BE_WDE_BUFMGN_MRG_ENDPKTID_ERR_INT_EN BIT(11)
5174 #define B_BE_WDE_ERR_BUFMGN_MRG_STRPKTID_ERR_INT_EN BIT(10)
5175 #define B_BE_WDE_BUFMGN_FRZTO_ERR_INT_EN BIT(9)
5176 #define B_BE_WDE_GETNPG_PGOFST_ERR_INT_EN BIT(8)
5177 #define B_BE_WDE_GETNPG_STRPG_ERR_INT_EN BIT(7)
5178 #define B_BE_WDE_BUFREQ_SRCHTAILPG_ERR_INT_EN BIT(6)
5179 #define B_BE_WDE_BUFRTN_SIZE_ERR_INT_EN BIT(5)
5180 #define B_BE_WDE_BUFRTN_INVLD_PKTID_ERR_INT_EN BIT(4)
5181 #define B_BE_WDE_BUFREQ_UNAVAL_ERR_INT_EN BIT(3)
5182 #define B_BE_WDE_BUFREQ_SIZELMT_INT_EN BIT(2)
5183 #define B_BE_WDE_BUFREQ_SIZE0_INT_EN BIT(1)
5184 #define B_BE_WDE_BUFREQ_QTAID_ERR_INT_EN BIT(0)
5185 #define B_BE_WDE_ERR_IMR_CLR (B_BE_WDE_BUFREQ_QTAID_ERR_INT_EN | \
5186 			      B_BE_WDE_BUFREQ_SIZE0_INT_EN | \
5187 			      B_BE_WDE_BUFREQ_SIZELMT_INT_EN | \
5188 			      B_BE_WDE_BUFREQ_UNAVAL_ERR_INT_EN | \
5189 			      B_BE_WDE_BUFRTN_INVLD_PKTID_ERR_INT_EN | \
5190 			      B_BE_WDE_BUFRTN_SIZE_ERR_INT_EN | \
5191 			      B_BE_WDE_BUFREQ_SRCHTAILPG_ERR_INT_EN | \
5192 			      B_BE_WDE_GETNPG_STRPG_ERR_INT_EN | \
5193 			      B_BE_WDE_GETNPG_PGOFST_ERR_INT_EN | \
5194 			      B_BE_WDE_BUFMGN_FRZTO_ERR_INT_EN | \
5195 			      B_BE_WDE_ERR_BUFMGN_MRG_STRPKTID_ERR_INT_EN | \
5196 			      B_BE_WDE_BUFMGN_MRG_ENDPKTID_ERR_INT_EN | \
5197 			      B_BE_WDE_BUFMGN_MRG_QTAID_ERR_INT_EN | \
5198 			      B_BE_WDE_BUFMGN_MRG_SZLMT_ERR_INT_EN | \
5199 			      B_BE_WDE_QUE_CMDTYPE_ERR_INT_EN | \
5200 			      B_BE_WDE_QUE_DSTQUEID_ERR_INT_EN | \
5201 			      B_BE_WDE_QUE_SRCQUEID_ERR_INT_EN | \
5202 			      B_BE_WDE_ENQ_PKTCNT_OVRF_ERR_INT_EN | \
5203 			      B_BE_WDE_ENQ_PKTCNT_NVAL_ERR_INT_EN | \
5204 			      B_BE_WDE_PREPKTLLT_AD_ERR_INT_EN | \
5205 			      B_BE_WDE_NXTPKTLL_AD_ERR_INT_EN | \
5206 			      B_BE_WDE_QUEMGN_FRZTO_ERR_INT_EN | \
5207 			      B_BE_WDE_DATCHN_ARBT_ERR_INT_EN | \
5208 			      B_BE_WDE_DATCHN_NULLPG_ERR_INT_EN | \
5209 			      B_BE_WDE_DATCHN_FRZTO_ERR_INT_EN | \
5210 			      B_BE_WDE_DATCHN_RRDY_ERR_INT_EN | \
5211 			      B_BE_WDE_DATCHN_ADRERR_ERR_INT_EN | \
5212 			      B_BE_WDE_DATCHN_CAMREQ_ERR_INT_EN)
5213 #define B_BE_WDE_ERR_IMR_SET (B_BE_WDE_BUFREQ_QTAID_ERR_INT_EN | \
5214 			      B_BE_WDE_BUFREQ_SIZE0_INT_EN | \
5215 			      B_BE_WDE_BUFREQ_SIZELMT_INT_EN | \
5216 			      B_BE_WDE_BUFREQ_UNAVAL_ERR_INT_EN | \
5217 			      B_BE_WDE_BUFRTN_INVLD_PKTID_ERR_INT_EN | \
5218 			      B_BE_WDE_BUFRTN_SIZE_ERR_INT_EN | \
5219 			      B_BE_WDE_BUFREQ_SRCHTAILPG_ERR_INT_EN | \
5220 			      B_BE_WDE_GETNPG_STRPG_ERR_INT_EN | \
5221 			      B_BE_WDE_GETNPG_PGOFST_ERR_INT_EN | \
5222 			      B_BE_WDE_BUFMGN_FRZTO_ERR_INT_EN | \
5223 			      B_BE_WDE_ERR_BUFMGN_MRG_STRPKTID_ERR_INT_EN | \
5224 			      B_BE_WDE_BUFMGN_MRG_ENDPKTID_ERR_INT_EN | \
5225 			      B_BE_WDE_BUFMGN_MRG_QTAID_ERR_INT_EN | \
5226 			      B_BE_WDE_BUFMGN_MRG_SZLMT_ERR_INT_EN | \
5227 			      B_BE_WDE_QUE_CMDTYPE_ERR_INT_EN | \
5228 			      B_BE_WDE_QUE_DSTQUEID_ERR_INT_EN | \
5229 			      B_BE_WDE_QUE_SRCQUEID_ERR_INT_EN | \
5230 			      B_BE_WDE_ENQ_PKTCNT_OVRF_ERR_INT_EN | \
5231 			      B_BE_WDE_ENQ_PKTCNT_NVAL_ERR_INT_EN | \
5232 			      B_BE_WDE_PREPKTLLT_AD_ERR_INT_EN | \
5233 			      B_BE_WDE_NXTPKTLL_AD_ERR_INT_EN | \
5234 			      B_BE_WDE_QUEMGN_FRZTO_ERR_INT_EN | \
5235 			      B_BE_WDE_DATCHN_ARBT_ERR_INT_EN | \
5236 			      B_BE_WDE_DATCHN_NULLPG_ERR_INT_EN | \
5237 			      B_BE_WDE_DATCHN_FRZTO_ERR_INT_EN | \
5238 			      B_BE_WDE_DATCHN_RRDY_ERR_INT_EN | \
5239 			      B_BE_WDE_DATCHN_ADRERR_ERR_INT_EN | \
5240 			      B_BE_WDE_DATCHN_CAMREQ_ERR_INT_EN)
5241 
5242 #define R_BE_WDE_QTA0_CFG 0x8C40
5243 #define B_BE_WDE_Q0_MAX_SIZE_MASK GENMASK(27, 16)
5244 #define B_BE_WDE_Q0_MIN_SIZE_MASK GENMASK(11, 0)
5245 
5246 #define R_BE_WDE_QTA1_CFG 0x8C44
5247 #define B_BE_WDE_Q1_MAX_SIZE_MASK GENMASK(27, 16)
5248 #define B_BE_WDE_Q1_MIN_SIZE_MASK GENMASK(11, 0)
5249 
5250 #define R_BE_WDE_QTA2_CFG 0x8C48
5251 #define B_BE_WDE_Q2_MAX_SIZE_MASK GENMASK(27, 16)
5252 #define B_BE_WDE_Q2_MIN_SIZE_MASK GENMASK(11, 0)
5253 
5254 #define R_BE_WDE_QTA3_CFG 0x8C4C
5255 #define B_BE_WDE_Q3_MAX_SIZE_MASK GENMASK(27, 16)
5256 #define B_BE_WDE_Q3_MIN_SIZE_MASK GENMASK(11, 0)
5257 
5258 #define R_BE_WDE_QTA4_CFG 0x8C50
5259 #define B_BE_WDE_Q4_MAX_SIZE_MASK GENMASK(27, 16)
5260 #define B_BE_WDE_Q4_MIN_SIZE_MASK GENMASK(11, 0)
5261 
5262 #define R_BE_WDE_ERR1_IMR 0x8CC0
5263 #define B_BE_WDE_QUEMGN_CMACACQ_DEQNTFY_INT_EN BIT(8)
5264 #define B_BE_WDE_ERR1_IMR_CLR B_BE_WDE_QUEMGN_CMACACQ_DEQNTFY_INT_EN
5265 #define B_BE_WDE_ERR1_IMR_SET B_BE_WDE_QUEMGN_CMACACQ_DEQNTFY_INT_EN
5266 
5267 #define R_BE_PLE_PKTBUF_CFG 0x9008
5268 #define B_BE_PLE_FREE_PAGE_NUM_MASK GENMASK(28, 16)
5269 #define B_BE_PLE_START_BOUND_MASK GENMASK(14, 8)
5270 #define B_BE_PLE_PAGE_SEL_MASK GENMASK(1, 0)
5271 
5272 #define R_BE_PLE_BUFMGN_CTL 0x9010
5273 #define B_BE_PLE_AVAL_UPD_REQ BIT(29)
5274 #define B_BE_PLE_AVAL_UPD_QTAID_MASK GENMASK(27, 24)
5275 #define B_BE_PLE_BUFMGN_FRZTMR_MODE BIT(0)
5276 
5277 #define R_BE_PLE_ERR_IMR 0x9038
5278 #define B_BE_PLE_DATCHN_CAMREQ_ERR_INT_EN BIT(29)
5279 #define B_BE_PLE_DATCHN_ADRERR_ERR_INT_EN BIT(28)
5280 #define B_BE_PLE_DATCHN_RRDY_ERR_INT_EN BIT(27)
5281 #define B_BE_PLE_DATCHN_FRZTO_ERR_INT_EN BIT(26)
5282 #define B_BE_PLE_DATCHN_NULLPG_ERR_INT_EN BIT(25)
5283 #define B_BE_PLE_DATCHN_ARBT_ERR_INT_EN BIT(24)
5284 #define B_BE_PLE_QUEMGN_FRZTO_ERR_INT_EN BIT(23)
5285 #define B_BE_PLE_NXTPKTLL_AD_ERR_INT_EN BIT(22)
5286 #define B_BE_PLE_PREPKTLLT_AD_ERR_INT_EN BIT(21)
5287 #define B_BE_PLE_ENQ_PKTCNT_NVAL_ERR_INT_EN BIT(20)
5288 #define B_BE_PLE_ENQ_PKTCNT_OVRF_ERR_INT_EN BIT(19)
5289 #define B_BE_PLE_QUE_SRCQUEID_ERR_INT_EN BIT(18)
5290 #define B_BE_PLE_QUE_DSTQUEID_ERR_INT_EN BIT(17)
5291 #define B_BE_PLE_QUE_CMDTYPE_ERR_INT_EN BIT(16)
5292 #define B_BE_PLE_BUFMGN_MRG_SZLMT_ERR_INT_EN BIT(13)
5293 #define B_BE_PLE_BUFMGN_MRG_QTAID_ERR_INT_EN BIT(12)
5294 #define B_BE_PLE_BUFMGN_MRG_ENDPKTID_ERR_INT_EN BIT(11)
5295 #define B_BE_PLE_BUFMGN_MRG_STRPKTID_ERR_INT_EN BIT(10)
5296 #define B_BE_PLE_BUFMGN_FRZTO_ERR_INT_EN BIT(9)
5297 #define B_BE_PLE_GETNPG_PGOFST_ERR_INT_EN BIT(8)
5298 #define B_BE_PLE_GETNPG_STRPG_ERR_INT_EN BIT(7)
5299 #define B_BE_PLE_BUFREQ_SRCHTAILPG_ERR_INT_EN BIT(6)
5300 #define B_BE_PLE_BUFRTN_SIZE_ERR_INT_EN BIT(5)
5301 #define B_BE_PLE_BUFRTN_INVLD_PKTID_ERR_INT_EN BIT(4)
5302 #define B_BE_PLE_BUFREQ_UNAVAL_ERR_INT_EN BIT(3)
5303 #define B_BE_PLE_BUFREQ_SIZELMT_INT_EN BIT(2)
5304 #define B_BE_PLE_BUFREQ_SIZE0_INT_EN BIT(1)
5305 #define B_BE_PLE_BUFREQ_QTAID_ERR_INT_EN BIT(0)
5306 #define B_BE_PLE_ERR_IMR_CLR (B_BE_PLE_BUFREQ_QTAID_ERR_INT_EN | \
5307 			      B_BE_PLE_BUFREQ_SIZE0_INT_EN | \
5308 			      B_BE_PLE_BUFREQ_SIZELMT_INT_EN | \
5309 			      B_BE_PLE_BUFREQ_UNAVAL_ERR_INT_EN | \
5310 			      B_BE_PLE_BUFRTN_INVLD_PKTID_ERR_INT_EN | \
5311 			      B_BE_PLE_BUFRTN_SIZE_ERR_INT_EN | \
5312 			      B_BE_PLE_BUFREQ_SRCHTAILPG_ERR_INT_EN | \
5313 			      B_BE_PLE_GETNPG_STRPG_ERR_INT_EN | \
5314 			      B_BE_PLE_GETNPG_PGOFST_ERR_INT_EN | \
5315 			      B_BE_PLE_BUFMGN_FRZTO_ERR_INT_EN | \
5316 			      B_BE_PLE_BUFMGN_MRG_STRPKTID_ERR_INT_EN | \
5317 			      B_BE_PLE_BUFMGN_MRG_ENDPKTID_ERR_INT_EN | \
5318 			      B_BE_PLE_BUFMGN_MRG_QTAID_ERR_INT_EN | \
5319 			      B_BE_PLE_BUFMGN_MRG_SZLMT_ERR_INT_EN | \
5320 			      B_BE_PLE_QUE_CMDTYPE_ERR_INT_EN | \
5321 			      B_BE_PLE_QUE_DSTQUEID_ERR_INT_EN | \
5322 			      B_BE_PLE_QUE_SRCQUEID_ERR_INT_EN | \
5323 			      B_BE_PLE_ENQ_PKTCNT_OVRF_ERR_INT_EN | \
5324 			      B_BE_PLE_ENQ_PKTCNT_NVAL_ERR_INT_EN | \
5325 			      B_BE_PLE_PREPKTLLT_AD_ERR_INT_EN | \
5326 			      B_BE_PLE_NXTPKTLL_AD_ERR_INT_EN | \
5327 			      B_BE_PLE_QUEMGN_FRZTO_ERR_INT_EN | \
5328 			      B_BE_PLE_DATCHN_ARBT_ERR_INT_EN | \
5329 			      B_BE_PLE_DATCHN_NULLPG_ERR_INT_EN | \
5330 			      B_BE_PLE_DATCHN_FRZTO_ERR_INT_EN | \
5331 			      B_BE_PLE_DATCHN_RRDY_ERR_INT_EN | \
5332 			      B_BE_PLE_DATCHN_ADRERR_ERR_INT_EN | \
5333 			      B_BE_PLE_DATCHN_CAMREQ_ERR_INT_EN)
5334 #define B_BE_PLE_ERR_IMR_SET (B_BE_PLE_BUFREQ_QTAID_ERR_INT_EN | \
5335 			      B_BE_PLE_BUFREQ_SIZE0_INT_EN | \
5336 			      B_BE_PLE_BUFREQ_SIZELMT_INT_EN | \
5337 			      B_BE_PLE_BUFREQ_UNAVAL_ERR_INT_EN | \
5338 			      B_BE_PLE_BUFRTN_INVLD_PKTID_ERR_INT_EN | \
5339 			      B_BE_PLE_BUFRTN_SIZE_ERR_INT_EN | \
5340 			      B_BE_PLE_BUFREQ_SRCHTAILPG_ERR_INT_EN | \
5341 			      B_BE_PLE_GETNPG_STRPG_ERR_INT_EN | \
5342 			      B_BE_PLE_GETNPG_PGOFST_ERR_INT_EN | \
5343 			      B_BE_PLE_BUFMGN_FRZTO_ERR_INT_EN | \
5344 			      B_BE_PLE_BUFMGN_MRG_STRPKTID_ERR_INT_EN | \
5345 			      B_BE_PLE_BUFMGN_MRG_ENDPKTID_ERR_INT_EN | \
5346 			      B_BE_PLE_BUFMGN_MRG_QTAID_ERR_INT_EN | \
5347 			      B_BE_PLE_BUFMGN_MRG_SZLMT_ERR_INT_EN | \
5348 			      B_BE_PLE_QUE_CMDTYPE_ERR_INT_EN | \
5349 			      B_BE_PLE_QUE_DSTQUEID_ERR_INT_EN | \
5350 			      B_BE_PLE_QUE_SRCQUEID_ERR_INT_EN | \
5351 			      B_BE_PLE_ENQ_PKTCNT_OVRF_ERR_INT_EN | \
5352 			      B_BE_PLE_ENQ_PKTCNT_NVAL_ERR_INT_EN | \
5353 			      B_BE_PLE_PREPKTLLT_AD_ERR_INT_EN | \
5354 			      B_BE_PLE_NXTPKTLL_AD_ERR_INT_EN | \
5355 			      B_BE_PLE_QUEMGN_FRZTO_ERR_INT_EN | \
5356 			      B_BE_PLE_DATCHN_ARBT_ERR_INT_EN | \
5357 			      B_BE_PLE_DATCHN_NULLPG_ERR_INT_EN | \
5358 			      B_BE_PLE_DATCHN_FRZTO_ERR_INT_EN | \
5359 			      B_BE_PLE_DATCHN_RRDY_ERR_INT_EN | \
5360 			      B_BE_PLE_DATCHN_ADRERR_ERR_INT_EN | \
5361 			      B_BE_PLE_DATCHN_CAMREQ_ERR_INT_EN)
5362 
5363 #define R_BE_PLE_QTA0_CFG 0x9040
5364 #define B_BE_PLE_Q0_MAX_SIZE_MASK GENMASK(27, 16)
5365 #define B_BE_PLE_Q0_MIN_SIZE_MASK GENMASK(11, 0)
5366 
5367 #define R_BE_PLE_QTA1_CFG 0x9044
5368 #define B_BE_PLE_Q1_MAX_SIZE_MASK GENMASK(27, 16)
5369 #define B_BE_PLE_Q1_MIN_SIZE_MASK GENMASK(11, 0)
5370 
5371 #define R_BE_PLE_QTA2_CFG 0x9048
5372 #define B_BE_PLE_Q2_MAX_SIZE_MASK GENMASK(27, 16)
5373 #define B_BE_PLE_Q2_MIN_SIZE_MASK GENMASK(11, 0)
5374 
5375 #define R_BE_PLE_QTA3_CFG 0x904C
5376 #define B_BE_PLE_Q3_MAX_SIZE_MASK GENMASK(27, 16)
5377 #define B_BE_PLE_Q3_MIN_SIZE_MASK GENMASK(11, 0)
5378 
5379 #define R_BE_PLE_QTA4_CFG 0x9050
5380 #define B_BE_PLE_Q4_MAX_SIZE_MASK GENMASK(27, 16)
5381 #define B_BE_PLE_Q4_MIN_SIZE_MASK GENMASK(11, 0)
5382 
5383 #define R_BE_PLE_QTA5_CFG 0x9054
5384 #define B_BE_PLE_Q5_MAX_SIZE_MASK GENMASK(27, 16)
5385 #define B_BE_PLE_Q5_MIN_SIZE_MASK GENMASK(11, 0)
5386 
5387 #define R_BE_PLE_QTA6_CFG 0x9058
5388 #define B_BE_PLE_Q6_MAX_SIZE_MASK GENMASK(27, 16)
5389 #define B_BE_PLE_Q6_MIN_SIZE_MASK GENMASK(11, 0)
5390 
5391 #define R_BE_PLE_QTA7_CFG 0x905C
5392 #define B_BE_PLE_Q7_MAX_SIZE_MASK GENMASK(27, 16)
5393 #define B_BE_PLE_Q7_MIN_SIZE_MASK GENMASK(11, 0)
5394 
5395 #define R_BE_PLE_QTA8_CFG 0x9060
5396 #define B_BE_PLE_Q8_MAX_SIZE_MASK GENMASK(27, 16)
5397 #define B_BE_PLE_Q8_MIN_SIZE_MASK GENMASK(11, 0)
5398 
5399 #define R_BE_PLE_QTA9_CFG 0x9064
5400 #define B_BE_PLE_Q9_MAX_SIZE_MASK GENMASK(27, 16)
5401 #define B_BE_PLE_Q9_MIN_SIZE_MASK GENMASK(11, 0)
5402 
5403 #define R_BE_PLE_QTA10_CFG 0x9068
5404 #define B_BE_PLE_Q10_MAX_SIZE_MASK GENMASK(27, 16)
5405 #define B_BE_PLE_Q10_MIN_SIZE_MASK GENMASK(11, 0)
5406 
5407 #define R_BE_PLE_QTA11_CFG 0x906C
5408 #define B_BE_PLE_Q11_MAX_SIZE_MASK GENMASK(27, 16)
5409 #define B_BE_PLE_Q11_MIN_SIZE_MASK GENMASK(11, 0)
5410 
5411 #define R_BE_PLE_QTA12_CFG 0x9070
5412 #define B_BE_PLE_Q12_MAX_SIZE_MASK GENMASK(27, 16)
5413 #define B_BE_PLE_Q12_MIN_SIZE_MASK GENMASK(11, 0)
5414 
5415 #define R_BE_PLE_ERRFLAG1_IMR 0x90C0
5416 #define B_BE_PLE_SRCHPG_PGOFST_IMR BIT(26)
5417 #define B_BE_PLE_SRCHPG_STRPG_IMR BIT(25)
5418 #define B_BE_PLE_SRCHPG_FRZTO_IMR BIT(24)
5419 #define B_BE_PLE_ERRFLAG1_IMR_CLR (B_BE_PLE_SRCHPG_FRZTO_IMR | \
5420 				   B_BE_PLE_SRCHPG_STRPG_IMR | \
5421 				   B_BE_PLE_SRCHPG_PGOFST_IMR)
5422 #define B_BE_PLE_ERRFLAG1_IMR_SET (B_BE_PLE_SRCHPG_FRZTO_IMR | \
5423 				   B_BE_PLE_SRCHPG_STRPG_IMR | \
5424 				   B_BE_PLE_SRCHPG_PGOFST_IMR)
5425 
5426 #define R_BE_PLE_DBG_FUN_INTF_CTL 0x9110
5427 #define B_BE_PLE_DFI_ACTIVE BIT(31)
5428 #define B_BE_PLE_DFI_TRGSEL_MASK GENMASK(19, 16)
5429 #define B_BE_PLE_DFI_ADDR_MASK GENMASK(15, 0)
5430 
5431 #define R_BE_PLE_DBG_FUN_INTF_DATA 0x9114
5432 #define B_BE_PLE_DFI_DATA_MASK GENMASK(31, 0)
5433 
5434 #define R_BE_WDRLS_CFG 0x9408
5435 #define B_BE_WDRLS_DIS_AGAC BIT(31)
5436 #define B_BE_RLSRPT_BUFREQ_TO_MASK GENMASK(15, 8)
5437 #define B_BE_RLSRPT_BUFREQ_TO_SEL_MASK GENMASK(7, 6)
5438 #define B_BE_WDRLS_MODE_MASK GENMASK(1, 0)
5439 
5440 #define R_BE_WDRLS_ERR_IMR 0x9430
5441 #define B_BE_WDRLS_RPT3_FRZTO_ERR_INT_EN BIT(21)
5442 #define B_BE_WDRLS_RPT3_AGGNUM0_ERR_INT_EN BIT(20)
5443 #define B_BE_WDRLS_RPT2_FRZTO_ERR_INT_EN BIT(17)
5444 #define B_BE_WDRLS_RPT2_AGGNUM0_ERR_INT_EN BIT(16)
5445 #define B_BE_WDRLS_RPT1_FRZTO_ERR_INT_EN BIT(13)
5446 #define B_BE_WDRLS_RPT1_AGGNUM0_ERR_INT_EN BIT(12)
5447 #define B_BE_WDRLS_RPT0_FRZTO_ERR_INT_EN BIT(9)
5448 #define B_BE_WDRLS_RPT0_AGGNUM0_ERR_INT_EN BIT(8)
5449 #define B_BE_WDRLS_PLEBREQ_PKTID_ISNULL_ERR_INT_EN BIT(5)
5450 #define B_BE_WDRLS_PLEBREQ_TO_ERR_INT_EN BIT(4)
5451 #define B_BE_WDRLS_CTL_FRZTO_ERR_INT_EN BIT(2)
5452 #define B_BE_WDRLS_CTL_PLPKTID_ISNULL_ERR_INT_EN BIT(1)
5453 #define B_BE_WDRLS_CTL_WDPKTID_ISNULL_ERR_INT_EN BIT(0)
5454 #define B_BE_WDRLS_ERR_IMR_CLR (B_BE_WDRLS_CTL_WDPKTID_ISNULL_ERR_INT_EN | \
5455 				B_BE_WDRLS_CTL_PLPKTID_ISNULL_ERR_INT_EN | \
5456 				B_BE_WDRLS_CTL_FRZTO_ERR_INT_EN | \
5457 				B_BE_WDRLS_PLEBREQ_TO_ERR_INT_EN | \
5458 				B_BE_WDRLS_PLEBREQ_PKTID_ISNULL_ERR_INT_EN | \
5459 				B_BE_WDRLS_RPT0_AGGNUM0_ERR_INT_EN | \
5460 				B_BE_WDRLS_RPT0_FRZTO_ERR_INT_EN | \
5461 				B_BE_WDRLS_RPT1_AGGNUM0_ERR_INT_EN | \
5462 				B_BE_WDRLS_RPT1_FRZTO_ERR_INT_EN)
5463 #define B_BE_WDRLS_ERR_IMR_SET (B_BE_WDRLS_CTL_WDPKTID_ISNULL_ERR_INT_EN | \
5464 				B_BE_WDRLS_CTL_PLPKTID_ISNULL_ERR_INT_EN | \
5465 				B_BE_WDRLS_CTL_FRZTO_ERR_INT_EN | \
5466 				B_BE_WDRLS_PLEBREQ_PKTID_ISNULL_ERR_INT_EN | \
5467 				B_BE_WDRLS_RPT0_AGGNUM0_ERR_INT_EN | \
5468 				B_BE_WDRLS_RPT0_FRZTO_ERR_INT_EN | \
5469 				B_BE_WDRLS_RPT1_AGGNUM0_ERR_INT_EN | \
5470 				B_BE_WDRLS_RPT1_FRZTO_ERR_INT_EN)
5471 
5472 #define R_BE_RLSRPT0_CFG1 0x9444
5473 #define B_BE_RLSRPT0_FLTR_MAP_MASK GENMASK(27, 24)
5474 #define S_BE_WDRLS_FLTR_TXOK 1
5475 #define S_BE_WDRLS_FLTR_RTYLMT 2
5476 #define S_BE_WDRLS_FLTR_LIFTIM 4
5477 #define S_BE_WDRLS_FLTR_MACID 8
5478 #define B_BE_RLSRPT0_TO_MASK GENMASK(23, 16)
5479 #define B_BE_RLSRPT0_AGGNUM_MASK GENMASK(7, 0)
5480 
5481 #define R_BE_BBRPT_COM_ERR_IMR 0x9608
5482 #define B_BE_BBRPT_COM_EVT01_ISR_EN BIT(1)
5483 #define B_BE_BBRPT_COM_NULL_PLPKTID_ISR_EN BIT(0)
5484 #define B_BE_BBRPT_COM_ERR_IMR_CLR (B_BE_BBRPT_COM_NULL_PLPKTID_ISR_EN | \
5485 				    B_BE_BBRPT_COM_EVT01_ISR_EN)
5486 #define B_BE_BBRPT_COM_ERR_IMR_SET B_BE_BBRPT_COM_NULL_PLPKTID_ISR_EN
5487 
5488 #define R_BE_BBRPT_CHINFO_ERR_IMR 0x9628
5489 #define B_BE_ERR_BB_ONETEN_INT_EN BIT(1)
5490 #define B_BE_ERR_GEN_FRZTO_INT_EN BIT(0)
5491 #define B_BE_BBRPT_CHINFO_ERR_IMR_CLR (B_BE_ERR_GEN_FRZTO_INT_EN | \
5492 				       B_BE_ERR_BB_ONETEN_INT_EN)
5493 #define B_BE_BBRPT_CHINFO_ERR_IMR_SET (B_BE_ERR_GEN_FRZTO_INT_EN | \
5494 				       B_BE_ERR_BB_ONETEN_INT_EN)
5495 
5496 #define R_BE_BBRPT_DFS_ERR_IMR 0x9638
5497 #define B_BE_BBRPT_DFS_TO_ERR_INT_EN BIT(0)
5498 #define B_BE_BBRPT_DFS_ERR_IMR_CLR B_BE_BBRPT_DFS_TO_ERR_INT_EN
5499 #define B_BE_BBRPT_DFS_ERR_IMR_SET B_BE_BBRPT_DFS_TO_ERR_INT_EN
5500 
5501 #define R_BE_LA_ERRFLAG_IMR 0x9668
5502 #define B_BE_LA_IMR_DATA_LOSS BIT(0)
5503 #define B_BE_LA_ERRFLAG_IMR_CLR B_BE_LA_IMR_DATA_LOSS
5504 #define B_BE_LA_ERRFLAG_IMR_SET B_BE_LA_IMR_DATA_LOSS
5505 
5506 #define R_BE_LA_ERRFLAG_ISR 0x966C
5507 #define B_BE_LA_ISR_DATA_LOSS BIT(0)
5508 
5509 #define R_BE_CH_INFO_DBGFLAG_IMR 0x9688
5510 #define B_BE_BCHN_EVT01_ISR_EN BIT(29)
5511 #define B_BE_BCHN_REQTO_ISR_EN BIT(28)
5512 #define B_BE_CHIF_RXDATA_AFACT_ISR_EN BIT(11)
5513 #define B_BE_CHIF_RXDATA_BFACT_ISR_EN BIT(10)
5514 #define B_BE_CHIF_HDR_SEGLEN_ISR_EN BIT(9)
5515 #define B_BE_CHIF_HDR_INVLD_ISR_EN BIT(8)
5516 #define B_BE_CHIF_BBONL_BFACT_ISR_EN BIT(4)
5517 #define B_BE_CHIF_RPT_OVF_ISR_EN BIT(3)
5518 #define B_BE_DBG_CHIF_DATA_LOSS_ISR_EN BIT(2)
5519 #define B_BE_CHIF_DATA_WTOUT_ISR_EN BIT(1)
5520 #define B_BE_CHIF_RPT_WTOUT_ISR_EN BIT(0)
5521 #define B_BE_CH_INFO_DBGFLAG_IMR_CLR (B_BE_CHIF_RPT_WTOUT_ISR_EN | \
5522 				      B_BE_CHIF_DATA_WTOUT_ISR_EN | \
5523 				      B_BE_DBG_CHIF_DATA_LOSS_ISR_EN | \
5524 				      B_BE_CHIF_RPT_OVF_ISR_EN | \
5525 				      B_BE_CHIF_HDR_INVLD_ISR_EN | \
5526 				      B_BE_CHIF_HDR_SEGLEN_ISR_EN | \
5527 				      B_BE_CHIF_RXDATA_BFACT_ISR_EN | \
5528 				      B_BE_CHIF_RXDATA_AFACT_ISR_EN)
5529 #define B_BE_CH_INFO_DBGFLAG_IMR_SET 0
5530 
5531 #define R_BE_WD_BUF_REQ 0x9800
5532 #define B_BE_WD_BUF_REQ_EXEC BIT(31)
5533 #define B_BE_WD_BUF_REQ_QUOTA_ID_MASK GENMASK(23, 16)
5534 #define B_BE_WD_BUF_REQ_LEN_MASK GENMASK(15, 0)
5535 
5536 #define R_BE_WD_BUF_STATUS 0x9804
5537 #define B_BE_WD_BUF_STAT_DONE BIT(31)
5538 #define B_BE_WD_BUF_STAT_PKTID_MASK GENMASK(11, 0)
5539 
5540 #define R_BE_WD_CPUQ_OP_0 0x9810
5541 #define B_BE_WD_CPUQ_OP_EXEC BIT(31)
5542 #define B_BE_WD_CPUQ_OP_CMD_TYPE_MASK GENMASK(27, 24)
5543 #define B_BE_WD_CPUQ_OP_PKTNUM_MASK GENMASK(7, 0)
5544 
5545 #define R_BE_WD_CPUQ_OP_1 0x9814
5546 #define B_BE_WD_CPUQ_OP_SRC_MACID_MASK GENMASK(19, 12)
5547 #define B_BE_WD_CPUQ_OP_SRC_QID_MASK GENMASK(9, 4)
5548 #define B_BE_WD_CPUQ_OP_SRC_PID_MASK GENMASK(2, 0)
5549 
5550 #define R_BE_WD_CPUQ_OP_2 0x9818
5551 #define B_BE_WD_CPUQ_OP_DST_MACID_MASK GENMASK(19, 12)
5552 #define B_BE_WD_CPUQ_OP_DST_QID_MASK GENMASK(9, 4)
5553 #define B_BE_WD_CPUQ_OP_DST_PID_MASK GENMASK(2, 0)
5554 
5555 #define R_BE_WD_CPUQ_OP_3 0x981C
5556 #define B_BE_WD_CPUQ_OP_STRT_PKTID_MASK GENMASK(27, 16)
5557 #define B_BE_WD_CPUQ_OP_END_PKTID_MASK GENMASK(11, 0)
5558 
5559 #define R_BE_WD_CPUQ_OP_STATUS 0x9820
5560 #define B_BE_WD_CPUQ_OP_STAT_DONE BIT(31)
5561 #define B_BE_WD_CPUQ_OP_PKTCNT_MASK GENMASK(27, 16)
5562 #define B_BE_WD_CPUQ_OP_PKTID_MASK GENMASK(11, 0)
5563 
5564 #define R_BE_PL_BUF_REQ 0x9840
5565 #define B_BE_PL_BUF_REQ_EXEC BIT(31)
5566 #define B_BE_PL_BUF_REQ_QUOTA_ID_MASK GENMASK(19, 16)
5567 #define B_BE_PL_BUF_REQ_LEN_MASK GENMASK(15, 0)
5568 
5569 #define R_BE_PL_BUF_STATUS 0x9844
5570 #define B_BE_PL_BUF_STAT_DONE BIT(31)
5571 #define B_BE_PL_BUF_STAT_PKTID_MASK GENMASK(11, 0)
5572 
5573 #define R_BE_PL_CPUQ_OP_0 0x9850
5574 #define B_BE_PL_CPUQ_OP_EXEC BIT(31)
5575 #define B_BE_PL_CPUQ_OP_CMD_TYPE_MASK GENMASK(27, 24)
5576 #define B_BE_PL_CPUQ_OP_PKTNUM_MASK GENMASK(7, 0)
5577 
5578 #define R_BE_PL_CPUQ_OP_1 0x9854
5579 #define B_BE_PL_CPUQ_OP_SRC_MACID_MASK GENMASK(19, 12)
5580 #define B_BE_PL_CPUQ_OP_SRC_QID_MASK GENMASK(9, 4)
5581 #define B_BE_PL_CPUQ_OP_SRC_PID_MASK GENMASK(2, 0)
5582 
5583 #define R_BE_PL_CPUQ_OP_2 0x9858
5584 #define B_BE_PL_CPUQ_OP_DST_MACID_MASK GENMASK(19, 12)
5585 #define B_BE_PL_CPUQ_OP_DST_QID_MASK GENMASK(9, 4)
5586 #define B_BE_PL_CPUQ_OP_DST_PID_MASK GENMASK(2, 0)
5587 
5588 #define R_BE_PL_CPUQ_OP_3 0x985C
5589 #define B_BE_PL_CPUQ_OP_STRT_PKTID_MASK GENMASK(27, 16)
5590 #define B_BE_PL_CPUQ_OP_END_PKTID_MASK GENMASK(11, 0)
5591 
5592 #define R_BE_PL_CPUQ_OP_STATUS 0x9860
5593 #define B_BE_PL_CPUQ_OP_STAT_DONE BIT(31)
5594 #define B_BE_PL_CPUQ_OP_PKTCNT_MASK GENMASK(27, 16)
5595 #define B_BE_PL_CPUQ_OP_PKTID_MASK GENMASK(11, 0)
5596 
5597 #define R_BE_CPUIO_ERR_IMR 0x9888
5598 #define B_BE_PLEQUE_OP_ERR_INT_EN BIT(12)
5599 #define B_BE_PLEBUF_OP_ERR_INT_EN BIT(8)
5600 #define B_BE_WDEQUE_OP_ERR_INT_EN BIT(4)
5601 #define B_BE_WDEBUF_OP_ERR_INT_EN BIT(0)
5602 #define B_BE_CPUIO_ERR_IMR_CLR (B_BE_WDEBUF_OP_ERR_INT_EN | \
5603 				B_BE_WDEQUE_OP_ERR_INT_EN | \
5604 				B_BE_PLEBUF_OP_ERR_INT_EN | \
5605 				B_BE_PLEQUE_OP_ERR_INT_EN)
5606 #define B_BE_CPUIO_ERR_IMR_SET (B_BE_WDEBUF_OP_ERR_INT_EN | \
5607 				B_BE_WDEQUE_OP_ERR_INT_EN | \
5608 				B_BE_PLEBUF_OP_ERR_INT_EN | \
5609 				B_BE_PLEQUE_OP_ERR_INT_EN)
5610 
5611 #define R_BE_PKTIN_ERR_IMR 0x9A20
5612 #define B_BE_SW_MERGE_ERR_INT_EN BIT(1)
5613 #define B_BE_GET_NULL_PKTID_ERR_INT_EN BIT(0)
5614 #define B_BE_PKTIN_ERR_IMR_CLR (B_BE_SW_MERGE_ERR_INT_EN | \
5615 				B_BE_GET_NULL_PKTID_ERR_INT_EN)
5616 #define B_BE_PKTIN_ERR_IMR_SET (B_BE_SW_MERGE_ERR_INT_EN | \
5617 				B_BE_GET_NULL_PKTID_ERR_INT_EN)
5618 
5619 #define R_BE_HDR_SHCUT_SETTING 0x9B00
5620 #define B_BE_TX_ADDR_MLD_TO_LIK BIT(4)
5621 #define B_BE_TX_HW_SEC_HDR_EN BIT(3)
5622 #define B_BE_TX_MAC_MPDU_PROC_EN BIT(2)
5623 #define B_BE_TX_HW_ACK_POLICY_EN BIT(1)
5624 #define B_BE_TX_HW_SEQ_EN BIT(0)
5625 
5626 #define R_BE_MPDU_TX_ERR_IMR 0x9BF4
5627 #define B_BE_TX_TIMEOUT_ERR_EN BIT(0)
5628 #define B_BE_MPDU_TX_ERR_IMR_CLR B_BE_TX_TIMEOUT_ERR_EN
5629 #define B_BE_MPDU_TX_ERR_IMR_SET 0
5630 
5631 #define R_BE_MPDU_PROC 0x9C00
5632 #define B_BE_PORT_SEL BIT(29)
5633 #define B_BE_WPKT_WLANCPU_QSEL_MASK GENMASK(28, 27)
5634 #define B_BE_WPKT_DATACPU_QSEL_MASK GENMASK(26, 25)
5635 #define B_BE_WPKT_FW_RLS BIT(24)
5636 #define B_BE_FWD_RPKT_MASK GENMASK(23, 16)
5637 #define B_BE_FWD_WPKT_MASK GENMASK(15, 8)
5638 #define B_BE_RXFWD_PRIO_MASK GENMASK(5, 4)
5639 #define B_BE_RXFWD_EN BIT(3)
5640 #define B_BE_DROP_NONDMA_PPDU BIT(2)
5641 #define B_BE_APPEND_FCS BIT(0)
5642 
5643 #define R_BE_FWD_ERR 0x9C10
5644 #define R_BE_FWD_ACTN0 0x9C14
5645 #define R_BE_FWD_ACTN1 0x9C18
5646 #define R_BE_FWD_ACTN2 0x9C1C
5647 #define R_BE_FWD_TF0 0x9C20
5648 #define R_BE_FWD_TF1 0x9C24
5649 
5650 #define R_BE_HW_PPDU_STATUS 0x9C30
5651 #define B_BE_FWD_RPKTTYPE_MASK GENMASK(31, 26)
5652 #define B_BE_FWD_PPDU_PRTID_MASK GENMASK(25, 23)
5653 #define B_BE_FWD_PPDU_FW_RLS BIT(22)
5654 #define B_BE_FWD_PPDU_QUEID_MASK GENMASK(21, 16)
5655 #define B_BE_FWD_OTHER_RPKT_MASK GENMASK(15, 8)
5656 #define B_BE_FWD_PPDU_STAT_MASK GENMASK(7, 0)
5657 
5658 #define R_BE_CUT_AMSDU_CTRL 0x9C94
5659 #define B_BE_EN_CUT_AMSDU BIT(31)
5660 #define B_BE_CUT_AMSDU_CHKLEN_EN BIT(30)
5661 #define B_BE_CA_CHK_ADDRCAM_EN BIT(29)
5662 #define B_BE_MPDU_CUT_CTRL_EN BIT(24)
5663 #define B_BE_CUT_AMSDU_CHKLEN_L_TH_MASK GENMASK(23, 16)
5664 #define B_BE_CUT_AMSDU_CHKLEN_H_TH_MASK GENMASK(15, 0)
5665 
5666 #define R_BE_WOW_CTRL 0x9CB8
5667 #define B_BE_WOW_HCI BIT(5)
5668 #define B_BE_WOW_DROP BIT(2)
5669 #define B_BE_WOW_WOWEN BIT(1)
5670 #define B_BE_WOW_FORCE_WAKEUP BIT(0)
5671 
5672 #define R_BE_RX_HDRTRNS 0x9CC0
5673 #define B_BE_RX_MGN_MLD_ADDR_EN BIT(6)
5674 #define B_BE_HDR_INFO_MASK GENMASK(5, 4)
5675 #define B_BE_HC_ADDR_HIT_EN BIT(3)
5676 #define B_BE_RX_ADDR_LINK_TO_MLO BIT(2)
5677 #define B_BE_HDR_CNV BIT(1)
5678 #define B_BE_RX_HDR_CNV_EN BIT(0)
5679 #define TRXCFG_MPDU_PROC_RX_HDR_CONV	0x00000000
5680 
5681 #define R_BE_MPDU_RX_ERR_IMR 0x9CF4
5682 #define B_BE_LEN_ERR_IMR BIT(3)
5683 #define B_BE_TIMEOUT_ERR_IMR BIT(1)
5684 #define B_BE_MPDU_RX_ERR_IMR_CLR B_BE_TIMEOUT_ERR_IMR
5685 #define B_BE_MPDU_RX_ERR_IMR_SET 0
5686 
5687 #define R_BE_SEC_ENG_CTRL 0x9D00
5688 #define B_BE_SEC_ENG_EN BIT(31)
5689 #define B_BE_CCMP_SPP_MIC BIT(30)
5690 #define B_BE_CCMP_SPP_CTR BIT(29)
5691 #define B_BE_SEC_CAM_ACC BIT(28)
5692 #define B_BE_WMAC_SEC_PN_SEL_MASK GENMASK(27, 26)
5693 #define B_BE_WMAC_SEC_MASKIV BIT(25)
5694 #define B_BE_WAPI_SPEC BIT(24)
5695 #define B_BE_REVERT_TA_RA_MLD_EN BIT(23)
5696 #define B_BE_SEC_DBG_SEL_MASK GENMASK(19, 16)
5697 #define B_BE_CAM_FORCE_CLK BIT(15)
5698 #define B_BE_SEC_FORCE_CLK BIT(14)
5699 #define B_BE_SEC_RX_SHORT_ADD_ICVERR BIT(13)
5700 #define B_BE_SRAM_IO_PROT BIT(12)
5701 #define B_BE_SEC_PRE_ENQUE_TX BIT(11)
5702 #define B_BE_CLK_EN_CGCMP BIT(10)
5703 #define B_BE_CLK_EN_WAPI BIT(9)
5704 #define B_BE_CLK_EN_WEP_TKIP BIT(8)
5705 #define B_BE_BMC_MGNT_DEC BIT(5)
5706 #define B_BE_UC_MGNT_DEC BIT(4)
5707 #define B_BE_MC_DEC BIT(3)
5708 #define B_BE_BC_DEC BIT(2)
5709 #define B_BE_SEC_RX_DEC BIT(1)
5710 #define B_BE_SEC_TX_ENC BIT(0)
5711 
5712 #define R_BE_SEC_MPDU_PROC 0x9D04
5713 #define B_BE_DBG_ENGINE_SEL BIT(8)
5714 #define B_BE_STOP_RX_PKT_HANDLE BIT(7)
5715 #define B_BE_STOP_TX_PKT_HANDLE BIT(6)
5716 #define B_BE_QUEUE_FOWARD_SEL BIT(5)
5717 #define B_BE_RESP1_PROTECT BIT(4)
5718 #define B_BE_RESP0_PROTECT BIT(3)
5719 #define B_BE_TX_ACTIVE_PROTECT BIT(2)
5720 #define B_BE_APPEND_ICV BIT(1)
5721 #define B_BE_APPEND_MIC BIT(0)
5722 
5723 #define R_BE_SEC_CAM_ACCESS 0x9D10
5724 #define B_BE_SEC_TIME_OUT_MASK GENMASK(31, 16)
5725 #define B_BE_SEC_CAM_POLL BIT(15)
5726 #define B_BE_SEC_CAM_RW BIT(14)
5727 #define B_BE_SEC_CAM_ACC_FAIL BIT(13)
5728 #define B_BE_SEC_CAM_OFFSET_MASK GENMASK(10, 0)
5729 
5730 #define R_BE_SEC_CAM_RDATA 0x9D14
5731 #define B_BE_SEC_CAM_RDATA_MASK GENMASK(31, 0)
5732 
5733 #define R_BE_SEC_DEBUG2 0x9D28
5734 #define B_BE_DBG_READ_MASK GENMASK(31, 0)
5735 
5736 #define R_BE_SEC_ERROR_IMR 0x9D2C
5737 #define B_BE_QUEUE_OPERATION_HANG_IMR BIT(4)
5738 #define B_BE_SEC1_RX_HANG_IMR BIT(3)
5739 #define B_BE_SEC1_TX_HANG_IMR BIT(2)
5740 #define B_BE_RX_HANG_IMR BIT(1)
5741 #define B_BE_TX_HANG_IMR BIT(0)
5742 #define B_BE_SEC_ERROR_IMR_CLR (B_BE_TX_HANG_IMR | \
5743 				B_BE_RX_HANG_IMR | \
5744 				B_BE_SEC1_TX_HANG_IMR | \
5745 				B_BE_SEC1_RX_HANG_IMR | \
5746 				B_BE_QUEUE_OPERATION_HANG_IMR)
5747 #define B_BE_SEC_ERROR_IMR_SET (B_BE_TX_HANG_IMR | \
5748 				B_BE_RX_HANG_IMR | \
5749 				B_BE_SEC1_TX_HANG_IMR | \
5750 				B_BE_SEC1_RX_HANG_IMR | \
5751 				B_BE_QUEUE_OPERATION_HANG_IMR)
5752 
5753 #define R_BE_SEC_ERROR_FLAG 0x9D30
5754 #define B_BE_TXD_DIFF_KEYCAM_TYPE_ERROR BIT(5)
5755 #define B_BE_QUEUE_OPERATION_HANG_ERROR BIT(4)
5756 #define B_BE_SEC1_RX_HANG_ERROR BIT(3)
5757 #define B_BE_SEC1_TX_HANG_ERROR BIT(2)
5758 #define B_BE_RX_HANG_ERROR BIT(1)
5759 #define B_BE_TX_HANG_ERROR BIT(0)
5760 
5761 #define R_BE_TXPKTCTL_MPDUINFO_CFG 0x9F10
5762 #define B_BE_MPDUINFO_FEN BIT(31)
5763 #define B_BE_MPDUINFO_PKTID_MASK GENMASK(27, 16)
5764 #define B_BE_MPDUINFO_B1_BADDR_MASK GENMASK(5, 0)
5765 #define MPDU_INFO_B1_OFST 18
5766 
5767 #define R_BE_TXPKTCTL_B0_PRELD_CFG0 0x9F48
5768 #define B_BE_B0_PRELD_FEN BIT(31)
5769 #define B_BE_B0_PRELD_USEMAXSZ_MASK GENMASK(25, 16)
5770 #define B_BE_B0_PRELD_CAM_G1ENTNUM_MASK GENMASK(12, 8)
5771 #define B_BE_B0_PRELD_CAM_G0ENTNUM_MASK GENMASK(4, 0)
5772 
5773 #define R_BE_TXPKTCTL_B0_PRELD_CFG1 0x9F4C
5774 #define B_BE_B0_PRELD_NXT_TXENDWIN_MASK GENMASK(11, 8)
5775 #define B_BE_B0_PRELD_NXT_RSVMINSZ_MASK GENMASK(7, 0)
5776 
5777 #define R_BE_TXPKTCTL_B0_ERRFLAG_IMR 0x9F78
5778 #define B_BE_B0_IMR_DBG_USRCTL_RLSBMPLEN BIT(25)
5779 #define B_BE_B0_IMR_DBG_USRCTL_RDNRLSCMD BIT(24)
5780 #define B_BE_B0_IMR_ERR_PRELD_ENTNUMCFG BIT(17)
5781 #define B_BE_B0_IMR_ERR_PRELD_RLSPKTSZERR BIT(16)
5782 #define B_BE_B0_IMR_ERR_CMDPSR_TBLSZ BIT(11)
5783 #define B_BE_B0_IMR_ERR_CMDPSR_FRZTO BIT(10)
5784 #define B_BE_B0_IMR_ERR_CMDPSR_CMDTYPE BIT(9)
5785 #define B_BE_B0_IMR_ERR_CMDPSR_1STCMDERR BIT(8)
5786 #define B_BE_B0_IMR_ERR_USRCTL_NOINIT BIT(1)
5787 #define B_BE_B0_IMR_ERR_USRCTL_REINIT BIT(0)
5788 #define B_BE_TXPKTCTL_B0_ERRFLAG_IMR_CLR (B_BE_B0_IMR_ERR_USRCTL_REINIT | \
5789 					  B_BE_B0_IMR_ERR_USRCTL_NOINIT | \
5790 					  B_BE_B0_IMR_DBG_USRCTL_RDNRLSCMD | \
5791 					  B_BE_B0_IMR_DBG_USRCTL_RLSBMPLEN | \
5792 					  B_BE_B0_IMR_ERR_CMDPSR_1STCMDERR | \
5793 					  B_BE_B0_IMR_ERR_CMDPSR_CMDTYPE | \
5794 					  B_BE_B0_IMR_ERR_CMDPSR_FRZTO | \
5795 					  B_BE_B0_IMR_ERR_CMDPSR_TBLSZ | \
5796 					  B_BE_B0_IMR_ERR_PRELD_RLSPKTSZERR | \
5797 					  B_BE_B0_IMR_ERR_PRELD_ENTNUMCFG)
5798 #define B_BE_TXPKTCTL_B0_ERRFLAG_IMR_SET (B_BE_B0_IMR_ERR_USRCTL_REINIT | \
5799 					  B_BE_B0_IMR_ERR_USRCTL_NOINIT | \
5800 					  B_BE_B0_IMR_ERR_CMDPSR_1STCMDERR | \
5801 					  B_BE_B0_IMR_ERR_CMDPSR_CMDTYPE | \
5802 					  B_BE_B0_IMR_ERR_CMDPSR_FRZTO | \
5803 					  B_BE_B0_IMR_ERR_CMDPSR_TBLSZ | \
5804 					  B_BE_B0_IMR_ERR_PRELD_RLSPKTSZERR | \
5805 					  B_BE_B0_IMR_ERR_PRELD_ENTNUMCFG)
5806 
5807 #define R_BE_TXPKTCTL_B1_PRELD_CFG0 0x9F88
5808 #define B_BE_B1_PRELD_FEN BIT(31)
5809 #define B_BE_B1_PRELD_USEMAXSZ_MASK GENMASK(25, 16)
5810 #define B_BE_B1_PRELD_CAM_G1ENTNUM_MASK GENMASK(12, 8)
5811 #define B_BE_B1_PRELD_CAM_G0ENTNUM_MASK GENMASK(4, 0)
5812 
5813 #define R_BE_TXPKTCTL_B1_PRELD_CFG1 0x9F8C
5814 #define B_BE_B1_PRELD_NXT_TXENDWIN_MASK GENMASK(11, 8)
5815 #define B_BE_B1_PRELD_NXT_RSVMINSZ_MASK GENMASK(7, 0)
5816 
5817 #define R_BE_TXPKTCTL_B1_ERRFLAG_IMR 0x9FB8
5818 #define B_BE_B1_IMR_DBG_USRCTL_RLSBMPLEN BIT(25)
5819 #define B_BE_B1_IMR_DBG_USRCTL_RDNRLSCMD BIT(24)
5820 #define B_BE_B1_IMR_ERR_PRELD_ENTNUMCFG BIT(17)
5821 #define B_BE_B1_IMR_ERR_PRELD_RLSPKTSZERR BIT(16)
5822 #define B_BE_B1_IMR_ERR_CMDPSR_TBLSZ BIT(11)
5823 #define B_BE_B1_IMR_ERR_CMDPSR_FRZTO BIT(10)
5824 #define B_BE_B1_IMR_ERR_CMDPSR_CMDTYPE BIT(9)
5825 #define B_BE_B1_IMR_ERR_CMDPSR_1STCMDERR BIT(8)
5826 #define B_BE_B1_IMR_ERR_USRCTL_NOINIT BIT(1)
5827 #define B_BE_B1_IMR_ERR_USRCTL_REINIT BIT(0)
5828 #define B_BE_TXPKTCTL_B1_ERRFLAG_IMR_CLR (B_BE_B1_IMR_ERR_USRCTL_REINIT | \
5829 					  B_BE_B1_IMR_ERR_USRCTL_NOINIT | \
5830 					  B_BE_B1_IMR_DBG_USRCTL_RDNRLSCMD | \
5831 					  B_BE_B1_IMR_DBG_USRCTL_RLSBMPLEN | \
5832 					  B_BE_B1_IMR_ERR_CMDPSR_1STCMDERR | \
5833 					  B_BE_B1_IMR_ERR_CMDPSR_CMDTYPE | \
5834 					  B_BE_B1_IMR_ERR_CMDPSR_FRZTO | \
5835 					  B_BE_B1_IMR_ERR_CMDPSR_TBLSZ | \
5836 					  B_BE_B1_IMR_ERR_PRELD_RLSPKTSZERR | \
5837 					  B_BE_B1_IMR_ERR_PRELD_ENTNUMCFG)
5838 #define B_BE_TXPKTCTL_B1_ERRFLAG_IMR_SET (B_BE_B1_IMR_ERR_USRCTL_REINIT | \
5839 					  B_BE_B1_IMR_ERR_USRCTL_NOINIT | \
5840 					  B_BE_B1_IMR_ERR_CMDPSR_1STCMDERR | \
5841 					  B_BE_B1_IMR_ERR_CMDPSR_CMDTYPE | \
5842 					  B_BE_B1_IMR_ERR_CMDPSR_FRZTO | \
5843 					  B_BE_B1_IMR_ERR_CMDPSR_TBLSZ | \
5844 					  B_BE_B1_IMR_ERR_PRELD_RLSPKTSZERR | \
5845 					  B_BE_B1_IMR_ERR_PRELD_ENTNUMCFG)
5846 
5847 #define R_BE_MLO_INIT_CTL 0xA114
5848 #define B_BE_MLO_TABLE_INIT_DONE BIT(31)
5849 #define B_BE_MLO_TABLE_CLR_DONE BIT(30)
5850 #define B_BE_MLO_TABLE_REINIT BIT(23)
5851 #define B_BE_MLO_TABLE_HW_FLAG_CLR BIT(22)
5852 
5853 #define R_BE_MLO_ERR_IDCT_IMR 0xA128
5854 #define B_BE_MLO_ERR_IDCT_IMR_0 BIT(31)
5855 #define B_BE_MLO_ERR_IDCT_IMR_1 BIT(30)
5856 #define B_BE_MLO_ERR_IDCT_IMR_2 BIT(29)
5857 #define B_BE_MLO_ERR_IDCT_IMR_3 BIT(28)
5858 #define B_BE_MLO_ERR_IDCT_IMR_CLR (B_BE_MLO_ERR_IDCT_IMR_2 | \
5859 				   B_BE_MLO_ERR_IDCT_IMR_1 | \
5860 				   B_BE_MLO_ERR_IDCT_IMR_0)
5861 #define B_BE_MLO_ERR_IDCT_IMR_SET (B_BE_MLO_ERR_IDCT_IMR_2 | \
5862 				   B_BE_MLO_ERR_IDCT_IMR_1 | \
5863 				   B_BE_MLO_ERR_IDCT_IMR_0)
5864 
5865 #define R_BE_MLO_ERR_IDCT_ISR 0xA12C
5866 #define B_BE_MLO_ISR_IDCT_0 BIT(31)
5867 #define B_BE_MLO_ISR_IDCT_1 BIT(30)
5868 #define B_BE_MLO_ISR_IDCT_2 BIT(29)
5869 #define B_BE_MLO_ISR_IDCT_3 BIT(28)
5870 
5871 #define R_BE_PLRLS_ERR_IMR 0xA218
5872 #define B_BE_PLRLS_CTL_FRZTO_IMR BIT(0)
5873 #define B_BE_PLRLS_ERR_IMR_CLR B_BE_PLRLS_CTL_FRZTO_IMR
5874 #define B_BE_PLRLS_ERR_IMR_SET B_BE_PLRLS_CTL_FRZTO_IMR
5875 
5876 #define R_BE_PLRLS_ERR_ISR 0xA21C
5877 #define B_BE_PLRLS_CTL_EVT03_ISR BIT(3)
5878 #define B_BE_PLRLS_CTL_EVT02_ISR BIT(2)
5879 #define B_BE_PLRLS_CTL_EVT01_ISR BIT(1)
5880 #define B_BE_PLRLS_CTL_FRZTO_ISR BIT(0)
5881 
5882 #define R_BE_SS_CTRL 0xA310
5883 #define B_BE_SS_INIT_DONE BIT(31)
5884 #define B_BE_WDE_STA_DIS BIT(30)
5885 #define B_BE_WARM_INIT BIT(29)
5886 #define B_BE_BAND_TRIG_EN BIT(28)
5887 #define B_BE_RMAC_REQ_DIS BIT(27)
5888 #define B_BE_DLYTX_SEL_MASK GENMASK(25, 24)
5889 #define B_BE_WMM3_SWITCH_MASK GENMASK(23, 22)
5890 #define B_BE_WMM2_SWITCH_MASK GENMASK(21, 20)
5891 #define B_BE_WMM1_SWITCH_MASK GENMASK(19, 18)
5892 #define B_BE_WMM0_SWITCH_MASK GENMASK(17, 16)
5893 #define B_BE_STA_OPTION_CR BIT(15)
5894 #define B_BE_EMLSR_STA_EMPTY_EN BIT(11)
5895 #define B_BE_MLO_HW_CHGLINK_EN BIT(10)
5896 #define B_BE_BAND1_TRIG_EN BIT(9)
5897 #define B_BE_RMAC1_REQ_DIS BIT(8)
5898 #define B_BE_MRT_SRAM_EN BIT(7)
5899 #define B_BE_MRT_INIT_EN BIT(6)
5900 #define B_BE_AVG_LENG_EN BIT(5)
5901 #define B_BE_AVG_INIT_EN BIT(4)
5902 #define B_BE_LENG_INIT_EN BIT(2)
5903 #define B_BE_PMPA_INIT_EN BIT(1)
5904 #define B_BE_SS_EN BIT(0)
5905 
5906 #define R_BE_INTERRUPT_MASK_REG 0xA3F0
5907 #define B_BE_PLE_B_PKTID_ERR_IMR BIT(2)
5908 #define B_BE_RPT_TIMEOUT_IMR BIT(1)
5909 #define B_BE_SEARCH_TIMEOUT_IMR BIT(0)
5910 #define B_BE_INTERRUPT_MASK_REG_CLR (B_BE_SEARCH_TIMEOUT_IMR | \
5911 				     B_BE_RPT_TIMEOUT_IMR | \
5912 				     B_BE_PLE_B_PKTID_ERR_IMR)
5913 #define B_BE_INTERRUPT_MASK_REG_SET (B_BE_SEARCH_TIMEOUT_IMR | \
5914 				     B_BE_RPT_TIMEOUT_IMR | \
5915 				     B_BE_PLE_B_PKTID_ERR_IMR)
5916 
5917 #define R_BE_INTERRUPT_STS_REG 0xA3F4
5918 #define B_BE_PLE_B_PKTID_ERR_ISR BIT(2)
5919 #define B_BE_RPT_TIMEOUT_ISR BIT(1)
5920 #define B_BE_SEARCH_TIMEOUT_ISR BIT(0)
5921 
5922 #define R_BE_HAXI_INIT_CFG1 0xB000
5923 #define B_BE_CFG_WD_PERIOD_IDLE_MASK GENMASK(31, 28)
5924 #define B_BE_CFG_WD_PERIOD_ACTIVE_MASK GENMASK(27, 24)
5925 #define B_BE_EN_RO_IDX_UPD_BY_IO BIT(19)
5926 #define B_BE_RST_KEEP_REG BIT(18)
5927 #define B_BE_FLUSH_HAXI_MST BIT(17)
5928 #define B_BE_SET_BDRAM_BOUND BIT(16)
5929 #define B_BE_ADDRINFO_ALIGN4B_EN BIT(15)
5930 #define B_BE_RXBD_DONE_MODE_MASK GENMASK(14, 13)
5931 #define B_BE_RXQ_RXBD_MODE_MASK GENMASK(12, 11)
5932 #define B_BE_DMA_MODE_MASK GENMASK(10, 8)
5933 #define S_BE_DMA_MOD_PCIE_NO_DATA_CPU 0x0
5934 #define S_BE_DMA_MOD_PCIE_DATA_CPU 0x1
5935 #define S_BE_DMA_MOD_USB 0x4
5936 #define S_BE_DMA_MOD_SDIO 0x6
5937 #define B_BE_STOP_AXI_MST BIT(7)
5938 #define B_BE_RXDMA_ALIGN64B_EN BIT(6)
5939 #define B_BE_RXDMA_EN BIT(5)
5940 #define B_BE_TXDMA_EN BIT(4)
5941 #define B_BE_MAX_RXDMA_MASK GENMASK(3, 2)
5942 #define B_BE_MAX_TXDMA_MASK GENMASK(1, 0)
5943 
5944 #define R_BE_HAXI_DMA_STOP1 0xB010
5945 #define B_BE_STOP_WPDMA BIT(31)
5946 #define B_BE_STOP_CH14 BIT(14)
5947 #define B_BE_STOP_CH13 BIT(13)
5948 #define B_BE_STOP_CH12 BIT(12)
5949 #define B_BE_STOP_CH11 BIT(11)
5950 #define B_BE_STOP_CH10 BIT(10)
5951 #define B_BE_STOP_CH9 BIT(9)
5952 #define B_BE_STOP_CH8 BIT(8)
5953 #define B_BE_STOP_CH7 BIT(7)
5954 #define B_BE_STOP_CH6 BIT(6)
5955 #define B_BE_STOP_CH5 BIT(5)
5956 #define B_BE_STOP_CH4 BIT(4)
5957 #define B_BE_STOP_CH3 BIT(3)
5958 #define B_BE_STOP_CH2 BIT(2)
5959 #define B_BE_STOP_CH1 BIT(1)
5960 #define B_BE_STOP_CH0 BIT(0)
5961 
5962 #define R_BE_HAXI_MST_WDT_TIMEOUT_SEL_V1 0xB02C
5963 #define B_BE_HAXI_MST_WDT_TIMEOUT_SEL_MASK GENMASK(4, 0)
5964 
5965 #define R_BE_HAXI_IDCT_MSK 0xB0B8
5966 #define B_BE_HAXI_RRESP_ERR_IDCT_MSK BIT(7)
5967 #define B_BE_HAXI_BRESP_ERR_IDCT_MSK BIT(6)
5968 #define B_BE_RXDMA_ERR_FLAG_IDCT_MSK BIT(5)
5969 #define B_BE_SET_FC_ERROR_FLAG_IDCT_MSK BIT(4)
5970 #define B_BE_TXBD_LEN0_ERR_IDCT_MSK BIT(3)
5971 #define B_BE_TXBD_4KBOUND_ERR_IDCT_MSK BIT(2)
5972 #define B_BE_RXMDA_STUCK_IDCT_MSK BIT(1)
5973 #define B_BE_TXMDA_STUCK_IDCT_MSK BIT(0)
5974 #define B_BE_HAXI_IDCT_MSK_CLR (B_BE_TXMDA_STUCK_IDCT_MSK | \
5975 				B_BE_RXMDA_STUCK_IDCT_MSK | \
5976 				B_BE_TXBD_LEN0_ERR_IDCT_MSK | \
5977 				B_BE_SET_FC_ERROR_FLAG_IDCT_MSK | \
5978 				B_BE_RXDMA_ERR_FLAG_IDCT_MSK | \
5979 				B_BE_HAXI_BRESP_ERR_IDCT_MSK | \
5980 				B_BE_HAXI_RRESP_ERR_IDCT_MSK)
5981 #define B_BE_HAXI_IDCT_MSK_SET (B_BE_TXMDA_STUCK_IDCT_MSK | \
5982 				B_BE_RXMDA_STUCK_IDCT_MSK | \
5983 				B_BE_TXBD_LEN0_ERR_IDCT_MSK | \
5984 				B_BE_SET_FC_ERROR_FLAG_IDCT_MSK | \
5985 				B_BE_RXDMA_ERR_FLAG_IDCT_MSK | \
5986 				B_BE_HAXI_BRESP_ERR_IDCT_MSK | \
5987 				B_BE_HAXI_RRESP_ERR_IDCT_MSK)
5988 
5989 #define R_BE_HAXI_IDCT 0xB0BC
5990 #define B_BE_HAXI_RRESP_ERR_IDCT BIT(7)
5991 #define B_BE_HAXI_BRESP_ERR_IDCT BIT(6)
5992 #define B_BE_RXDMA_ERR_FLAG_IDCT BIT(5)
5993 #define B_BE_SET_FC_ERROR_FLAG_IDCT BIT(4)
5994 #define B_BE__TXBD_LEN0_ERR_IDCT BIT(3)
5995 #define B_BE__TXBD_4KBOUND_ERR_IDCT BIT(2)
5996 #define B_BE_RXMDA_STUCK_IDCT BIT(1)
5997 #define B_BE_TXMDA_STUCK_IDCT BIT(0)
5998 
5999 #define R_BE_HCI_FC_CTRL 0xB700
6000 #define B_BE_WD_PAGE_MODE_MASK GENMASK(17, 16)
6001 #define B_BE_HCI_FC_CH14_FULL_COND_MASK GENMASK(15, 14)
6002 #define B_BE_HCI_FC_TWD_FULL_COND_MASK GENMASK(13, 12)
6003 #define B_BE_HCI_FC_CH12_FULL_COND_MASK GENMASK(11, 10)
6004 #define B_BE_HCI_FC_WP_CH811_FULL_COND_MASK GENMASK(9, 8)
6005 #define B_BE_HCI_FC_WP_CH07_FULL_COND_MASK GENMASK(7, 6)
6006 #define B_BE_HCI_FC_WD_FULL_COND_MASK GENMASK(5, 4)
6007 #define B_BE_HCI_FC_CH12_EN BIT(3)
6008 #define B_BE_HCI_FC_MODE_MASK GENMASK(2, 1)
6009 #define B_BE_HCI_FC_EN BIT(0)
6010 
6011 #define R_BE_CH_PAGE_CTRL 0xB704
6012 #define B_BE_PREC_PAGE_CH12_V1_MASK GENMASK(21, 16)
6013 #define B_BE_PREC_PAGE_CH011_V1_MASK GENMASK(5, 0)
6014 
6015 #define R_BE_CH0_PAGE_CTRL 0xB718
6016 #define B_BE_CH0_GRP BIT(31)
6017 #define B_BE_CH0_MAX_PG_MASK GENMASK(28, 16)
6018 #define B_BE_CH0_MIN_PG_MASK GENMASK(12, 0)
6019 
6020 #define R_BE_CH0_PAGE_INFO 0xB750
6021 #define B_BE_CH0_AVAL_PG_MASK GENMASK(28, 16)
6022 #define B_BE_CH0_USE_PG_MASK GENMASK(12, 0)
6023 
6024 #define R_BE_PUB_PAGE_INFO3 0xB78C
6025 #define B_BE_G1_AVAL_PG_MASK GENMASK(28, 16)
6026 #define B_BE_G0_AVAL_PG_MASK GENMASK(12, 0)
6027 
6028 #define R_BE_PUB_PAGE_CTRL1 0xB790
6029 #define B_BE_PUBPG_G1_MASK GENMASK(28, 16)
6030 #define B_BE_PUBPG_G0_MASK GENMASK(12, 0)
6031 
6032 #define R_BE_PUB_PAGE_CTRL2 0xB794
6033 #define B_BE_PUBPG_ALL_MASK GENMASK(12, 0)
6034 
6035 #define R_BE_PUB_PAGE_INFO1 0xB79C
6036 #define B_BE_G1_USE_PG_MASK GENMASK(28, 16)
6037 #define B_BE_G0_USE_PG_MASK GENMASK(12, 0)
6038 
6039 #define R_BE_PUB_PAGE_INFO2 0xB7A0
6040 #define B_BE_PUB_AVAL_PG_MASK GENMASK(12, 0)
6041 
6042 #define R_BE_WP_PAGE_CTRL1 0xB7A4
6043 #define B_BE_PREC_PAGE_WP_CH811_MASK GENMASK(24, 16)
6044 #define B_BE_PREC_PAGE_WP_CH07_MASK GENMASK(8, 0)
6045 
6046 #define R_BE_WP_PAGE_CTRL2 0xB7A8
6047 #define B_BE_WP_THRD_MASK GENMASK(12, 0)
6048 
6049 #define R_BE_WP_PAGE_INFO1 0xB7AC
6050 #define B_BE_WP_AVAL_PG_MASK GENMASK(28, 16)
6051 
6052 #define R_BE_LTPC_T0_PATH0 0xBA28
6053 #define R_BE_LTPC_T0_PATH1 0xBB28
6054 
6055 #define R_BE_CMAC_SHARE_FUNC_EN 0x0E000
6056 #define B_BE_CMAC_SHARE_CRPRT BIT(31)
6057 #define B_BE_CMAC_SHARE_EN BIT(30)
6058 #define B_BE_FORCE_BTCOEX_REG_GCKEN BIT(24)
6059 #define B_BE_FORCE_CMAC_SHARE_COMMON_REG_GCKEN BIT(16)
6060 #define B_BE_FORCE_CMAC_SHARE_REG_GCKEN BIT(15)
6061 #define B_BE_RESPBA_EN BIT(2)
6062 #define B_BE_ADDRSRCH_EN BIT(1)
6063 #define B_BE_BTCOEX_EN BIT(0)
6064 
6065 #define R_BE_CMAC_SHARE_ACQCHK_CFG_0 0x0E010
6066 #define B_BE_ACQCHK_ERR_FLAG_MASK GENMASK(31, 24)
6067 #define B_BE_R_ACQCHK_ENTRY_IDX_SEL_MASK GENMASK(7, 4)
6068 #define B_BE_MACID_ACQ_GRP1_CLR_P BIT(3)
6069 #define B_BE_MACID_ACQ_GRP0_CLR_P BIT(2)
6070 #define B_BE_R_MACID_ACQ_CHK_EN BIT(0)
6071 
6072 #define R_BE_BT_BREAK_TABLE 0x0E344
6073 
6074 #define R_BE_GNT_SW_CTRL 0x0E348
6075 #define B_BE_WL_ACT2_VAL BIT(25)
6076 #define B_BE_WL_ACT2_SWCTRL BIT(24)
6077 #define B_BE_WL_ACT_VAL BIT(23)
6078 #define B_BE_WL_ACT_SWCTRL BIT(22)
6079 #define B_BE_GNT_BT_RX_BB1_VAL BIT(21)
6080 #define B_BE_GNT_BT_RX_BB1_SWCTRL BIT(20)
6081 #define B_BE_GNT_BT_TX_BB1_VAL BIT(19)
6082 #define B_BE_GNT_BT_TX_BB1_SWCTRL BIT(18)
6083 #define B_BE_GNT_BT_RX_BB0_VAL BIT(17)
6084 #define B_BE_GNT_BT_RX_BB0_SWCTRL BIT(16)
6085 #define B_BE_GNT_BT_TX_BB0_VAL BIT(15)
6086 #define B_BE_GNT_BT_TX_BB0_SWCTRL BIT(14)
6087 #define B_BE_GNT_WL_RX_VAL BIT(13)
6088 #define B_BE_GNT_WL_RX_SWCTRL BIT(12)
6089 #define B_BE_GNT_WL_TX_VAL BIT(11)
6090 #define B_BE_GNT_WL_TX_SWCTRL BIT(10)
6091 #define B_BE_GNT_BT_BB1_VAL BIT(9)
6092 #define B_BE_GNT_BT_BB1_SWCTRL BIT(8)
6093 #define B_BE_GNT_WL_BB1_VAL BIT(7)
6094 #define B_BE_GNT_WL_BB1_SWCTRL BIT(6)
6095 #define B_BE_GNT_BT_BB0_VAL BIT(5)
6096 #define B_BE_GNT_BT_BB0_SWCTRL BIT(4)
6097 #define B_BE_GNT_WL_BB0_VAL BIT(3)
6098 #define B_BE_GNT_WL_BB0_SWCTRL BIT(2)
6099 #define B_BE_GNT_WL_BB_PWR_VAL BIT(1)
6100 #define B_BE_GNT_WL_BB_PWR_SWCTRL BIT(0)
6101 
6102 #define R_BE_PWR_MACID_PATH_BASE 0x0E500
6103 #define R_BE_PWR_MACID_LMT_BASE 0x0ED00
6104 
6105 #define R_BE_CMAC_FUNC_EN 0x10000
6106 #define R_BE_CMAC_FUNC_EN_C1 0x14000
6107 #define B_BE_CMAC_CRPRT BIT(31)
6108 #define B_BE_CMAC_EN BIT(30)
6109 #define B_BE_CMAC_TXEN BIT(29)
6110 #define B_BE_CMAC_RXEN BIT(28)
6111 #define B_BE_FORCE_RESP_PKTCTL_GCKEN BIT(26)
6112 #define B_BE_FORCE_SIGB_REG_GCKEN BIT(25)
6113 #define B_BE_FORCE_POWER_REG_GCKEN BIT(23)
6114 #define B_BE_FORCE_RMAC_REG_GCKEN BIT(22)
6115 #define B_BE_FORCE_TRXPTCL_REG_GCKEN BIT(21)
6116 #define B_BE_FORCE_TMAC_REG_GCKEN BIT(20)
6117 #define B_BE_FORCE_CMAC_DMA_REG_GCKEN BIT(19)
6118 #define B_BE_FORCE_PTCL_REG_GCKEN BIT(18)
6119 #define B_BE_FORCE_SCHEDULER_RREG_GCKEN BIT(17)
6120 #define B_BE_FORCE_CMAC_COMMON_REG_GCKEN BIT(16)
6121 #define B_BE_FORCE_CMACREG_GCKEN BIT(15)
6122 #define B_BE_TXTIME_EN BIT(8)
6123 #define B_BE_RESP_PKTCTL_EN BIT(7)
6124 #define B_BE_SIGB_EN BIT(6)
6125 #define B_BE_PHYINTF_EN BIT(5)
6126 #define B_BE_CMAC_DMA_EN BIT(4)
6127 #define B_BE_PTCLTOP_EN BIT(3)
6128 #define B_BE_SCHEDULER_EN BIT(2)
6129 #define B_BE_TMAC_EN BIT(1)
6130 #define B_BE_RMAC_EN BIT(0)
6131 #define B_BE_CMAC_FUNC_EN_SET (B_BE_CMAC_EN | B_BE_CMAC_TXEN | B_BE_CMAC_RXEN | \
6132 			       B_BE_PHYINTF_EN | B_BE_CMAC_DMA_EN | B_BE_PTCLTOP_EN | \
6133 			       B_BE_SCHEDULER_EN | B_BE_TMAC_EN | B_BE_RMAC_EN | \
6134 			       B_BE_CMAC_CRPRT | B_BE_TXTIME_EN | B_BE_RESP_PKTCTL_EN | \
6135 			       B_BE_SIGB_EN)
6136 
6137 #define R_BE_CK_EN 0x10004
6138 #define R_BE_CK_EN_C1 0x14004
6139 #define B_BE_CMAC_CKEN BIT(30)
6140 #define B_BE_BCN_P1_P4_CKEN BIT(15)
6141 #define B_BE_BCN_P0MB1_15_CKEN BIT(14)
6142 #define B_BE_TXTIME_CKEN BIT(8)
6143 #define B_BE_RESP_PKTCTL_CKEN BIT(7)
6144 #define B_BE_SIGB_CKEN BIT(6)
6145 #define B_BE_PHYINTF_CKEN BIT(5)
6146 #define B_BE_CMAC_DMA_CKEN BIT(4)
6147 #define B_BE_PTCLTOP_CKEN BIT(3)
6148 #define B_BE_SCHEDULER_CKEN BIT(2)
6149 #define B_BE_TMAC_CKEN BIT(1)
6150 #define B_BE_RMAC_CKEN BIT(0)
6151 #define B_BE_CK_EN_SET (B_BE_CMAC_CKEN | B_BE_PHYINTF_CKEN | B_BE_CMAC_DMA_CKEN | \
6152 			B_BE_PTCLTOP_CKEN | B_BE_SCHEDULER_CKEN | B_BE_TMAC_CKEN | \
6153 			B_BE_RMAC_CKEN | B_BE_TXTIME_CKEN | B_BE_RESP_PKTCTL_CKEN | \
6154 			B_BE_SIGB_CKEN)
6155 
6156 #define R_BE_WMAC_RFMOD 0x10010
6157 #define R_BE_WMAC_RFMOD_C1 0x14010
6158 #define B_BE_CMAC_ASSERTION BIT(31)
6159 #define B_BE_WMAC_RFMOD_MASK GENMASK(2, 0)
6160 #define BE_WMAC_RFMOD_20M 0
6161 #define BE_WMAC_RFMOD_40M 1
6162 #define BE_WMAC_RFMOD_80M 2
6163 #define BE_WMAC_RFMOD_160M 3
6164 #define BE_WMAC_RFMOD_320M 4
6165 
6166 #define R_BE_TX_SUB_BAND_VALUE 0x10088
6167 #define R_BE_TX_SUB_BAND_VALUE_C1 0x14088
6168 #define B_BE_PRI20_BITMAP_MASK GENMASK(31, 16)
6169 #define BE_PRI20_BITMAP_MAX 15
6170 #define B_BE_TXSB_160M_MASK GENMASK(15, 12)
6171 #define S_BE_TXSB_160M_0 0
6172 #define S_BE_TXSB_160M_1 1
6173 #define B_BE_TXSB_80M_MASK GENMASK(11, 8)
6174 #define S_BE_TXSB_80M_0 0
6175 #define S_BE_TXSB_80M_2 2
6176 #define S_BE_TXSB_80M_4 4
6177 #define B_BE_TXSB_40M_MASK GENMASK(7, 4)
6178 #define S_BE_TXSB_40M_0 0
6179 #define S_BE_TXSB_40M_1 1
6180 #define S_BE_TXSB_40M_4 4
6181 #define B_BE_TXSB_20M_MASK GENMASK(3, 0)
6182 #define S_BE_TXSB_20M_8 8
6183 #define S_BE_TXSB_20M_4 4
6184 #define S_BE_TXSB_20M_2 2
6185 
6186 #define R_BE_PTCL_RRSR0 0x1008C
6187 #define R_BE_PTCL_RRSR0_C1 0x1408C
6188 #define B_BE_RRSR_HE_MASK GENMASK(31, 24)
6189 #define B_BE_RRSR_VHT_MASK GENMASK(23, 16)
6190 #define B_BE_RRSR_HT_MASK GENMASK(15, 8)
6191 #define B_BE_RRSR_OFDM_MASK GENMASK(7, 0)
6192 
6193 #define R_BE_PTCL_RRSR1 0x10090
6194 #define R_BE_PTCL_RRSR1_C1 0x14090
6195 #define B_BE_RRSR_EHT_MASK GENMASK(23, 16)
6196 #define B_BE_RRSR_RATE_EN_MASK GENMASK(12, 8)
6197 #define B_BE_RSC_MASK GENMASK(7, 6)
6198 #define B_BE_RRSR_CCK_MASK GENMASK(3, 0)
6199 
6200 #define R_BE_CMAC_ERR_IMR 0x10160
6201 #define R_BE_CMAC_ERR_IMR_C1 0x14160
6202 #define B_BE_CMAC_FW_ERR_IDCT_EN BIT(16)
6203 #define B_BE_PTCL_TX_IDLETO_IDCT_EN BIT(9)
6204 #define B_BE_WMAC_RX_IDLETO_IDCT_EN BIT(8)
6205 #define B_BE_WMAC_TX_ERR_IND_EN BIT(7)
6206 #define B_BE_WMAC_RX_ERR_IND_EN BIT(6)
6207 #define B_BE_TXPWR_CTRL_ERR_IND_EN BIT(5)
6208 #define B_BE_PHYINTF_ERR_IND_EN BIT(4)
6209 #define B_BE_DMA_TOP_ERR_IND_EN BIT(3)
6210 #define B_BE_RESP_PKTCTL_ERR_IND_EN BIT(2)
6211 #define B_BE_PTCL_TOP_ERR_IND_EN BIT(1)
6212 #define B_BE_SCHEDULE_TOP_ERR_IND_EN BIT(0)
6213 
6214 #define R_BE_CMAC_ERR_ISR 0x10164
6215 #define R_BE_CMAC_ERR_ISR_C1 0x14164
6216 #define B_BE_CMAC_FW_ERR_IDCT BIT(16)
6217 #define B_BE_PTCL_TX_IDLETO_IDCT BIT(9)
6218 #define B_BE_WMAC_RX_IDLETO_IDCT BIT(8)
6219 #define B_BE_WMAC_TX_ERR_IND BIT(7)
6220 #define B_BE_WMAC_RX_ERR_IND BIT(6)
6221 #define B_BE_TXPWR_CTRL_ERR_IND BIT(5)
6222 #define B_BE_PHYINTF_ERR_IND BIT(4)
6223 #define B_BE_DMA_TOP_ERR_IND BIT(3)
6224 #define B_BE_RESP_PKTCTL_ERR_IDCT BIT(2)
6225 #define B_BE_PTCL_TOP_ERR_IND BIT(1)
6226 #define B_BE_SCHEDULE_TOP_ERR_IND BIT(0)
6227 
6228 #define R_BE_SER_L0_DBG_CNT 0x10170
6229 #define R_BE_SER_L0_DBG_CNT_C1 0x14170
6230 #define B_BE_SER_L0_PHYINTF_CNT_MASK GENMASK(31, 24)
6231 #define B_BE_SER_L0_DMA_CNT_MASK GENMASK(23, 16)
6232 #define B_BE_SER_L0_PTCL_CNT_MASK GENMASK(15, 8)
6233 #define B_BE_SER_L0_SCH_CNT_MASK GENMASK(7, 0)
6234 
6235 #define R_BE_SER_L0_DBG_CNT1 0x10174
6236 #define R_BE_SER_L0_DBG_CNT1_C1 0x14174
6237 #define B_BE_SER_L0_TMAC_COUNTER_MASK GENMASK(23, 16)
6238 #define B_BE_SER_L0_RMAC_COUNTER_MASK GENMASK(15, 8)
6239 #define B_BE_SER_L0_TXPWR_COUNTER_MASK GENMASK(7, 0)
6240 
6241 #define R_BE_SER_L0_DBG_CNT2 0x10178
6242 #define R_BE_SER_L0_DBG_CNT2_C1 0x14178
6243 
6244 #define R_BE_SER_L0_DBG_CNT3 0x1017C
6245 #define R_BE_SER_L0_DBG_CNT3_C1 0x1417C
6246 #define B_BE_SER_L0_SUBMODULE_BIT31_CNT BIT(31)
6247 #define B_BE_SER_L0_SUBMODULE_BIT30_CNT BIT(30)
6248 #define B_BE_SER_L0_SUBMODULE_BIT29_CNT BIT(29)
6249 #define B_BE_SER_L0_SUBMODULE_BIT28_CNT BIT(28)
6250 #define B_BE_SER_L0_SUBMODULE_BIT27_CNT BIT(27)
6251 #define B_BE_SER_L0_SUBMODULE_BIT26_CNT BIT(26)
6252 #define B_BE_SER_L0_SUBMODULE_BIT25_CNT BIT(25)
6253 #define B_BE_SER_L0_SUBMODULE_BIT24_CNT BIT(24)
6254 #define B_BE_SER_L0_SUBMODULE_BIT23_CNT BIT(23)
6255 #define B_BE_SER_L0_SUBMODULE_BIT22_CNT BIT(22)
6256 #define B_BE_SER_L0_SUBMODULE_BIT21_CNT BIT(21)
6257 #define B_BE_SER_L0_SUBMODULE_BIT20_CNT BIT(20)
6258 #define B_BE_SER_L0_SUBMODULE_BIT19_CNT BIT(19)
6259 #define B_BE_SER_L0_SUBMODULE_BIT18_CNT BIT(18)
6260 #define B_BE_SER_L0_SUBMODULE_BIT17_CNT BIT(17)
6261 #define B_BE_SER_L0_SUBMODULE_BIT16_CNT BIT(16)
6262 #define B_BE_SER_L0_SUBMODULE_BIT15_CNT BIT(15)
6263 #define B_BE_SER_L0_SUBMODULE_BIT14_CNT BIT(14)
6264 #define B_BE_SER_L0_SUBMODULE_BIT13_CNT BIT(13)
6265 #define B_BE_SER_L0_SUBMODULE_BIT12_CNT BIT(12)
6266 #define B_BE_SER_L0_SUBMODULE_BIT11_CNT BIT(11)
6267 #define B_BE_SER_L0_SUBMODULE_BIT10_CNT BIT(10)
6268 #define B_BE_SER_L0_SUBMODULE_BIT9_CNT BIT(9)
6269 #define B_BE_SER_L0_SUBMODULE_BIT8_CNT BIT(8)
6270 #define B_BE_SER_L0_SUBMODULE_BIT7_CNT BIT(7)
6271 #define B_BE_SER_L0_SUBMODULE_BIT6_CNT BIT(6)
6272 #define B_BE_SER_L0_SUBMODULE_BIT5_CNT BIT(5)
6273 #define B_BE_SER_L0_SUBMODULE_BIT4_CNT BIT(4)
6274 #define B_BE_SER_L0_SUBMODULE_BIT3_CNT BIT(3)
6275 #define B_BE_SER_L0_SUBMODULE_BIT2_CNT BIT(2)
6276 #define B_BE_SER_L0_SUBMODULE_BIT1_CNT BIT(1)
6277 #define B_BE_SER_L0_SUBMODULE_BIT0_CNT BIT(0)
6278 
6279 #define R_BE_PORT_0_TSF_SYNC 0x102A0
6280 #define R_BE_PORT_0_TSF_SYNC_C1 0x142A0
6281 #define B_BE_P0_SYNC_NOW_P BIT(30)
6282 #define B_BE_P0_SYNC_ONCE_P BIT(29)
6283 #define B_BE_P0_AUTO_SYNC BIT(28)
6284 #define B_BE_P0_SYNC_PORT_SRC_SEL_MASK GENMASK(26, 24)
6285 #define B_BE_P0_TSFTR_SYNC_OFFSET_MASK GENMASK(18, 0)
6286 
6287 #define R_BE_EDCA_BCNQ_PARAM 0x10324
6288 #define R_BE_EDCA_BCNQ_PARAM_C1 0x14324
6289 #define B_BE_BCNQ_CW_MASK GENMASK(31, 24)
6290 #define B_BE_BCNQ_AIFS_MASK GENMASK(23, 16)
6291 #define BCN_IFS_25US 0x19
6292 #define B_BE_PIFS_MASK GENMASK(15, 8)
6293 #define B_BE_FORCE_BCN_IFS_MASK GENMASK(7, 0)
6294 
6295 #define R_BE_PREBKF_CFG_0 0x10338
6296 #define R_BE_PREBKF_CFG_0_C1 0x14338
6297 #define B_BE_100NS_TIME_MASK GENMASK(28, 24)
6298 #define B_BE_RX_AIR_END_TIME_MASK GENMASK(22, 16)
6299 #define B_BE_MACTX_LATENCY_MASK GENMASK(10, 8)
6300 #define B_BE_PREBKF_TIME_MASK GENMASK(4, 0)
6301 
6302 #define R_BE_PREBKF_CFG_1 0x1033C
6303 #define R_BE_PREBKF_CFG_1_C1 0x1433C
6304 #define B_BE_SIFS_TIMEOUT_TB_AGGR_MASK GENMASK(31, 24)
6305 #define B_BE_SIFS_PREBKF_MASK GENMASK(23, 16)
6306 #define B_BE_SIFS_TIMEOUT_T2_MASK GENMASK(14, 8)
6307 #define B_BE_SIFS_MACTXEN_T1_MASK GENMASK(6, 0)
6308 
6309 #define R_BE_CCA_CFG_0 0x10340
6310 #define R_BE_CCA_CFG_0_C1 0x14340
6311 #define B_BE_R_SIFS_AGGR_TIME_V1_MASK GENMASK(31, 24)
6312 #define B_BE_EDCCA_SEC160_EN BIT(23)
6313 #define B_BE_EDCCA_SEC80_EN BIT(22)
6314 #define B_BE_EDCCA_SEC40_EN BIT(21)
6315 #define B_BE_EDCCA_SEC20_EN BIT(20)
6316 #define B_BE_SEC160_EN BIT(19)
6317 #define B_BE_CCA_BITMAP_EN BIT(18)
6318 #define B_BE_TXPKTCTL_RST_EDCA_EN BIT(17)
6319 #define B_BE_WMAC_RST_EDCA_EN BIT(16)
6320 #define B_BE_TXFAIL_BRK_TXOP_EN BIT(11)
6321 #define B_BE_EDCCA_PER20_BITMAP_SIFS_EN BIT(10)
6322 #define B_BE_NO_GNT_WL_BRK_TXOP_EN BIT(9)
6323 #define B_BE_NAV_BRK_TXOP_EN BIT(8)
6324 #define B_BE_TX_NAV_EN BIT(7)
6325 #define B_BE_BCN_IGNORE_EDCCA BIT(6)
6326 #define B_BE_NO_GNT_WL_EN BIT(5)
6327 #define B_BE_EDCCA_EN BIT(4)
6328 #define B_BE_SEC80_EN BIT(3)
6329 #define B_BE_SEC40_EN BIT(2)
6330 #define B_BE_SEC20_EN BIT(1)
6331 #define B_BE_CCA_EN BIT(0)
6332 
6333 #define R_BE_CTN_CFG_0 0x1034C
6334 #define R_BE_CTN_CFG_0_C1 0x1434C
6335 #define B_BE_OTHER_LINK_BKF_BLK_TX_THD_MASK GENMASK(30, 24)
6336 #define B_BE_CCK_SIFS_COMP_MASK GENMASK(22, 16)
6337 #define B_BE_PIFS_TIMEUNIT_MASK GENMASK(15, 14)
6338 #define B_BE_PREBKF_TIME_NONAC_MASK GENMASK(12, 8)
6339 #define B_BE_SR_TX_EN BIT(2)
6340 #define B_BE_NAV_BLK_MGQ BIT(1)
6341 #define B_BE_NAV_BLK_HGQ BIT(0)
6342 
6343 #define R_BE_MUEDCA_BE_PARAM_0 0x10350
6344 #define R_BE_MUEDCA_BK_PARAM_0 0x10354
6345 #define R_BE_MUEDCA_VI_PARAM_0 0x10358
6346 #define R_BE_MUEDCA_VO_PARAM_0 0x1035C
6347 
6348 #define R_BE_MUEDCA_EN 0x10370
6349 #define R_BE_MUEDCA_EN_C1 0x14370
6350 #define B_BE_SIFS_TIMEOUT_TB_T2_MASK GENMASK(30, 24)
6351 #define B_BE_SIFS_MACTXEN_TB_T1_MASK GENMASK(22, 16)
6352 #define B_BE_MUEDCA_WMM_SEL BIT(8)
6353 #define B_BE_SET_MUEDCATIMER_TF_MASK GENMASK(5, 4)
6354 #define B_BE_SET_MUEDCATIMER_TF_0 BIT(4)
6355 #define B_BE_MUEDCA_EN_MASK GENMASK(1, 0)
6356 #define B_BE_MUEDCA_EN_0 BIT(0)
6357 
6358 #define R_BE_CTN_DRV_TXEN 0x10398
6359 #define R_BE_CTN_DRV_TXEN_C1 0x14398
6360 #define B_BE_CTN_TXEN_TWT_3 BIT(17)
6361 #define B_BE_CTN_TXEN_TWT_2 BIT(16)
6362 #define B_BE_CTN_TXEN_TWT_1 BIT(15)
6363 #define B_BE_CTN_TXEN_TWT_0 BIT(14)
6364 #define B_BE_CTN_TXEN_ULQ BIT(13)
6365 #define B_BE_CTN_TXEN_BCNQ BIT(12)
6366 #define B_BE_CTN_TXEN_HGQ BIT(11)
6367 #define B_BE_CTN_TXEN_CPUMGQ BIT(10)
6368 #define B_BE_CTN_TXEN_MGQ1 BIT(9)
6369 #define B_BE_CTN_TXEN_MGQ BIT(8)
6370 #define B_BE_CTN_TXEN_VO_1 BIT(7)
6371 #define B_BE_CTN_TXEN_VI_1 BIT(6)
6372 #define B_BE_CTN_TXEN_BK_1 BIT(5)
6373 #define B_BE_CTN_TXEN_BE_1 BIT(4)
6374 #define B_BE_CTN_TXEN_VO_0 BIT(3)
6375 #define B_BE_CTN_TXEN_VI_0 BIT(2)
6376 #define B_BE_CTN_TXEN_BK_0 BIT(1)
6377 #define B_BE_CTN_TXEN_BE_0 BIT(0)
6378 #define B_BE_CTN_TXEN_ALL_MASK GENMASK(17, 0)
6379 
6380 #define R_BE_TB_CHK_CCA_NAV 0x103AC
6381 #define R_BE_TB_CHK_CCA_NAV_C1 0x143AC
6382 #define B_BE_TB_CHK_TX_NAV BIT(15)
6383 #define B_BE_TB_CHK_INTRA_NAV BIT(14)
6384 #define B_BE_TB_CHK_BASIC_NAV BIT(13)
6385 #define B_BE_TB_CHK_NO_GNT_WL BIT(12)
6386 #define B_BE_TB_CHK_EDCCA_S160 BIT(11)
6387 #define B_BE_TB_CHK_EDCCA_S80 BIT(10)
6388 #define B_BE_TB_CHK_EDCCA_S40 BIT(9)
6389 #define B_BE_TB_CHK_EDCCA_S20 BIT(8)
6390 #define B_BE_TB_CHK_CCA_S160 BIT(7)
6391 #define B_BE_TB_CHK_CCA_S80 BIT(6)
6392 #define B_BE_TB_CHK_CCA_S40 BIT(5)
6393 #define B_BE_TB_CHK_CCA_S20 BIT(4)
6394 #define B_BE_TB_CHK_EDCCA_BITMAP BIT(3)
6395 #define B_BE_TB_CHK_CCA_BITMAP BIT(2)
6396 #define B_BE_TB_CHK_EDCCA_P20 BIT(1)
6397 #define B_BE_TB_CHK_CCA_P20 BIT(0)
6398 
6399 #define R_BE_HE_SIFS_CHK_CCA_NAV 0x103B4
6400 #define R_BE_HE_SIFS_CHK_CCA_NAV_C1 0x143B4
6401 #define B_BE_HE_SIFS_CHK_TX_NAV BIT(15)
6402 #define B_BE_HE_SIFS_CHK_INTRA_NAV BIT(14)
6403 #define B_BE_HE_SIFS_CHK_BASIC_NAV BIT(13)
6404 #define B_BE_HE_SIFS_CHK_NO_GNT_WL BIT(12)
6405 #define B_BE_HE_SIFS_CHK_EDCCA_S160 BIT(11)
6406 #define B_BE_HE_SIFS_CHK_EDCCA_S80 BIT(10)
6407 #define B_BE_HE_SIFS_CHK_EDCCA_S40 BIT(9)
6408 #define B_BE_HE_SIFS_CHK_EDCCA_S20 BIT(8)
6409 #define B_BE_HE_SIFS_CHK_CCA_S160 BIT(7)
6410 #define B_BE_HE_SIFS_CHK_CCA_S80 BIT(6)
6411 #define B_BE_HE_SIFS_CHK_CCA_S40 BIT(5)
6412 #define B_BE_HE_SIFS_CHK_CCA_S20 BIT(4)
6413 #define B_BE_HE_SIFS_CHK_EDCCA_BITMAP BIT(3)
6414 #define B_BE_HE_SIFS_CHK_CCA_BITMAP BIT(2)
6415 #define B_BE_HE_SIFS_CHK_EDCCA_P20 BIT(1)
6416 #define B_BE_HE_SIFS_CHK_CCA_P20 BIT(0)
6417 
6418 #define R_BE_HE_CTN_CHK_CCA_NAV 0x103C4
6419 #define R_BE_HE_CTN_CHK_CCA_NAV_C1 0x143C4
6420 #define B_BE_HE_CTN_CHK_TX_NAV BIT(15)
6421 #define B_BE_HE_CTN_CHK_INTRA_NAV BIT(14)
6422 #define B_BE_HE_CTN_CHK_BASIC_NAV BIT(13)
6423 #define B_BE_HE_CTN_CHK_NO_GNT_WL BIT(12)
6424 #define B_BE_HE_CTN_CHK_EDCCA_S160 BIT(11)
6425 #define B_BE_HE_CTN_CHK_EDCCA_S80 BIT(10)
6426 #define B_BE_HE_CTN_CHK_EDCCA_S40 BIT(9)
6427 #define B_BE_HE_CTN_CHK_EDCCA_S20 BIT(8)
6428 #define B_BE_HE_CTN_CHK_CCA_S160 BIT(7)
6429 #define B_BE_HE_CTN_CHK_CCA_S80 BIT(6)
6430 #define B_BE_HE_CTN_CHK_CCA_S40 BIT(5)
6431 #define B_BE_HE_CTN_CHK_CCA_S20 BIT(4)
6432 #define B_BE_HE_CTN_CHK_EDCCA_BITMAP BIT(3)
6433 #define B_BE_HE_CTN_CHK_CCA_BITMAP BIT(2)
6434 #define B_BE_HE_CTN_CHK_EDCCA_P20 BIT(1)
6435 #define B_BE_HE_CTN_CHK_CCA_P20 BIT(0)
6436 
6437 #define R_BE_SCHEDULE_ERR_IMR 0x103E8
6438 #define R_BE_SCHEDULE_ERR_IMR_C1 0x143E8
6439 #define B_BE_FSM_TIMEOUT_ERR_INT_EN BIT(0)
6440 #define B_BE_SCHEDULE_ERR_IMR_CLR B_BE_FSM_TIMEOUT_ERR_INT_EN
6441 #define B_BE_SCHEDULE_ERR_IMR_SET B_BE_FSM_TIMEOUT_ERR_INT_EN
6442 
6443 #define R_BE_SCHEDULE_ERR_ISR 0x103EC
6444 #define R_BE_SCHEDULE_ERR_ISR_C1 0x143EC
6445 #define B_BE_SORT_NON_IDLE_ERR_INT BIT(1)
6446 #define B_BE_FSM_TIMEOUT_ERR_INT BIT(0)
6447 
6448 #define R_BE_PORT_CFG_P0 0x10400
6449 #define R_BE_PORT_CFG_P0_C1 0x14400
6450 #define B_BE_BCN_ERLY_SORT_EN_P0 BIT(18)
6451 #define B_BE_PROHIB_END_CAL_EN_P0 BIT(17)
6452 #define B_BE_BRK_SETUP_P0 BIT(16)
6453 #define B_BE_TBTT_UPD_SHIFT_SEL_P0 BIT(15)
6454 #define B_BE_BCN_DROP_ALLOW_P0 BIT(14)
6455 #define B_BE_TBTT_PROHIB_EN_P0 BIT(13)
6456 #define B_BE_BCNTX_EN_P0 BIT(12)
6457 #define B_BE_NET_TYPE_P0_MASK GENMASK(11, 10)
6458 #define B_BE_BCN_FORCETX_EN_P0 BIT(9)
6459 #define B_BE_TXBCN_BTCCA_EN_P0 BIT(8)
6460 #define B_BE_BCNERR_CNT_EN_P0 BIT(7)
6461 #define B_BE_BCN_AGRES_P0 BIT(6)
6462 #define B_BE_TSFTR_RST_P0 BIT(5)
6463 #define B_BE_RX_BSSID_FIT_EN_P0 BIT(4)
6464 #define B_BE_TSF_UDT_EN_P0 BIT(3)
6465 #define B_BE_PORT_FUNC_EN_P0 BIT(2)
6466 #define B_BE_TXBCN_RPT_EN_P0 BIT(1)
6467 #define B_BE_RXBCN_RPT_EN_P0 BIT(0)
6468 
6469 #define R_BE_TBTT_PROHIB_P0 0x10404
6470 #define R_BE_TBTT_PROHIB_P0_C1 0x14404
6471 #define B_BE_TBTT_HOLD_P0_MASK GENMASK(27, 16)
6472 #define B_BE_TBTT_SETUP_P0_MASK GENMASK(7, 0)
6473 
6474 #define R_BE_BCN_AREA_P0 0x10408
6475 #define R_BE_BCN_AREA_P0_C1 0x14408
6476 #define B_BE_BCN_MSK_AREA_P0_MSK 0xfff
6477 #define B_BE_BCN_CTN_AREA_P0_MASK GENMASK(11, 0)
6478 
6479 #define R_BE_BCNERLYINT_CFG_P0 0x1040C
6480 #define R_BE_BCNERLYINT_CFG_P0_C1 0x1440C
6481 #define B_BE_BCNERLY_P0_MASK GENMASK(11, 0)
6482 
6483 #define R_BE_TBTTERLYINT_CFG_P0 0x1040E
6484 #define R_BE_TBTTERLYINT_CFG_P0_C1 0x1440E
6485 #define B_BE_TBTTERLY_P0_MASK GENMASK(11, 0)
6486 
6487 #define R_BE_TBTT_AGG_P0 0x10412
6488 #define R_BE_TBTT_AGG_P0_C1 0x14412
6489 #define B_BE_TBTT_AGG_NUM_P0_MASK GENMASK(15, 8)
6490 
6491 #define R_BE_BCN_SPACE_CFG_P0 0x10414
6492 #define R_BE_BCN_SPACE_CFG_P0_C1 0x14414
6493 #define B_BE_SUB_BCN_SPACE_P0_MASK GENMASK(23, 16)
6494 #define B_BE_BCN_SPACE_P0_MASK GENMASK(15, 0)
6495 
6496 #define R_BE_BCN_FORCETX_P0 0x10418
6497 #define R_BE_BCN_FORCETX_P0_C1 0x14418
6498 #define B_BE_FORCE_BCN_NUM_P0_MASK GENMASK(15, 8)
6499 #define B_BE_BCN_MAX_ERR_P0_MASK GENMASK(7, 0)
6500 
6501 #define R_BE_BCN_ERR_CNT_P0 0x10420
6502 #define R_BE_BCN_ERR_CNT_P0_C1 0x14420
6503 #define B_BE_BCN_ERR_CNT_SUM_P0_MASK GENMASK(31, 24)
6504 #define B_BE_BCN_ERR_CNT_NAV_P0_MASK GENMASK(23, 16)
6505 #define B_BE_BCN_ERR_CNT_EDCCA_P0_MASK GENMASK(15, 8)
6506 #define B_BE_BCN_ERR_CNT_CCA_P0_MASK GENMASK(7, 0)
6507 
6508 #define R_BE_BCN_ERR_FLAG_P0 0x10424
6509 #define R_BE_BCN_ERR_FLAG_P0_C1 0x14424
6510 #define B_BE_BCN_ERR_FLAG_SRCHEND_P0 BIT(3)
6511 #define B_BE_BCN_ERR_FLAG_INVALID_P0 BIT(2)
6512 #define B_BE_BCN_ERR_FLAG_CMP_P0 BIT(1)
6513 #define B_BE_BCN_ERR_FLAG_LOCK_P0 BIT(0)
6514 
6515 #define R_BE_DTIM_CTRL_P0 0x10426
6516 #define R_BE_DTIM_CTRL_P0_C1 0x14426
6517 #define B_BE_DTIM_NUM_P0_MASK GENMASK(15, 8)
6518 #define B_BE_DTIM_CURRCNT_P0_MASK GENMASK(7, 0)
6519 
6520 #define R_BE_TBTT_SHIFT_P0 0x10428
6521 #define R_BE_TBTT_SHIFT_P0_C1 0x14428
6522 #define B_BE_TBTT_SHIFT_OFST_P0_SH 0
6523 #define B_BE_TBTT_SHIFT_OFST_P0_MSK 0xfff
6524 
6525 #define R_BE_BCN_CNT_TMR_P0 0x10434
6526 #define R_BE_BCN_CNT_TMR_P0_C1 0x14434
6527 #define B_BE_BCN_CNT_TMR_P0_MASK GENMASK(31, 0)
6528 
6529 #define R_BE_TSFTR_LOW_P0 0x10438
6530 #define R_BE_TSFTR_LOW_P0_C1 0x14438
6531 #define B_BE_TSFTR_LOW_P0_MASK GENMASK(31, 0)
6532 
6533 #define R_BE_TSFTR_HIGH_P0 0x1043C
6534 #define R_BE_TSFTR_HIGH_P0_C1 0x1443C
6535 #define B_BE_TSFTR_HIGH_P0_MASK GENMASK(31, 0)
6536 
6537 #define R_BE_BCN_DROP_ALL0 0x10560
6538 
6539 #define R_BE_MBSSID_CTRL 0x10568
6540 #define R_BE_MBSSID_CTRL_C1 0x14568
6541 #define B_BE_MBSSID_MODE_SEL BIT(20)
6542 #define B_BE_P0MB_NUM_MASK GENMASK(19, 16)
6543 #define B_BE_P0MB15_EN BIT(15)
6544 #define B_BE_P0MB14_EN BIT(14)
6545 #define B_BE_P0MB13_EN BIT(13)
6546 #define B_BE_P0MB12_EN BIT(12)
6547 #define B_BE_P0MB11_EN BIT(11)
6548 #define B_BE_P0MB10_EN BIT(10)
6549 #define B_BE_P0MB9_EN BIT(9)
6550 #define B_BE_P0MB8_EN BIT(8)
6551 #define B_BE_P0MB7_EN BIT(7)
6552 #define B_BE_P0MB6_EN BIT(6)
6553 #define B_BE_P0MB5_EN BIT(5)
6554 #define B_BE_P0MB4_EN BIT(4)
6555 #define B_BE_P0MB3_EN BIT(3)
6556 #define B_BE_P0MB2_EN BIT(2)
6557 #define B_BE_P0MB1_EN BIT(1)
6558 
6559 #define R_BE_P0MB_HGQ_WINDOW_CFG_0 0x10590
6560 #define R_BE_P0MB_HGQ_WINDOW_CFG_0_C1 0x14590
6561 #define R_BE_PORT_HGQ_WINDOW_CFG 0x105A0
6562 #define R_BE_PORT_HGQ_WINDOW_CFG_C1 0x145A0
6563 
6564 #define R_BE_PTCL_COMMON_SETTING_0 0x10800
6565 #define R_BE_PTCL_COMMON_SETTING_0_C1 0x14800
6566 #define B_BE_PCIE_MODE_MASK GENMASK(15, 14)
6567 #define B_BE_CPUMGQ_LIFETIME_EN BIT(8)
6568 #define B_BE_MGQ_LIFETIME_EN BIT(7)
6569 #define B_BE_LIFETIME_EN BIT(6)
6570 #define B_BE_DIS_PTCL_CLK_GATING BIT(5)
6571 #define B_BE_PTCL_TRIGGER_SS_EN_UL BIT(4)
6572 #define B_BE_PTCL_TRIGGER_SS_EN_1 BIT(3)
6573 #define B_BE_PTCL_TRIGGER_SS_EN_0 BIT(2)
6574 #define B_BE_CMAC_TX_MODE_1 BIT(1)
6575 #define B_BE_CMAC_TX_MODE_0 BIT(0)
6576 
6577 #define R_BE_TB_PPDU_CTRL 0x1080C
6578 #define R_BE_TB_PPDU_CTRL_C1 0x1480C
6579 #define B_BE_TB_PPDU_BK_DIS BIT(15)
6580 #define B_BE_TB_PPDU_BE_DIS BIT(14)
6581 #define B_BE_TB_PPDU_VI_DIS BIT(13)
6582 #define B_BE_TB_PPDU_VO_DIS BIT(12)
6583 #define B_BE_QOSNULL_UPD_MUEDCA_EN BIT(3)
6584 #define B_BE_TB_BYPASS_TXPWR BIT(2)
6585 #define B_BE_SW_PREFER_AC_MASK GENMASK(1, 0)
6586 
6587 #define R_BE_AMPDU_AGG_LIMIT 0x10810
6588 #define R_BE_AMPDU_AGG_LIMIT_C1 0x14810
6589 #define B_BE_AMPDU_MAX_TIME_MASK GENMASK(31, 24)
6590 #define AMPDU_MAX_TIME 0x9E
6591 #define B_BE_RA_TRY_RATE_AGG_LMT_MASK GENMASK(23, 16)
6592 #define B_BE_RTS_MAX_AGG_NUM_MASK GENMASK(15, 8)
6593 #define B_BE_MAX_AGG_NUM_MASK GENMASK(7, 0)
6594 
6595 #define R_BE_AGG_LEN_HT_0 0x10814
6596 #define R_BE_AGG_LEN_HT_0_C1 0x14814
6597 #define B_BE_AMPDU_MAX_LEN_HT_MASK GENMASK(31, 16)
6598 #define B_BE_RTS_TXTIME_TH_MASK GENMASK(15, 8)
6599 #define B_BE_RTS_LEN_TH_MASK GENMASK(7, 0)
6600 
6601 #define R_BE_SIFS_SETTING 0x10824
6602 #define R_BE_SIFS_SETTING_C1 0x14824
6603 #define B_BE_HW_CTS2SELF_PKT_LEN_TH_MASK GENMASK(31, 24)
6604 #define B_BE_HW_CTS2SELF_PKT_LEN_TH_TWW_MASK GENMASK(23, 18)
6605 #define B_BE_HW_CTS2SELF_EN BIT(16)
6606 #define B_BE_SPEC_SIFS_OFDM_PTCL_MASK GENMASK(15, 8)
6607 #define B_BE_SPEC_SIFS_CCK_PTCL_MASK GENMASK(7, 0)
6608 
6609 #define R_BE_TXRATE_CHK 0x10828
6610 #define R_BE_TXRATE_CHK_C1 0x14828
6611 #define B_BE_LATENCY_PADDING_PKT_TH_MASK GENMASK(31, 24)
6612 #define B_BE_PLCP_FETCH_BUFF_MASK GENMASK(23, 16)
6613 #define B_BE_OFDM_CCK_ERR_PROC BIT(6)
6614 #define B_BE_PKT_LAST_TX BIT(5)
6615 #define B_BE_BAND_MODE BIT(4)
6616 #define B_BE_MAX_TXNSS_MASK GENMASK(3, 2)
6617 #define B_BE_RTS_LIMIT_IN_OFDM6 BIT(1)
6618 #define B_BE_CHECK_CCK_EN BIT(0)
6619 
6620 #define R_BE_MBSSID_DROP_0 0x1083C
6621 #define R_BE_MBSSID_DROP_0_C1 0x1483C
6622 #define B_BE_GI_LTF_FB_SEL BIT(30)
6623 #define B_BE_RATE_SEL_MASK GENMASK(29, 24)
6624 #define B_BE_PORT_DROP_4_0_MASK GENMASK(20, 16)
6625 #define B_BE_MBSSID_DROP_15_0_MASK GENMASK(15, 0)
6626 
6627 #define R_BE_BT_PLT 0x1087C
6628 #define R_BE_BT_PLT_C1 0x1487C
6629 #define B_BE_BT_PLT_PKT_CNT_MASK GENMASK(31, 16)
6630 #define B_BE_BT_PLT_RST BIT(9)
6631 #define B_BE_PLT_EN BIT(8)
6632 #define B_BE_RX_PLT_GNT_LTE_RX BIT(7)
6633 #define B_BE_RX_PLT_GNT_BT_RX BIT(6)
6634 #define B_BE_RX_PLT_GNT_BT_TX BIT(5)
6635 #define B_BE_RX_PLT_GNT_WL BIT(4)
6636 #define B_BE_TX_PLT_GNT_LTE_RX BIT(3)
6637 #define B_BE_TX_PLT_GNT_BT_RX BIT(2)
6638 #define B_BE_TX_PLT_GNT_BT_TX BIT(1)
6639 #define B_BE_TX_PLT_GNT_WL BIT(0)
6640 
6641 #define R_BE_PTCL_BSS_COLOR_0 0x108A0
6642 #define R_BE_PTCL_BSS_COLOR_0_C1 0x148A0
6643 #define B_BE_BSS_COLOB_BE_PORT_3_MASK GENMASK(29, 24)
6644 #define B_BE_BSS_COLOB_BE_PORT_2_MASK GENMASK(21, 16)
6645 #define B_BE_BSS_COLOB_BE_PORT_1_MASK GENMASK(13, 8)
6646 #define B_BE_BSS_COLOB_BE_PORT_0_MASK GENMASK(5, 0)
6647 
6648 #define R_BE_PTCL_BSS_COLOR_1 0x108A4
6649 #define R_BE_PTCL_BSS_COLOR_1_C1 0x148A4
6650 #define B_BE_BSS_COLOB_BE_PORT_4_MASK GENMASK(5, 0)
6651 
6652 #define R_BE_PTCL_IMR_2 0x108B8
6653 #define R_BE_PTCL_IMR_2_C1 0x148B8
6654 #define B_BE_NO_TRX_TIMEOUT_IMR BIT(1)
6655 #define B_BE_TX_IDLE_TIMEOUT_IMR BIT(0)
6656 #define B_BE_PTCL_IMR_2_CLR B_BE_TX_IDLE_TIMEOUT_IMR
6657 #define B_BE_PTCL_IMR_2_SET 0
6658 
6659 #define R_BE_PTCL_IMR0 0x108C0
6660 #define R_BE_PTCL_IMR0_C1 0x148C0
6661 #define B_BE_PTCL_ERROR_FLAG_IMR BIT(31)
6662 #define B_BE_FSM1_TIMEOUT_ERR_INT_EN BIT(1)
6663 #define B_BE_FSM_TIMEOUT_ERR_INT_EN BIT(0)
6664 #define B_BE_PTCL_IMR0_CLR (B_BE_FSM_TIMEOUT_ERR_INT_EN | \
6665 			    B_BE_FSM1_TIMEOUT_ERR_INT_EN | \
6666 			    B_BE_PTCL_ERROR_FLAG_IMR)
6667 #define B_BE_PTCL_IMR0_SET (B_BE_FSM_TIMEOUT_ERR_INT_EN | \
6668 			    B_BE_FSM1_TIMEOUT_ERR_INT_EN | \
6669 			    B_BE_PTCL_ERROR_FLAG_IMR)
6670 
6671 #define R_BE_PTCL_ISR0 0x108C4
6672 #define R_BE_PTCL_ISR0_C1 0x148C4
6673 #define B_BE_PTCL_ERROR_FLAG_ISR BIT(31)
6674 #define B_BE_FSM1_TIMEOUT_ERR BIT(1)
6675 #define B_BE_FSM_TIMEOUT_ERR BIT(0)
6676 
6677 #define R_BE_PTCL_IMR1 0x108C8
6678 #define R_BE_PTCL_IMR1_C1 0x148C8
6679 #define B_BE_F2PCMD_PKTID_IMR BIT(30)
6680 #define B_BE_F2PCMD_RD_PKTID_IMR BIT(29)
6681 #define B_BE_F2PCMD_ASSIGN_PKTID_IMR BIT(28)
6682 #define B_BE_F2PCMD_USER_ALLC_IMR BIT(27)
6683 #define B_BE_RX_SPF_U0_PKTID_IMR BIT(26)
6684 #define B_BE_TX_SPF_U1_PKTID_IMR BIT(25)
6685 #define B_BE_TX_SPF_U2_PKTID_IMR BIT(24)
6686 #define B_BE_TX_SPF_U3_PKTID_IMR BIT(23)
6687 #define B_BE_TX_RECORD_PKTID_IMR BIT(22)
6688 #define B_BE_TWTSP_QSEL_IMR BIT(14)
6689 #define B_BE_F2P_RLS_CTN_SEL_IMR BIT(13)
6690 #define B_BE_BCNQ_ORDER_IMR BIT(12)
6691 #define B_BE_Q_PKTID_IMR BIT(11)
6692 #define B_BE_D_PKTID_IMR BIT(10)
6693 #define B_BE_TXPRT_FULL_DROP_IMR BIT(9)
6694 #define B_BE_F2PCMDRPT_FULL_DROP_IMR BIT(8)
6695 #define B_BE_PTCL_IMR1_CLR (B_BE_F2PCMDRPT_FULL_DROP_IMR | \
6696 			    B_BE_TXPRT_FULL_DROP_IMR | \
6697 			    B_BE_D_PKTID_IMR | \
6698 			    B_BE_Q_PKTID_IMR | \
6699 			    B_BE_BCNQ_ORDER_IMR | \
6700 			    B_BE_F2P_RLS_CTN_SEL_IMR | \
6701 			    B_BE_TWTSP_QSEL_IMR | \
6702 			    B_BE_TX_RECORD_PKTID_IMR | \
6703 			    B_BE_TX_SPF_U3_PKTID_IMR | \
6704 			    B_BE_TX_SPF_U2_PKTID_IMR | \
6705 			    B_BE_TX_SPF_U1_PKTID_IMR | \
6706 			    B_BE_RX_SPF_U0_PKTID_IMR | \
6707 			    B_BE_F2PCMD_USER_ALLC_IMR | \
6708 			    B_BE_F2PCMD_ASSIGN_PKTID_IMR | \
6709 			    B_BE_F2PCMD_RD_PKTID_IMR | \
6710 			    B_BE_F2PCMD_PKTID_IMR)
6711 #define B_BE_PTCL_IMR1_SET B_BE_F2PCMD_USER_ALLC_IMR
6712 
6713 #define R_BE_PTCL_ISR1 0x108CC
6714 #define R_BE_PTCL_ISR1_C1 0x148CC
6715 #define B_BE_F2PCMD_PKTID_ERR BIT(30)
6716 #define B_BE_F2PCMD_RD_PKTID_ERR BIT(29)
6717 #define B_BE_F2PCMD_ASSIGN_PKTID_ERR BIT(28)
6718 #define B_BE_F2PCMD_USER_ALLC_ERR BIT(27)
6719 #define B_BE_RX_SPF_U0_PKTID_ERR BIT(26)
6720 #define B_BE_TX_SPF_U1_PKTID_ERR BIT(25)
6721 #define B_BE_TX_SPF_U2_PKTID_ERR BIT(24)
6722 #define B_BE_TX_SPF_U3_PKTID_ERR BIT(23)
6723 #define B_BE_TX_RECORD_PKTID_ERR BIT(22)
6724 #define B_BE_TWTSP_QSEL_ERR BIT(14)
6725 #define B_BE_F2P_RLS_CTN_SEL_ERR BIT(13)
6726 #define B_BE_BCNQ_ORDER_ERR BIT(12)
6727 #define B_BE_Q_PKTID_ERR BIT(11)
6728 #define B_BE_D_PKTID_ERR BIT(10)
6729 #define B_BE_TXPRT_FULL_DROP_ERR BIT(9)
6730 #define B_BE_F2PCMDRPT_FULL_DROP_ERR BIT(8)
6731 
6732 #define R_BE_PTCL_FSM_MON 0x108E8
6733 #define R_BE_PTCL_FSM_MON_C1 0x148E8
6734 #define B_BE_PTCL_FSM2_TO_MODE BIT(30)
6735 #define B_BE_PTCL_FSM2_TO_THR_MASK GENMASK(29, 24)
6736 #define B_BE_PTCL_FSM1_TO_MODE BIT(22)
6737 #define B_BE_PTCL_FSM1_TO_THR_MASK GENMASK(21, 16)
6738 #define B_BE_PTCL_FSM0_TO_MODE BIT(14)
6739 #define B_BE_PTCL_FSM0_TO_THR_MASK GENMASK(13, 8)
6740 #define B_BE_PTCL_TX_ARB_TO_MODE BIT(6)
6741 #define B_BE_PTCL_TX_ARB_TO_THR_MASK GENMASK(5, 0)
6742 
6743 #define R_BE_PTCL_TX_CTN_SEL 0x108EC
6744 #define R_BE_PTCL_TX_CTN_SEL_C1 0x148EC
6745 #define B_BE_PTCL_TXOP_STAT BIT(8)
6746 #define B_BE_PTCL_BUSY BIT(7)
6747 #define B_BE_PTCL_DROP BIT(5)
6748 #define B_BE_PTCL_TX_QUEUE_IDX_MASK GENMASK(4, 0)
6749 
6750 #define R_BE_PTCL_DBG_INFO 0x108F0
6751 
6752 #define R_BE_PTCL_DBG 0x108F4
6753 
6754 #define R_BE_RX_ERROR_FLAG 0x10C00
6755 #define R_BE_RX_ERROR_FLAG_C1 0x14C00
6756 #define B_BE_RX_CSI_NOT_RELEASE_ERROR BIT(31)
6757 #define B_BE_RX_GET_NULL_PKT_ERROR BIT(30)
6758 #define B_BE_RX_RU0_FSM_HANG_ERROR BIT(29)
6759 #define B_BE_RX_RU1_FSM_HANG_ERROR BIT(28)
6760 #define B_BE_RX_RU2_FSM_HANG_ERROR BIT(27)
6761 #define B_BE_RX_RU3_FSM_HANG_ERROR BIT(26)
6762 #define B_BE_RX_RU4_FSM_HANG_ERROR BIT(25)
6763 #define B_BE_RX_RU5_FSM_HANG_ERROR BIT(24)
6764 #define B_BE_RX_RU6_FSM_HANG_ERROR BIT(23)
6765 #define B_BE_RX_RU7_FSM_HANG_ERROR BIT(22)
6766 #define B_BE_RX_RXSTS_FSM_HANG_ERROR BIT(21)
6767 #define B_BE_RX_CSI_FSM_HANG_ERROR BIT(20)
6768 #define B_BE_RX_TXRPT_FSM_HANG_ERROR BIT(19)
6769 #define B_BE_RX_F2PCMD_FSM_HANG_ERROR BIT(18)
6770 #define B_BE_RX_RU0_ZERO_LENGTH_ERROR BIT(17)
6771 #define B_BE_RX_RU1_ZERO_LENGTH_ERROR BIT(16)
6772 #define B_BE_RX_RU2_ZERO_LENGTH_ERROR BIT(15)
6773 #define B_BE_RX_RU3_ZERO_LENGTH_ERROR BIT(14)
6774 #define B_BE_RX_RU4_ZERO_LENGTH_ERROR BIT(13)
6775 #define B_BE_RX_RU5_ZERO_LENGTH_ERROR BIT(12)
6776 #define B_BE_RX_RU6_ZERO_LENGTH_ERROR BIT(11)
6777 #define B_BE_RX_RU7_ZERO_LENGTH_ERROR BIT(10)
6778 #define B_BE_RX_RXSTS_ZERO_LENGTH_ERROR BIT(9)
6779 #define B_BE_RX_CSI_ZERO_LENGTH_ERROR BIT(8)
6780 #define B_BE_PLE_DATA_OPT_FSM_HANG BIT(7)
6781 #define B_BE_PLE_RXDATA_REQUEST_BUFFER_FSM_HANG BIT(6)
6782 #define B_BE_PLE_TXRPT_REQUEST_BUFFER_FSM_HANG BIT(5)
6783 #define B_BE_PLE_WD_OPT_FSM_HANG BIT(4)
6784 #define B_BE_PLE_ENQ_FSM_HANG BIT(3)
6785 #define B_BE_RXDATA_ENQUE_ORDER_ERROR BIT(2)
6786 #define B_BE_RXSTS_ENQUE_ORDER_ERROR BIT(1)
6787 #define B_BE_RX_CSI_PKT_NUM_ERROR BIT(0)
6788 
6789 #define R_BE_RX_ERROR_FLAG_IMR 0x10C04
6790 #define R_BE_RX_ERROR_FLAG_IMR_C1 0x14C04
6791 #define B_BE_RX_CSI_NOT_RELEASE_ERROR_IMR BIT(31)
6792 #define B_BE_RX_GET_NULL_PKT_ERROR_IMR BIT(30)
6793 #define B_BE_RX_RU0_FSM_HANG_ERROR_IMR BIT(29)
6794 #define B_BE_RX_RU1_FSM_HANG_ERROR_IMR BIT(28)
6795 #define B_BE_RX_RU2_FSM_HANG_ERROR_IMR BIT(27)
6796 #define B_BE_RX_RU3_FSM_HANG_ERROR_IMR BIT(26)
6797 #define B_BE_RX_RU4_FSM_HANG_ERROR_IMR BIT(25)
6798 #define B_BE_RX_RU5_FSM_HANG_ERROR_IMR BIT(24)
6799 #define B_BE_RX_RU6_FSM_HANG_ERROR_IMR BIT(23)
6800 #define B_BE_RX_RU7_FSM_HANG_ERROR_IMR BIT(22)
6801 #define B_BE_RX_RXSTS_FSM_HANG_ERROR_IMR BIT(21)
6802 #define B_BE_RX_CSI_FSM_HANG_ERROR_IMR BIT(20)
6803 #define B_BE_RX_TXRPT_FSM_HANG_ERROR_IMR BIT(19)
6804 #define B_BE_RX_F2PCMD_FSM_HANG_ERROR_IMR BIT(18)
6805 #define B_BE_RX_RU0_ZERO_LENGTH_ERROR_IMR BIT(17)
6806 #define B_BE_RX_RU1_ZERO_LENGTH_ERROR_IMR BIT(16)
6807 #define B_BE_RX_RU2_ZERO_LENGTH_ERROR_IMR BIT(15)
6808 #define B_BE_RX_RU3_ZERO_LENGTH_ERROR_IMR BIT(14)
6809 #define B_BE_RX_RU4_ZERO_LENGTH_ERROR_IMR BIT(13)
6810 #define B_BE_RX_RU5_ZERO_LENGTH_ERROR_IMR BIT(12)
6811 #define B_BE_RX_RU6_ZERO_LENGTH_ERROR_IMR BIT(11)
6812 #define B_BE_RX_RU7_ZERO_LENGTH_ERROR_IMR BIT(10)
6813 #define B_BE_RX_RXSTS_ZERO_LENGTH_ERROR_IMR BIT(9)
6814 #define B_BE_RX_CSI_ZERO_LENGTH_ERROR_IMR BIT(8)
6815 #define B_BE_PLE_DATA_OPT_FSM_HANG_IMR BIT(7)
6816 #define B_BE_PLE_RXDATA_REQUEST_BUFFER_FSM_HANG_IMR BIT(6)
6817 #define B_BE_PLE_TXRPT_REQUEST_BUFFER_FSM_HANG_IMR BIT(5)
6818 #define B_BE_PLE_WD_OPT_FSM_HANG_IMR BIT(4)
6819 #define B_BE_PLE_ENQ_FSM_HANG_IMR BIT(3)
6820 #define B_BE_RXDATA_ENQUE_ORDER_ERROR_IMR BIT(2)
6821 #define B_BE_RXSTS_ENQUE_ORDER_ERROR_IMR BIT(1)
6822 #define B_BE_RX_CSI_PKT_NUM_ERROR_IMR BIT(0)
6823 #define B_BE_RX_ERROR_FLAG_IMR_CLR (B_BE_RX_RXSTS_ZERO_LENGTH_ERROR_IMR | \
6824 				    B_BE_RX_RU7_ZERO_LENGTH_ERROR_IMR | \
6825 				    B_BE_RX_RU6_ZERO_LENGTH_ERROR_IMR | \
6826 				    B_BE_RX_RU5_ZERO_LENGTH_ERROR_IMR | \
6827 				    B_BE_RX_RU4_ZERO_LENGTH_ERROR_IMR | \
6828 				    B_BE_RX_RU3_ZERO_LENGTH_ERROR_IMR | \
6829 				    B_BE_RX_RU2_ZERO_LENGTH_ERROR_IMR | \
6830 				    B_BE_RX_RU1_ZERO_LENGTH_ERROR_IMR | \
6831 				    B_BE_RX_RU0_ZERO_LENGTH_ERROR_IMR | \
6832 				    B_BE_RX_F2PCMD_FSM_HANG_ERROR_IMR | \
6833 				    B_BE_RX_TXRPT_FSM_HANG_ERROR_IMR | \
6834 				    B_BE_RX_CSI_FSM_HANG_ERROR_IMR | \
6835 				    B_BE_RX_RXSTS_FSM_HANG_ERROR_IMR | \
6836 				    B_BE_RX_RU7_FSM_HANG_ERROR_IMR | \
6837 				    B_BE_RX_RU6_FSM_HANG_ERROR_IMR | \
6838 				    B_BE_RX_RU5_FSM_HANG_ERROR_IMR | \
6839 				    B_BE_RX_RU4_FSM_HANG_ERROR_IMR | \
6840 				    B_BE_RX_RU3_FSM_HANG_ERROR_IMR | \
6841 				    B_BE_RX_RU2_FSM_HANG_ERROR_IMR | \
6842 				    B_BE_RX_RU1_FSM_HANG_ERROR_IMR | \
6843 				    B_BE_RX_RU0_FSM_HANG_ERROR_IMR | \
6844 				    B_BE_RX_GET_NULL_PKT_ERROR_IMR)
6845 #define B_BE_RX_ERROR_FLAG_IMR_SET (B_BE_RX_RXSTS_ZERO_LENGTH_ERROR_IMR | \
6846 				    B_BE_RX_RU7_ZERO_LENGTH_ERROR_IMR | \
6847 				    B_BE_RX_RU6_ZERO_LENGTH_ERROR_IMR | \
6848 				    B_BE_RX_RU5_ZERO_LENGTH_ERROR_IMR | \
6849 				    B_BE_RX_RU4_ZERO_LENGTH_ERROR_IMR | \
6850 				    B_BE_RX_RU3_ZERO_LENGTH_ERROR_IMR | \
6851 				    B_BE_RX_RU2_ZERO_LENGTH_ERROR_IMR | \
6852 				    B_BE_RX_RU1_ZERO_LENGTH_ERROR_IMR | \
6853 				    B_BE_RX_RU0_ZERO_LENGTH_ERROR_IMR | \
6854 				    B_BE_RX_F2PCMD_FSM_HANG_ERROR_IMR | \
6855 				    B_BE_RX_TXRPT_FSM_HANG_ERROR_IMR | \
6856 				    B_BE_RX_CSI_FSM_HANG_ERROR_IMR | \
6857 				    B_BE_RX_RXSTS_FSM_HANG_ERROR_IMR | \
6858 				    B_BE_RX_RU7_FSM_HANG_ERROR_IMR | \
6859 				    B_BE_RX_RU6_FSM_HANG_ERROR_IMR | \
6860 				    B_BE_RX_RU5_FSM_HANG_ERROR_IMR | \
6861 				    B_BE_RX_RU4_FSM_HANG_ERROR_IMR | \
6862 				    B_BE_RX_RU3_FSM_HANG_ERROR_IMR | \
6863 				    B_BE_RX_RU2_FSM_HANG_ERROR_IMR | \
6864 				    B_BE_RX_RU1_FSM_HANG_ERROR_IMR | \
6865 				    B_BE_RX_RU0_FSM_HANG_ERROR_IMR | \
6866 				    B_BE_RX_GET_NULL_PKT_ERROR_IMR)
6867 
6868 #define R_BE_RX_CTRL_1 0x10C0C
6869 #define R_BE_RX_CTRL_1_C1 0x14C0C
6870 #define B_BE_RXDMA_TXRPT_QUEUE_ID_SW_MASK GENMASK(30, 25)
6871 #define B_BE_RXDMA_F2PCMDRPT_QUEUE_ID_SW_MASK GENMASK(23, 18)
6872 #define B_BE_RXDMA_TXRPT_PORT_ID_SW_MASK GENMASK(17, 14)
6873 #define B_BE_RXDMA_F2PCMDRPT_PORT_ID_SW_MASK GENMASK(13, 10)
6874 #define B_BE_DBG_SEL_MASK GENMASK(1, 0)
6875 #define WLCPU_RXCH2_QID 0xA
6876 
6877 #define R_BE_TX_ERROR_FLAG 0x10C6C
6878 #define R_BE_TX_ERROR_FLAG_C1 0x14C6C
6879 #define B_BE_TX_RU0_FSM_HANG_ERROR BIT(31)
6880 #define B_BE_TX_RU1_FSM_HANG_ERROR BIT(30)
6881 #define B_BE_TX_RU2_FSM_HANG_ERROR BIT(29)
6882 #define B_BE_TX_RU3_FSM_HANG_ERROR BIT(28)
6883 #define B_BE_TX_RU4_FSM_HANG_ERROR BIT(27)
6884 #define B_BE_TX_RU5_FSM_HANG_ERROR BIT(26)
6885 #define B_BE_TX_RU6_FSM_HANG_ERROR BIT(25)
6886 #define B_BE_TX_RU7_FSM_HANG_ERROR BIT(24)
6887 #define B_BE_TX_RU8_FSM_HANG_ERROR BIT(23)
6888 #define B_BE_TX_RU9_FSM_HANG_ERROR BIT(22)
6889 #define B_BE_TX_RU10_FSM_HANG_ERROR BIT(21)
6890 #define B_BE_TX_RU11_FSM_HANG_ERROR BIT(20)
6891 #define B_BE_TX_RU12_FSM_HANG_ERROR BIT(19)
6892 #define B_BE_TX_RU13_FSM_HANG_ERROR BIT(18)
6893 #define B_BE_TX_RU14_FSM_HANG_ERROR BIT(17)
6894 #define B_BE_TX_RU15_FSM_HANG_ERROR BIT(16)
6895 #define B_BE_TX_CSI_FSM_HANG_ERROR BIT(15)
6896 #define B_BE_TX_WD_PLD_ID_FSM_HANG_ERROR BIT(14)
6897 
6898 #define R_BE_TX_ERROR_FLAG_IMR 0x10C70
6899 #define R_BE_TX_ERROR_FLAG_IMR_C1 0x14C70
6900 #define B_BE_TX_RU0_FSM_HANG_ERROR_IMR BIT(31)
6901 #define B_BE_TX_RU1_FSM_HANG_ERROR_IMR BIT(30)
6902 #define B_BE_TX_RU2_FSM_HANG_ERROR_IMR BIT(29)
6903 #define B_BE_TX_RU3_FSM_HANG_ERROR_IMR BIT(28)
6904 #define B_BE_TX_RU4_FSM_HANG_ERROR_IMR BIT(27)
6905 #define B_BE_TX_RU5_FSM_HANG_ERROR_IMR BIT(26)
6906 #define B_BE_TX_RU6_FSM_HANG_ERROR_IMR BIT(25)
6907 #define B_BE_TX_RU7_FSM_HANG_ERROR_IMR BIT(24)
6908 #define B_BE_TX_RU8_FSM_HANG_ERROR_IMR BIT(23)
6909 #define B_BE_TX_RU9_FSM_HANG_ERROR_IMR BIT(22)
6910 #define B_BE_TX_RU10_FSM_HANG_ERROR_IMR BIT(21)
6911 #define B_BE_TX_RU11_FSM_HANG_ERROR_IMR BIT(20)
6912 #define B_BE_TX_RU12_FSM_HANG_ERROR_IMR BIT(19)
6913 #define B_BE_TX_RU13_FSM_HANG_ERROR_IMR BIT(18)
6914 #define B_BE_TX_RU14_FSM_HANG_ERROR_IMR BIT(17)
6915 #define B_BE_TX_RU15_FSM_HANG_ERROR_IMR BIT(16)
6916 #define B_BE_TX_CSI_FSM_HANG_ERROR_IMR BIT(15)
6917 #define B_BE_TX_WD_PLD_ID_FSM_HANG_ERROR_IMR BIT(14)
6918 #define B_BE_TX_ERROR_FLAG_IMR_CLR (B_BE_TX_WD_PLD_ID_FSM_HANG_ERROR_IMR | \
6919 				    B_BE_TX_CSI_FSM_HANG_ERROR_IMR | \
6920 				    B_BE_TX_RU15_FSM_HANG_ERROR_IMR | \
6921 				    B_BE_TX_RU14_FSM_HANG_ERROR_IMR | \
6922 				    B_BE_TX_RU13_FSM_HANG_ERROR_IMR | \
6923 				    B_BE_TX_RU12_FSM_HANG_ERROR_IMR | \
6924 				    B_BE_TX_RU11_FSM_HANG_ERROR_IMR | \
6925 				    B_BE_TX_RU10_FSM_HANG_ERROR_IMR | \
6926 				    B_BE_TX_RU9_FSM_HANG_ERROR_IMR | \
6927 				    B_BE_TX_RU8_FSM_HANG_ERROR_IMR | \
6928 				    B_BE_TX_RU7_FSM_HANG_ERROR_IMR | \
6929 				    B_BE_TX_RU6_FSM_HANG_ERROR_IMR | \
6930 				    B_BE_TX_RU5_FSM_HANG_ERROR_IMR | \
6931 				    B_BE_TX_RU4_FSM_HANG_ERROR_IMR | \
6932 				    B_BE_TX_RU3_FSM_HANG_ERROR_IMR | \
6933 				    B_BE_TX_RU2_FSM_HANG_ERROR_IMR | \
6934 				    B_BE_TX_RU1_FSM_HANG_ERROR_IMR | \
6935 				    B_BE_TX_RU0_FSM_HANG_ERROR_IMR)
6936 #define B_BE_TX_ERROR_FLAG_IMR_SET (B_BE_TX_WD_PLD_ID_FSM_HANG_ERROR_IMR | \
6937 				    B_BE_TX_CSI_FSM_HANG_ERROR_IMR | \
6938 				    B_BE_TX_RU15_FSM_HANG_ERROR_IMR | \
6939 				    B_BE_TX_RU14_FSM_HANG_ERROR_IMR | \
6940 				    B_BE_TX_RU13_FSM_HANG_ERROR_IMR | \
6941 				    B_BE_TX_RU12_FSM_HANG_ERROR_IMR | \
6942 				    B_BE_TX_RU11_FSM_HANG_ERROR_IMR | \
6943 				    B_BE_TX_RU10_FSM_HANG_ERROR_IMR | \
6944 				    B_BE_TX_RU9_FSM_HANG_ERROR_IMR | \
6945 				    B_BE_TX_RU8_FSM_HANG_ERROR_IMR | \
6946 				    B_BE_TX_RU7_FSM_HANG_ERROR_IMR | \
6947 				    B_BE_TX_RU6_FSM_HANG_ERROR_IMR | \
6948 				    B_BE_TX_RU5_FSM_HANG_ERROR_IMR | \
6949 				    B_BE_TX_RU4_FSM_HANG_ERROR_IMR | \
6950 				    B_BE_TX_RU3_FSM_HANG_ERROR_IMR | \
6951 				    B_BE_TX_RU2_FSM_HANG_ERROR_IMR | \
6952 				    B_BE_TX_RU1_FSM_HANG_ERROR_IMR | \
6953 				    B_BE_TX_RU0_FSM_HANG_ERROR_IMR)
6954 
6955 #define R_BE_RX_ERROR_FLAG_1 0x10C84
6956 #define R_BE_RX_ERROR_FLAG_1_C1 0x14C84
6957 #define B_BE_RX_RU8_FSM_HANG_ERROR BIT(29)
6958 #define B_BE_RX_RU9_FSM_HANG_ERROR BIT(28)
6959 #define B_BE_RX_RU10_FSM_HANG_ERROR BIT(27)
6960 #define B_BE_RX_RU11_FSM_HANG_ERROR BIT(26)
6961 #define B_BE_RX_RU12_FSM_HANG_ERROR BIT(25)
6962 #define B_BE_RX_RU13_FSM_HANG_ERROR BIT(24)
6963 #define B_BE_RX_RU14_FSM_HANG_ERROR BIT(23)
6964 #define B_BE_RX_RU15_FSM_HANG_ERROR BIT(22)
6965 #define B_BE_RX_RU8_ZERO_LENGTH_ERROR BIT(17)
6966 #define B_BE_RX_RU9_ZERO_LENGTH_ERROR BIT(16)
6967 #define B_BE_RX_RU10_ZERO_LENGTH_ERROR BIT(15)
6968 #define B_BE_RX_RU11_ZERO_LENGTH_ERROR BIT(14)
6969 #define B_BE_RX_RU12_ZERO_LENGTH_ERROR BIT(13)
6970 #define B_BE_RX_RU13_ZERO_LENGTH_ERROR BIT(12)
6971 #define B_BE_RX_RU14_ZERO_LENGTH_ERROR BIT(11)
6972 #define B_BE_RX_RU15_ZERO_LENGTH_ERROR BIT(10)
6973 
6974 #define R_BE_RX_ERROR_FLAG_IMR_1 0x10C88
6975 #define R_BE_RX_ERROR_FLAG_IMR_1_C1 0x14C88
6976 #define B_BE_RX_RU8_FSM_HANG_ERROR_IMR BIT(29)
6977 #define B_BE_RX_RU9_FSM_HANG_ERROR_IMR BIT(28)
6978 #define B_BE_RX_RU10_FSM_HANG_ERROR_IMR BIT(27)
6979 #define B_BE_RX_RU11_FSM_HANG_ERROR_IMR BIT(26)
6980 #define B_BE_RX_RU12_FSM_HANG_ERROR_IMR BIT(25)
6981 #define B_BE_RX_RU13_FSM_HANG_ERROR_IMR BIT(24)
6982 #define B_BE_RX_RU14_FSM_HANG_ERROR_IMR BIT(23)
6983 #define B_BE_RX_RU15_FSM_HANG_ERROR_IMR BIT(22)
6984 #define B_BE_RX_RU8_ZERO_LENGTH_ERROR_IMR BIT(17)
6985 #define B_BE_RX_RU9_ZERO_LENGTH_ERROR_IMR BIT(16)
6986 #define B_BE_RX_RU10_ZERO_LENGTH_ERROR_IMR BIT(15)
6987 #define B_BE_RX_RU11_ZERO_LENGTH_ERROR_IMR BIT(14)
6988 #define B_BE_RX_RU12_ZERO_LENGTH_ERROR_IMR BIT(13)
6989 #define B_BE_RX_RU13_ZERO_LENGTH_ERROR_IMR BIT(12)
6990 #define B_BE_RX_RU14_ZERO_LENGTH_ERROR_IMR BIT(11)
6991 #define B_BE_RX_RU15_ZERO_LENGTH_ERROR_IMR BIT(10)
6992 #define B_BE_TX_ERROR_FLAG_IMR_1_CLR (B_BE_RX_RU8_FSM_HANG_ERROR_IMR | \
6993 				      B_BE_RX_RU9_FSM_HANG_ERROR_IMR | \
6994 				      B_BE_RX_RU10_FSM_HANG_ERROR_IMR | \
6995 				      B_BE_RX_RU11_FSM_HANG_ERROR_IMR | \
6996 				      B_BE_RX_RU12_FSM_HANG_ERROR_IMR | \
6997 				      B_BE_RX_RU13_FSM_HANG_ERROR_IMR | \
6998 				      B_BE_RX_RU14_FSM_HANG_ERROR_IMR | \
6999 				      B_BE_RX_RU15_FSM_HANG_ERROR_IMR | \
7000 				      B_BE_RX_RU8_ZERO_LENGTH_ERROR_IMR | \
7001 				      B_BE_RX_RU9_ZERO_LENGTH_ERROR_IMR | \
7002 				      B_BE_RX_RU10_ZERO_LENGTH_ERROR_IMR | \
7003 				      B_BE_RX_RU11_ZERO_LENGTH_ERROR_IMR | \
7004 				      B_BE_RX_RU12_ZERO_LENGTH_ERROR_IMR | \
7005 				      B_BE_RX_RU13_ZERO_LENGTH_ERROR_IMR | \
7006 				      B_BE_RX_RU14_ZERO_LENGTH_ERROR_IMR | \
7007 				      B_BE_RX_RU15_ZERO_LENGTH_ERROR_IMR)
7008 #define B_BE_TX_ERROR_FLAG_IMR_1_SET (B_BE_RX_RU8_FSM_HANG_ERROR_IMR | \
7009 				      B_BE_RX_RU9_FSM_HANG_ERROR_IMR | \
7010 				      B_BE_RX_RU10_FSM_HANG_ERROR_IMR | \
7011 				      B_BE_RX_RU11_FSM_HANG_ERROR_IMR | \
7012 				      B_BE_RX_RU12_FSM_HANG_ERROR_IMR | \
7013 				      B_BE_RX_RU13_FSM_HANG_ERROR_IMR | \
7014 				      B_BE_RX_RU14_FSM_HANG_ERROR_IMR | \
7015 				      B_BE_RX_RU15_FSM_HANG_ERROR_IMR | \
7016 				      B_BE_RX_RU8_ZERO_LENGTH_ERROR_IMR | \
7017 				      B_BE_RX_RU9_ZERO_LENGTH_ERROR_IMR | \
7018 				      B_BE_RX_RU10_ZERO_LENGTH_ERROR_IMR | \
7019 				      B_BE_RX_RU11_ZERO_LENGTH_ERROR_IMR | \
7020 				      B_BE_RX_RU12_ZERO_LENGTH_ERROR_IMR | \
7021 				      B_BE_RX_RU13_ZERO_LENGTH_ERROR_IMR | \
7022 				      B_BE_RX_RU14_ZERO_LENGTH_ERROR_IMR | \
7023 				      B_BE_RX_RU15_ZERO_LENGTH_ERROR_IMR)
7024 
7025 #define R_BE_WMTX_MOREDATA_TSFT_STMP_CTL 0x10E08
7026 #define R_BE_WMTX_MOREDATA_TSFT_STMP_CTL_C1 0x14E08
7027 #define B_BE_TSFT_OFS_MASK GENMASK(31, 16)
7028 #define B_BE_STMP_THSD_MASK GENMASK(15, 8)
7029 #define B_BE_UPD_HGQMD BIT(1)
7030 #define B_BE_UPD_TIMIE BIT(0)
7031 
7032 #define R_BE_WMTX_POWER_BE_BIT_CTL 0x10E0C
7033 #define R_BE_WMTX_POWER_BE_BIT_CTL_C1 0x14E0C
7034 
7035 #define R_BE_WMTX_TCR_BE_4 0x10E2C
7036 #define R_BE_WMTX_TCR_BE_4_C1 0x14E2C
7037 #define B_BE_UL_EHT_MUMIMO_LTF_MODE BIT(30)
7038 #define B_BE_UL_HE_MUMIMO_LTF_MODE BIT(29)
7039 #define B_BE_EHT_HE_PPDU_4XLTF_ZLD_USTIMER_MASK GENMASK(28, 24)
7040 #define B_BE_EHT_HE_PPDU_2XLTF_ZLD_USTIMER_MASK GENMASK(20, 16)
7041 #define B_BE_NON_LEGACY_PPDU_ZLD_USTIMER_MASK GENMASK(12, 8)
7042 #define B_BE_LEGACY_PPDU_ZLD_USTIMER_MASK GENMASK(4, 0)
7043 
7044 #define R_BE_RSP_CHK_SIG 0x11000
7045 #define R_BE_RSP_CHK_SIG_C1 0x15000
7046 #define B_BE_RSP_STATIC_RTS_CHK_SERV_BW_EN BIT(30)
7047 #define B_BE_RSP_TBPPDU_CHK_PWR BIT(29)
7048 #define B_BE_RESP_PAIR_MACID_LEN_EN BIT(25)
7049 #define B_BE_RESP_TX_ABORT_TEST_EN BIT(24)
7050 #define B_BE_RESP_ER_SU_RU106_EN BIT(23)
7051 #define B_BE_RESP_ER_SU_EN BIT(22)
7052 #define B_BE_TXDATA_END_PS_OPT BIT(18)
7053 #define B_BE_CHECK_SOUNDING_SEQ BIT(17)
7054 #define B_BE_RXBA_IGNOREA2 BIT(16)
7055 #define B_BE_ACKTO_CCK_MASK GENMASK(15, 8)
7056 #define B_BE_ACKTO_MASK GENMASK(8, 0)
7057 
7058 #define R_BE_TRXPTCL_RESP_0 0x11004
7059 #define R_BE_TRXPTCL_RESP_0_C1 0x15004
7060 #define B_BE_WMAC_RESP_STBC_EN BIT(31)
7061 #define B_BE_WMAC_RXFTM_TXACK_SB BIT(30)
7062 #define B_BE_WMAC_RXFTM_TXACKBWEQ BIT(29)
7063 #define B_BE_RESP_TB_CHK_TXTIME BIT(24)
7064 #define B_BE_RSP_CHK_CCA BIT(23)
7065 #define B_BE_WMAC_LDPC_EN BIT(22)
7066 #define B_BE_WMAC_SGIEN BIT(21)
7067 #define B_BE_WMAC_SPLCPEN BIT(20)
7068 #define B_BE_RESP_EHT_MCS15_REF BIT(19)
7069 #define B_BE_RESP_EHT_MCS14_REF BIT(18)
7070 #define B_BE_WMAC_BESP_EARLY_TXBA BIT(17)
7071 #define B_BE_WMAC_MBA_DUR_FORCE BIT(16)
7072 #define B_BE_WMAC_SPEC_SIFS_OFDM_MASK GENMASK(15, 8)
7073 #define WMAC_SPEC_SIFS_OFDM_1115E 0x11
7074 #define B_BE_WMAC_SPEC_SIFS_CCK_MASK GENMASK(7, 0)
7075 
7076 #define R_BE_TRXPTCL_RESP_1 0x11008
7077 #define R_BE_TRXPTCL_RESP_1_C1 0x15008
7078 #define B_BE_WMAC_RESP_SR_MODE_EN BIT(31)
7079 #define B_BE_FTM_RRSR_RATE_EN_MASK GENMASK(28, 24)
7080 #define B_BE_NESS_MASK GENMASK(23, 22)
7081 #define B_BE_WMAC_RESP_DOPPLEB_BE_EN BIT(21)
7082 #define B_BE_WMAC_RESP_DCM_EN BIT(20)
7083 #define B_BE_WMAC_CLR_ABORT_RESP_TX_CNT BIT(15)
7084 #define B_BE_WMAC_RESP_REF_RATE_SEL BIT(12)
7085 #define B_BE_WMAC_RESP_REF_RATE_MASK GENMASK(11, 0)
7086 
7087 #define R_BE_MAC_LOOPBACK 0x11020
7088 #define R_BE_MAC_LOOPBACK_C1 0x15020
7089 #define B_BE_MACLBK_DIS_GCLK BIT(30)
7090 #define B_BE_MACLBK_STS_EN BIT(29)
7091 #define B_BE_MACLBK_RDY_PERIOD_MASK GENMASK(28, 17)
7092 #define B_BE_MACLBK_PLCP_DLY_MASK GENMASK(16, 8)
7093 #define S_BE_MACLBK_PLCP_DLY_DEF 0x28
7094 #define B_BE_MACLBK_RDY_NUM_MASK GENMASK(7, 3)
7095 #define B_BE_MACLBK_EN BIT(0)
7096 
7097 #define R_BE_CLIENT_OM_CTRL 0x11040
7098 #define R_BE_CLIENT_OM_CTRL_C1 0x15040
7099 #define B_BE_TRIG_DIS_EHTTB BIT(24)
7100 
7101 #define R_BE_WMAC_NAV_CTL 0x11080
7102 #define R_BE_WMAC_NAV_CTL_C1 0x15080
7103 #define B_BE_WMAC_NAV_UPPER_EN BIT(26)
7104 #define B_BE_WMAC_0P125US_TIMER_MASK GENMASK(25, 18)
7105 #define B_BE_WMAC_PLCP_UP_NAV_EN BIT(17)
7106 #define B_BE_WMAC_TF_UP_NAV_EN BIT(16)
7107 #define B_BE_WMAC_NAV_UPPER_MASK GENMASK(15, 8)
7108 #define NAV_25MS 0xC4
7109 #define B_BE_WMAC_RTS_RST_DUR_MASK GENMASK(7, 0)
7110 
7111 #define R_BE_RXTRIG_TEST_USER_2 0x110B0
7112 #define R_BE_RXTRIG_TEST_USER_2_C1 0x150B0
7113 #define B_BE_RXTRIG_MACID_MASK GENMASK(31, 24)
7114 #define B_BE_RXTRIG_RU26_DIS BIT(21)
7115 #define B_BE_RXTRIG_FCSCHK_EN BIT(20)
7116 #define B_BE_RXTRIG_PORT_SEL_MASK GENMASK(19, 17)
7117 #define B_BE_RXTRIG_EN BIT(16)
7118 #define B_BE_RXTRIG_USERINFO_2_MASK GENMASK(15, 0)
7119 
7120 #define R_BE_TRXPTCL_ERROR_INDICA_MASK 0x110BC
7121 #define R_BE_TRXPTCL_ERROR_INDICA_MASK_C1 0x150BC
7122 #define B_BE_WMAC_FTM_TIMEOUT_MODE BIT(30)
7123 #define B_BE_WMAC_FTM_TIMEOUT_THR_MASK GENMASK(29, 24)
7124 #define B_BE_WMAC_MODE BIT(22)
7125 #define B_BE_WMAC_TIMETOUT_THR_MASK GENMASK(21, 16)
7126 #define B_BE_RMAC_BFMER BIT(9)
7127 #define B_BE_RMAC_FTM BIT(8)
7128 #define B_BE_RMAC_CSI BIT(7)
7129 #define B_BE_TMAC_MIMO_CTRL BIT(6)
7130 #define B_BE_TMAC_RXTB BIT(5)
7131 #define B_BE_TMAC_HWSIGB_GEN BIT(4)
7132 #define B_BE_TMAC_TXPLCP BIT(3)
7133 #define B_BE_TMAC_RESP BIT(2)
7134 #define B_BE_TMAC_TXCTL BIT(1)
7135 #define B_BE_TMAC_MACTX BIT(0)
7136 #define B_BE_TRXPTCL_ERROR_INDICA_MASK_CLR (B_BE_TMAC_MACTX | \
7137 					    B_BE_TMAC_TXCTL | \
7138 					    B_BE_TMAC_RESP | \
7139 					    B_BE_TMAC_TXPLCP | \
7140 					    B_BE_TMAC_HWSIGB_GEN | \
7141 					    B_BE_TMAC_RXTB | \
7142 					    B_BE_TMAC_MIMO_CTRL | \
7143 					    B_BE_RMAC_CSI | \
7144 					    B_BE_RMAC_FTM | \
7145 					    B_BE_RMAC_BFMER)
7146 #define B_BE_TRXPTCL_ERROR_INDICA_MASK_SET (B_BE_TMAC_MACTX | \
7147 					    B_BE_TMAC_TXCTL | \
7148 					    B_BE_TMAC_RESP | \
7149 					    B_BE_TMAC_TXPLCP | \
7150 					    B_BE_TMAC_HWSIGB_GEN | \
7151 					    B_BE_TMAC_RXTB | \
7152 					    B_BE_TMAC_MIMO_CTRL | \
7153 					    B_BE_RMAC_CSI | \
7154 					    B_BE_RMAC_FTM | \
7155 					    B_BE_RMAC_BFMER)
7156 
7157 #define R_BE_TRXPTCL_ERROR_INDICA 0x110C0
7158 #define R_BE_TRXPTCL_ERROR_INDICA_C1 0x150C0
7159 #define B_BE_BFMER_ERR_FLAG BIT(9)
7160 #define B_BE_FTM_ERROR_FLAG_CLR BIT(8)
7161 #define B_BE_CSI_ERROR_FLAG_CLR BIT(7)
7162 #define B_BE_MIMOCTRL_ERROR_FLAG_CLR BIT(6)
7163 #define B_BE_RXTB_ERROR_FLAG_CLR BIT(5)
7164 #define B_BE_HWSIGB_GEN_ERROR_FLAG_CLR BIT(4)
7165 #define B_BE_TXPLCP_ERROR_FLAG_CLR BIT(3)
7166 #define B_BE_RESP_ERROR_FLAG_CLR BIT(2)
7167 #define B_BE_TXCTL_ERROR_FLAG_CLR BIT(1)
7168 #define B_BE_MACTX_ERROR_FLAG_CLR BIT(0)
7169 
7170 #define R_BE_DBGSEL_TRXPTCL 0x110F4
7171 #define R_BE_DBGSEL_TRXPTCL_C1 0x150F4
7172 #define B_BE_WMAC_CHNSTS_STATE_MASK GENMASK(19, 16)
7173 #define B_BE_DBGSEL_TRIGCMD_SEL_MASK GENMASK(11, 8)
7174 #define B_BE_DBGSEL_TRXPTCL_MASK GENMASK(7, 0)
7175 
7176 #define R_BE_PHYINFO_ERR_IMR_V1 0x110F8
7177 #define R_BE_PHYINFO_ERR_IMR_V1_C1 0x150F8
7178 #define B_BE_PHYINTF_RXTB_WIDTH_MASK GENMASK(31, 30)
7179 #define B_BE_PHYINTF_RXTB_EN_PHASE_MASK GENMASK(29, 28)
7180 #define B_BE_PHYINTF_MIMO_WIDTH_MASK GENMASK(27, 26)
7181 #define B_BE_PHYINTF_MIMO_EN_PHASE_MASK GENMASK(25, 24)
7182 #define B_BE_PHYINTF_TIMEOUT_THR_V1_MASK GENMASK(21, 16)
7183 #define B_BE_CSI_ON_TIMEOUT_EN BIT(5)
7184 #define B_BE_STS_ON_TIMEOUT_EN BIT(4)
7185 #define B_BE_DATA_ON_TIMEOUT_EN BIT(3)
7186 #define B_BE_OFDM_CCA_TIMEOUT_EN BIT(2)
7187 #define B_BE_CCK_CCA_TIMEOUT_EN BIT(1)
7188 #define B_BE_PHY_TXON_TIMEOUT_EN BIT(0)
7189 #define  B_BE_PHYINFO_ERR_IMR_V1_CLR (B_BE_PHY_TXON_TIMEOUT_EN | \
7190 				      B_BE_CCK_CCA_TIMEOUT_EN | \
7191 				      B_BE_OFDM_CCA_TIMEOUT_EN | \
7192 				      B_BE_DATA_ON_TIMEOUT_EN | \
7193 				      B_BE_STS_ON_TIMEOUT_EN | \
7194 				      B_BE_CSI_ON_TIMEOUT_EN)
7195 #define B_BE_PHYINFO_ERR_IMR_V1_SET 0
7196 
7197 #define R_BE_PHYINFO_ERR_ISR 0x110FC
7198 #define R_BE_PHYINFO_ERR_ISR_C1 0x150FC
7199 #define B_BE_CSI_ON_TIMEOUT_ERR BIT(5)
7200 #define B_BE_STS_ON_TIMEOUT_ERR BIT(4)
7201 #define B_BE_DATA_ON_TIMEOUT_ERR BIT(3)
7202 #define B_BE_OFDM_CCA_TIMEOUT_ERR BIT(2)
7203 #define B_BE_CCK_CCA_TIMEOUT_ERR BIT(1)
7204 #define B_BE_PHY_TXON_TIMEOUT_ERR BIT(0)
7205 
7206 #define R_BE_BFMEE_RESP_OPTION 0x11180
7207 #define R_BE_BFMEE_RESP_OPTION_C1 0x15180
7208 #define B_BE_BFMEE_CSI_SEC_TYPE_SH 20
7209 #define B_BE_BFMEE_CSI_SEC_TYPE_MSK 0xf
7210 #define B_BE_BFMEE_BFRPT_SEG_SIZE_SH 16
7211 #define B_BE_BFMEE_BFRPT_SEG_SIZE_MSK 0x3
7212 #define B_BE_BFMEE_MIMO_EN_SEL BIT(8)
7213 #define B_BE_BFMEE_MU_BFEE_DIS BIT(7)
7214 #define B_BE_BFMEE_CHECK_RPTPOLL_MACID_DIS BIT(6)
7215 #define B_BE_BFMEE_NOCHK_BFPOLL_BMP BIT(5)
7216 #define B_BE_BFMEE_VHTBFRPT_CHK BIT(4)
7217 #define B_BE_BFMEE_EHT_NDPA_EN BIT(3)
7218 #define B_BE_BFMEE_HE_NDPA_EN BIT(2)
7219 #define B_BE_BFMEE_VHT_NDPA_EN BIT(1)
7220 #define B_BE_BFMEE_HT_NDPA_EN BIT(0)
7221 
7222 #define R_BE_TRXPTCL_RESP_CSI_CTRL_0 0x11188
7223 #define R_BE_TRXPTCL_RESP_CSI_CTRL_0_C1 0x15188
7224 #define B_BE_BFMEE_CSISEQ_SEL BIT(29)
7225 #define B_BE_BFMEE_BFPARAM_SEL BIT(28)
7226 #define B_BE_BFMEE_OFDM_LEN_TH_MASK GENMASK(27, 24)
7227 #define B_BE_BFMEE_BF_PORT_SEL BIT(23)
7228 #define B_BE_BFMEE_USE_NSTS BIT(22)
7229 #define B_BE_BFMEE_CSI_RATE_FB_EN BIT(21)
7230 #define B_BE_BFMEE_CSI_GID_SEL BIT(20)
7231 #define B_BE_BFMEE_CSI_RSC_MASK GENMASK(19, 18)
7232 #define B_BE_BFMEE_CSI_FORCE_RETE_EN BIT(17)
7233 #define B_BE_BFMEE_CSI_USE_NDPARATE BIT(16)
7234 #define B_BE_BFMEE_CSI_WITHHTC_EN BIT(15)
7235 #define B_BE_BFMEE_CSIINFO0_BF_EN BIT(14)
7236 #define B_BE_BFMEE_CSIINFO0_STBC_EN BIT(13)
7237 #define B_BE_BFMEE_CSIINFO0_LDPC_EN BIT(12)
7238 #define B_BE_BFMEE_CSIINFO0_CS_MASK GENMASK(11, 10)
7239 #define B_BE_BFMEE_CSIINFO0_CB_MASK GENMASK(9, 8)
7240 #define B_BE_BFMEE_CSIINFO0_NG_MASK GENMASK(7, 6)
7241 #define B_BE_BFMEE_CSIINFO0_NR_MASK GENMASK(5, 3)
7242 #define B_BE_BFMEE_CSIINFO0_NC_MASK GENMASK(2, 0)
7243 #define CSI_RX_BW_CFG 0x1
7244 #define R_BE_TRXPTCL_RESP_CSI_CTRL_1 0x11194
7245 #define R_BE_TRXPTCL_RESP_CSI_CTRL_1_C1 0x15194
7246 #define B_BE_BFMEE_BE_CSI_RRSC_BITMAP_MASK GENMASK(31, 24)
7247 #define CSI_RRSC_BITMAP_CFG 0x2A
7248 
7249 #define R_BE_TRXPTCL_RESP_CSI_RRSC 0x1118C
7250 #define R_BE_TRXPTCL_RESP_CSI_RRSC_C1 0x1518C
7251 #define CSI_RRSC_BMAP_BE 0x2A2AFF
7252 
7253 #define R_BE_TRXPTCL_RESP_CSI_RATE 0x11190
7254 #define R_BE_TRXPTCL_RESP_CSI_RATE_C1 0x15190
7255 #define B_BE_BFMEE_EHT_CSI_RATE_MASK GENMASK(31, 24)
7256 #define B_BE_BFMEE_HE_CSI_RATE_MASK GENMASK(23, 16)
7257 #define B_BE_BFMEE_VHT_CSI_RATE_MASK GENMASK(15, 8)
7258 #define B_BE_BFMEE_HT_CSI_RATE_MASK GENMASK(7, 0)
7259 #define CSI_INIT_RATE_EHT 0x3
7260 
7261 #define R_BE_WMAC_ACK_BA_RESP_LEGACY 0x11200
7262 #define R_BE_WMAC_ACK_BA_RESP_LEGACY_C1 0x15200
7263 #define B_BE_ACK_BA_RESP_LEGACY_CHK_NSTR BIT(16)
7264 #define B_BE_ACK_BA_RESP_LEGACY_CHK_TX_NAV BIT(15)
7265 #define B_BE_ACK_BA_RESP_LEGACY_CHK_INTRA_NAV BIT(14)
7266 #define B_BE_ACK_BA_RESP_LEGACY_CHK_BASIC_NAV BIT(13)
7267 #define B_BE_ACK_BA_RESP_LEGACY_CHK_BTCCA BIT(12)
7268 #define B_BE_ACK_BA_RESP_LEGACY_CHK_SEC_EDCCA160 BIT(11)
7269 #define B_BE_ACK_BA_RESP_LEGACY_CHK_SEC_EDCCA80 BIT(10)
7270 #define B_BE_ACK_BA_RESP_LEGACY_CHK_SEC_EDCCA40 BIT(9)
7271 #define B_BE_ACK_BA_RESP_LEGACY_CHK_SEC_EDCCA20 BIT(8)
7272 #define B_BE_ACK_BA_RESP_LEGACY_CHK_EDCCA_PER20_BMP BIT(7)
7273 #define B_BE_ACK_BA_RESP_LEGACY_CHK_CCA_PER20_BMP BIT(6)
7274 #define B_BE_ACK_BA_RESP_LEGACY_CHK_SEC_CCA160 BIT(5)
7275 #define B_BE_ACK_BA_RESP_LEGACY_CHK_SEC_CCA80 BIT(4)
7276 #define B_BE_ACK_BA_RESP_LEGACY_CHK_SEC_CCA40 BIT(3)
7277 #define B_BE_ACK_BA_RESP_LEGACY_CHK_SEC_CCA20 BIT(2)
7278 #define B_BE_ACK_BA_RESP_LEGACY_CHK_EDCCA BIT(1)
7279 #define B_BE_ACK_BA_RESP_LEGACY_CHK_CCA BIT(0)
7280 
7281 #define R_BE_WMAC_ACK_BA_RESP_HE 0x11204
7282 #define R_BE_WMAC_ACK_BA_RESP_HE_C1 0x15204
7283 #define B_BE_ACK_BA_RESP_HE_CHK_NSTR BIT(16)
7284 #define B_BE_ACK_BA_RESP_HE_CHK_TX_NAV BIT(15)
7285 #define B_BE_ACK_BA_RESP_HE_CHK_INTRA_NAV BIT(14)
7286 #define B_BE_ACK_BA_RESP_HE_CHK_BASIC_NAV BIT(13)
7287 #define B_BE_ACK_BA_RESP_HE_CHK_BTCCA BIT(12)
7288 #define B_BE_ACK_BA_RESP_HE_CHK_SEC_EDCCA160 BIT(11)
7289 #define B_BE_ACK_BA_RESP_HE_CHK_SEC_EDCCA80 BIT(10)
7290 #define B_BE_ACK_BA_RESP_HE_CHK_SEC_EDCCA40 BIT(9)
7291 #define B_BE_ACK_BA_RESP_HE_CHK_SEC_EDCCA20 BIT(8)
7292 #define B_BE_ACK_BA_RESP_HE_CHK_EDCCA_PER20_BMP BIT(7)
7293 #define B_BE_ACK_BA_RESP_HE_CHK_CCA_PER20_BMP BIT(6)
7294 #define B_BE_ACK_BA_RESP_HE_CHK_SEC_CCA160 BIT(5)
7295 #define B_BE_ACK_BA_RESP_HE_CHK_SEC_CCA80 BIT(4)
7296 #define B_BE_ACK_BA_RESP_HE_CHK_SEC_CCA40 BIT(3)
7297 #define B_BE_ACK_BA_RESP_HE_CHK_SEC_CCA20 BIT(2)
7298 #define B_BE_ACK_BA_RESP_HE_CHK_EDCCA BIT(1)
7299 #define B_BE_ACK_BA_RESP_HE_CHK_CCA BIT(0)
7300 
7301 #define R_BE_WMAC_ACK_BA_RESP_EHT_LEG_PUNC 0x11208
7302 #define R_BE_WMAC_ACK_BA_RESP_EHT_LEG_PUNC_C1 0x15208
7303 #define B_BE_ACK_BA_EHT_LEG_PUNC_CHK_NSTR BIT(16)
7304 #define B_BE_ACK_BA_EHT_LEG_PUNC_CHK_TX_NAV BIT(15)
7305 #define B_BE_ACK_BA_EHT_LEG_PUNC_CHK_INTRA_NAV BIT(14)
7306 #define B_BE_ACK_BA_EHT_LEG_PUNC_CHK_BASIC_NAV BIT(13)
7307 #define B_BE_ACK_BA_EHT_LEG_PUNC_CHK_BTCCA BIT(12)
7308 #define B_BE_ACK_BA_EHT_LEG_PUNC_CHK_SEC_EDCCA160 BIT(11)
7309 #define B_BE_ACK_BA_EHT_LEG_PUNC_CHK_SEC_EDCCA80 BIT(10)
7310 #define B_BE_ACK_BA_EHT_LEG_PUNC_CHK_SEC_EDCCA40 BIT(9)
7311 #define B_BE_ACK_BA_EHT_LEG_PUNC_CHK_SEC_EDCCA20 BIT(8)
7312 #define B_BE_ACK_BA_EHT_LEG_PUNC_CHK_EDCCA_PER20_BMP BIT(7)
7313 #define B_BE_ACK_BA_EHT_LEG_PUNC_CHK_CCA_PER20_BMP BIT(6)
7314 #define B_BE_ACK_BA_EHT_LEG_PUNC_CHK_SEC_CCA160 BIT(5)
7315 #define B_BE_ACK_BA_EHT_LEG_PUNC_CHK_SEC_CCA80 BIT(4)
7316 #define B_BE_ACK_BA_EHT_LEG_PUNC_CHK_SEC_CCA40 BIT(3)
7317 #define B_BE_ACK_BA_EHT_LEG_PUNC_CHK_SEC_CCA20 BIT(2)
7318 #define B_BE_ACK_BA_EHT_LEG_PUNC_CHK_EDCCA BIT(1)
7319 #define B_BE_ACK_BA_EHT_LEG_PUNC_CHK_CCA BIT(0)
7320 
7321 #define R_BE_RCR 0x11400
7322 #define R_BE_RCR_C1 0x15400
7323 #define B_BE_BUSY_CHKSN BIT(15)
7324 #define B_BE_DYN_CHEN BIT(14)
7325 #define B_BE_AUTO_RST BIT(13)
7326 #define B_BE_TIMER_SEL BIT(12)
7327 #define B_BE_STOP_RX_IN BIT(11)
7328 #define B_BE_PSR_RDY_CHKDIS BIT(10)
7329 #define B_BE_DRV_INFO_SZ_MASK GENMASK(9, 8)
7330 #define B_BE_HDR_CNV_SZ_MASK GENMASK(7, 6)
7331 #define B_BE_PHY_RPT_SZ_MASK GENMASK(5, 4)
7332 #define B_BE_CH_EN BIT(0)
7333 
7334 #define R_BE_DLK_PROTECT_CTL 0x11402
7335 #define R_BE_DLK_PROTECT_CTL_C1 0x15402
7336 #define B_BE_RX_DLK_CCA_TIME_MASK GENMASK(15, 8)
7337 #define TRXCFG_RMAC_CCA_TO 32
7338 #define B_BE_RX_DLK_DATA_TIME_MASK GENMASK(7, 4)
7339 #define TRXCFG_RMAC_DATA_TO 15
7340 #define B_BE_RX_DLK_RST_FSM BIT(3)
7341 #define B_BE_RX_DLK_RST_SKIPDMA BIT(2)
7342 #define B_BE_RX_DLK_RST_EN BIT(1)
7343 #define B_BE_RX_DLK_INT_EN BIT(0)
7344 
7345 #define R_BE_PLCP_HDR_FLTR 0x11404
7346 #define R_BE_PLCP_HDR_FLTR_C1 0x15404
7347 #define B_BE_PLCP_RXFA_RESET_TYPE_MASK GENMASK(15, 12)
7348 #define B_BE_PLCP_RXFA_RESET_EN BIT(11)
7349 #define B_BE_DIS_CHK_MIN_LEN BIT(8)
7350 #define B_BE_HE_SIGB_CRC_CHK BIT(6)
7351 #define B_BE_VHT_MU_SIGB_CRC_CHK BIT(5)
7352 #define B_BE_VHT_SU_SIGB_CRC_CHK BIT(4)
7353 #define B_BE_SIGA_CRC_CHK BIT(3)
7354 #define B_BE_LSIG_PARITY_CHK_EN BIT(2)
7355 #define B_BE_CCK_SIG_CHK BIT(1)
7356 #define B_BE_CCK_CRC_CHK BIT(0)
7357 
7358 #define R_BE_RX_FLTR_OPT 0x11420
7359 #define R_BE_RX_FLTR_OPT_C1 0x15420
7360 #define B_BE_UID_FILTER_MASK GENMASK(31, 24)
7361 #define B_BE_UNSPT_TYPE BIT(22)
7362 #define B_BE_RX_MPDU_MAX_LEN_MASK GENMASK(21, 16)
7363 #define B_BE_A_FTM_REQ BIT(14)
7364 #define B_BE_A_ERR_PKT BIT(13)
7365 #define B_BE_A_UNSUP_PKT BIT(12)
7366 #define B_BE_A_CRC32_ERR BIT(11)
7367 #define B_BE_A_BCN_CHK_RULE_MASK GENMASK(9, 8)
7368 #define B_BE_A_BCN_CHK_EN BIT(7)
7369 #define B_BE_A_MC_LIST_CAM_MATCH BIT(6)
7370 #define B_BE_A_BC_CAM_MATCH BIT(5)
7371 #define B_BE_A_UC_CAM_MATCH BIT(4)
7372 #define B_BE_A_MC BIT(3)
7373 #define B_BE_A_BC BIT(2)
7374 #define B_BE_A_A1_MATCH BIT(1)
7375 #define B_BE_SNIFFER_MODE BIT(0)
7376 
7377 #define R_BE_CTRL_FLTR 0x11424
7378 #define R_BE_CTRL_FLTR_C1 0x15424
7379 #define B_BE_CTRL_STYPE_MASK GENMASK(15, 0)
7380 #define RX_FLTR_FRAME_DROP_BE 0x0000
7381 #define RX_FLTR_FRAME_ACCEPT_BE 0xFFFF
7382 
7383 #define R_BE_MGNT_FLTR 0x11428
7384 #define R_BE_MGNT_FLTR_C1 0x15428
7385 #define B_BE_MGNT_STYPE_MASK GENMASK(15, 0)
7386 
7387 #define R_BE_DATA_FLTR 0x1142C
7388 #define R_BE_DATA_FLTR_C1 0x1542C
7389 #define B_BE_DATA_STYPE_MASK GENMASK(15, 0)
7390 
7391 #define R_BE_ADDR_CAM_CTRL 0x11434
7392 #define R_BE_ADDR_CAM_CTRL_C1 0x15434
7393 #define B_BE_ADDR_CAM_RANGE_MASK GENMASK(23, 16)
7394 #define ADDR_CAM_SERCH_RANGE  0x7f
7395 #define B_BE_ADDR_CAM_CMPLIMT_MASK GENMASK(15, 12)
7396 #define B_BE_ADDR_CAM_IORST BIT(10)
7397 #define B_BE_DIS_ADDR_CLK_GATED BIT(9)
7398 #define B_BE_ADDR_CAM_CLR BIT(8)
7399 #define B_BE_ADDR_CAM_A2_B0_CHK BIT(2)
7400 #define B_BE_ADDR_CAM_SRCH_PERPKT BIT(1)
7401 #define B_BE_ADDR_CAM_EN BIT(0)
7402 
7403 #define R_BE_RESPBA_CAM_CTRL 0x1143C
7404 #define R_BE_RESPBA_CAM_CTRL_C1 0x1543C
7405 #define B_BE_BACAM_SKIP_ALL_QOSNULL BIT(24)
7406 #define B_BE_BACAM_STD_SSN_SEL BIT(20)
7407 #define B_BE_BACAM_TEMP_SZ_MASK GENMASK(17, 16)
7408 #define B_BE_BACAM_RST_IDX_MASK GENMASK(15, 8)
7409 #define B_BE_BACAM_SHIFT_POLL BIT(7)
7410 #define B_BE_BACAM_IORST BIT(6)
7411 #define B_BE_BACAM_GCK_DIS BIT(5)
7412 #define B_BE_COMPL_VAL BIT(3)
7413 #define B_BE_SSN_SEL BIT(2)
7414 #define B_BE_BACAM_RST_MASK GENMASK(1, 0)
7415 #define S_BE_BACAM_RST_DONE 0
7416 #define S_BE_BACAM_RST_ENT 1
7417 #define S_BE_BACAM_RST_ALL 2
7418 
7419 #define R_BE_PPDU_STAT 0x11440
7420 #define R_BE_PPDU_STAT_C1 0x15440
7421 #define B_BE_STAT_IORST BIT(13)
7422 #define B_BE_STAT_GCKDIS BIT(12)
7423 #define B_BE_PPDU_STAT_WR_BW_MASK GENMASK(11, 10)
7424 #define B_BE_PPDU_STAT_RPT_TRIG BIT(8)
7425 #define B_BE_PPDU_STAT_RPT_DMA BIT(6)
7426 #define B_BE_PPDU_STAT_RPT_CRC32 BIT(5)
7427 #define B_BE_PPDU_STAT_RPT_ADDR BIT(4)
7428 #define B_BE_APP_PLCP_HDR_RPT BIT(3)
7429 #define B_BE_APP_RX_CNT_RPT BIT(2)
7430 #define B_BE_PPDU_MAC_INFO BIT(1)
7431 #define B_BE_PPDU_STAT_RPT_EN BIT(0)
7432 
7433 #define R_BE_RX_SR_CTRL 0x1144A
7434 #define R_BE_RX_SR_CTRL_C1 0x1544A
7435 #define B_BE_SR_OP_MODE_MASK GENMASK(5, 4)
7436 #define B_BE_SRG_CHK_EN BIT(2)
7437 #define B_BE_SR_CTRL_PLCP_EN BIT(1)
7438 #define B_BE_SR_EN BIT(0)
7439 
7440 #define R_BE_BSSID_SRC_CTRL 0x1144B
7441 #define R_BE_BSSID_SRC_CTRL_C1 0x1544B
7442 #define B_BE_BSSID_MATCH BIT(3)
7443 #define B_BE_PARTIAL_AID_MATCH BIT(2)
7444 #define B_BE_BSSCOLOR_MATCH BIT(1)
7445 #define B_BE_PLCP_SRC_EN BIT(0)
7446 
7447 #define R_BE_CSIRPT_OPTION 0x11464
7448 #define R_BE_CSIRPT_OPTION_C1 0x15464
7449 #define B_BE_CSIPRT_EHTSU_AID_EN BIT(26)
7450 #define B_BE_CSIPRT_HESU_AID_EN BIT(25)
7451 #define B_BE_CSIPRT_VHTSU_AID_EN BIT(24)
7452 
7453 #define R_BE_RX_ERR_ISR 0x114F4
7454 #define R_BE_RX_ERR_ISR_C1 0x154F4
7455 #define B_BE_RX_ERR_TRIG_ACT_TO BIT(9)
7456 #define B_BE_RX_ERR_STS_ACT_TO BIT(8)
7457 #define B_BE_RX_ERR_CSI_ACT_TO BIT(7)
7458 #define B_BE_RX_ERR_ACT_TO BIT(6)
7459 #define B_BE_CSI_DATAON_ASSERT_TO BIT(5)
7460 #define B_BE_DATAON_ASSERT_TO BIT(4)
7461 #define B_BE_CCA_ASSERT_TO BIT(3)
7462 #define B_BE_RX_ERR_DMA_TO BIT(2)
7463 #define B_BE_RX_ERR_DATA_TO BIT(1)
7464 #define B_BE_RX_ERR_CCA_TO BIT(0)
7465 
7466 #define R_BE_RX_ERR_IMR 0x114F8
7467 #define R_BE_RX_ERR_IMR_C1 0x154F8
7468 #define B_BE_RX_ERR_TRIG_ACT_TO_MSK BIT(9)
7469 #define B_BE_RX_ERR_STS_ACT_TO_MSK BIT(8)
7470 #define B_BE_RX_ERR_CSI_ACT_TO_MSK BIT(7)
7471 #define B_BE_RX_ERR_ACT_TO_MSK BIT(6)
7472 #define B_BE_CSI_DATAON_ASSERT_TO_MSK BIT(5)
7473 #define B_BE_DATAON_ASSERT_TO_MSK BIT(4)
7474 #define B_BE_CCA_ASSERT_TO_MSK BIT(3)
7475 #define B_BE_RX_ERR_DMA_TO_MSK BIT(2)
7476 #define B_BE_RX_ERR_DATA_TO_MSK BIT(1)
7477 #define B_BE_RX_ERR_CCA_TO_MSK BIT(0)
7478 #define B_BE_RX_ERR_IMR_CLR (B_BE_RX_ERR_CCA_TO_MSK | \
7479 			     B_BE_RX_ERR_DATA_TO_MSK | \
7480 			     B_BE_RX_ERR_DMA_TO_MSK | \
7481 			     B_BE_CCA_ASSERT_TO_MSK | \
7482 			     B_BE_DATAON_ASSERT_TO_MSK | \
7483 			     B_BE_CSI_DATAON_ASSERT_TO_MSK | \
7484 			     B_BE_RX_ERR_ACT_TO_MSK | \
7485 			     B_BE_RX_ERR_CSI_ACT_TO_MSK | \
7486 			     B_BE_RX_ERR_STS_ACT_TO_MSK | \
7487 			     B_BE_RX_ERR_TRIG_ACT_TO_MSK)
7488 #define B_BE_RX_ERR_IMR_SET (B_BE_RX_ERR_ACT_TO_MSK | \
7489 			     B_BE_RX_ERR_STS_ACT_TO_MSK | \
7490 			     B_BE_RX_ERR_TRIG_ACT_TO_MSK)
7491 
7492 #define R_BE_RX_PLCP_EXT_OPTION_1 0x11514
7493 #define R_BE_RX_PLCP_EXT_OPTION_1_C1 0x15514
7494 #define B_BE_PLCP_CLOSE_RX_UNSPUUORT BIT(19)
7495 #define B_BE_PLCP_CLOSE_RX_BB_BRK BIT(18)
7496 #define B_BE_PLCP_CLOSE_RX_PSDU_PRES BIT(17)
7497 #define B_BE_PLCP_CLOSE_RX_NDP BIT(16)
7498 #define B_BE_PLCP_NSS_SRC BIT(11)
7499 #define B_BE_PLCP_DOPPLEB_BE_SRC BIT(10)
7500 #define B_BE_PLCP_STBC_SRC BIT(9)
7501 #define B_BE_PLCP_SU_PSDU_LEN_SRC BIT(8)
7502 #define B_BE_PLCP_RXSB_SRC BIT(7)
7503 #define B_BE_PLCP_BW_SRC_MASK GENMASK(6, 5)
7504 #define B_BE_PLCP_GILTF_SRC BIT(4)
7505 #define B_BE_PLCP_NSTS_SRC BIT(3)
7506 #define B_BE_PLCP_MCS_SRC BIT(2)
7507 #define B_BE_PLCP_CH20_WIDATA_SRC BIT(1)
7508 #define B_BE_PLCP_PPDU_TYPE_SRC BIT(0)
7509 
7510 #define R_BE_RESP_CSI_RESERVED_PAGE 0x11810
7511 #define R_BE_RESP_CSI_RESERVED_PAGE_C1 0x15810
7512 #define B_BE_CSI_RESERVED_PAGE_NUM_MASK GENMASK(27, 16)
7513 #define B_BE_CSI_RESERVED_START_PAGE_MASK GENMASK(11, 0)
7514 
7515 #define R_BE_RESP_IMR 0x11884
7516 #define R_BE_RESP_IMR_C1 0x15884
7517 #define B_BE_RESP_TBL_FLAG_ERR_ISR_EN BIT(17)
7518 #define B_BE_RESP_SEC_DOUBLE_HIT_ERR_ISR_EN BIT(16)
7519 #define B_BE_RESP_WRPTR_CROSS_ERR_ISR_EN BIT(15)
7520 #define B_BE_RESP_TOO_MANY_PLD_ERR_ISR_EN BIT(14)
7521 #define B_BE_RESP_TXDMA_READ_DATA_ERR_ISR_EN BIT(13)
7522 #define B_BE_RESP_PLDID_RDY_ERR_ISR_EN BIT(12)
7523 #define B_BE_RESP_RX_OVERWRITE_ERR_ISR_EN BIT(11)
7524 #define B_BE_RESP_RXDMA_WRPTR_INVLD_ERR_ISR_EN BIT(10)
7525 #define B_BE_RESP_RXDMA_REQ_INVLD_ERR_ISR_EN BIT(9)
7526 #define B_BE_RESP_RXDMA_REQ_MACID_ERR_ISR_EN BIT(8)
7527 #define B_BE_RESP_TXCMD_TX_ST_ABORT_ERR_ISR_EN BIT(6)
7528 #define B_BE_RESP_TXCMD_DMAC_PROC_ERR_ISR_EN BIT(5)
7529 #define B_BE_RESP_TXCMD_TBL_ERR_ISR_EN BIT(4)
7530 #define B_BE_RESP_INITCMD_RX_ST_ABORT_ERR_ISR_EN BIT(3)
7531 #define B_BE_RESP_INITCMD_RESERVD_PAGE_ABORT_ERR_ISR_EN BIT(2)
7532 #define B_BE_RESP_INITCMD_TX_ST_ABORT_ERR_ISR_EN BIT(1)
7533 #define B_BE_RESP_DMAC_PROC_ERR_ISR_EN BIT(0)
7534 #define B_BE_RESP_IMR_CLR (B_BE_RESP_DMAC_PROC_ERR_ISR_EN | \
7535 			   B_BE_RESP_INITCMD_TX_ST_ABORT_ERR_ISR_EN | \
7536 			   B_BE_RESP_INITCMD_RX_ST_ABORT_ERR_ISR_EN | \
7537 			   B_BE_RESP_TXCMD_TBL_ERR_ISR_EN | \
7538 			   B_BE_RESP_TXCMD_DMAC_PROC_ERR_ISR_EN | \
7539 			   B_BE_RESP_TXCMD_TX_ST_ABORT_ERR_ISR_EN | \
7540 			   B_BE_RESP_RXDMA_REQ_MACID_ERR_ISR_EN | \
7541 			   B_BE_RESP_RXDMA_REQ_INVLD_ERR_ISR_EN | \
7542 			   B_BE_RESP_RXDMA_WRPTR_INVLD_ERR_ISR_EN | \
7543 			   B_BE_RESP_RX_OVERWRITE_ERR_ISR_EN | \
7544 			   B_BE_RESP_PLDID_RDY_ERR_ISR_EN | \
7545 			   B_BE_RESP_TXDMA_READ_DATA_ERR_ISR_EN | \
7546 			   B_BE_RESP_TOO_MANY_PLD_ERR_ISR_EN | \
7547 			   B_BE_RESP_WRPTR_CROSS_ERR_ISR_EN | \
7548 			   B_BE_RESP_SEC_DOUBLE_HIT_ERR_ISR_EN)
7549 #define B_BE_RESP_IMR_SET (B_BE_RESP_DMAC_PROC_ERR_ISR_EN | \
7550 			   B_BE_RESP_INITCMD_TX_ST_ABORT_ERR_ISR_EN | \
7551 			   B_BE_RESP_INITCMD_RX_ST_ABORT_ERR_ISR_EN | \
7552 			   B_BE_RESP_TXCMD_TBL_ERR_ISR_EN | \
7553 			   B_BE_RESP_TXCMD_DMAC_PROC_ERR_ISR_EN | \
7554 			   B_BE_RESP_TXCMD_TX_ST_ABORT_ERR_ISR_EN | \
7555 			   B_BE_RESP_RX_OVERWRITE_ERR_ISR_EN | \
7556 			   B_BE_RESP_PLDID_RDY_ERR_ISR_EN | \
7557 			   B_BE_RESP_WRPTR_CROSS_ERR_ISR_EN | \
7558 			   B_BE_RESP_SEC_DOUBLE_HIT_ERR_ISR_EN)
7559 
7560 #define R_BE_PWR_MODULE 0x11900
7561 #define R_BE_PWR_MODULE_C1 0x15900
7562 #define R_BE_PWR_LISTEN_PATH 0x11988
7563 #define B_BE_PWR_LISTEN_PATH_EN GENMASK(31, 28)
7564 
7565 #define R_BE_PWR_REF_CTRL 0x11A20
7566 #define B_BE_PWR_REF_CTRL_OFDM GENMASK(9, 1)
7567 #define B_BE_PWR_REF_CTRL_CCK GENMASK(18, 10)
7568 #define B_BE_PWR_OFST_LMT_DB GENMASK(27, 19)
7569 #define R_BE_PWR_OFST_LMTBF 0x11A24
7570 #define B_BE_PWR_OFST_LMTBF_DB GENMASK(8, 0)
7571 #define R_BE_PWR_FORCE_LMT 0x11A28
7572 #define B_BE_PWR_FORCE_LMT_ON BIT(6)
7573 
7574 #define R_BE_PWR_RATE_CTRL 0x11A2C
7575 #define B_BE_PWR_OFST_BYRATE_DB GENMASK(8, 0)
7576 #define B_BE_FORCE_PWR_BY_RATE_EN BIT(19)
7577 #define B_BE_FORCE_PWR_BY_RATE_VAL GENMASK(28, 20)
7578 
7579 #define R_BE_PWR_RATE_OFST_CTRL 0x11A30
7580 #define R_BE_PWR_RATE_OFST_END 0x11A38
7581 #define R_BE_PWR_RULMT_START 0x12048
7582 #define R_BE_PWR_RULMT_END 0x120e4
7583 
7584 #define R_BE_PWR_BOOST 0x11A40
7585 #define B_BE_PWR_CTRL_SEL BIT(16)
7586 #define B_BE_PWR_FORCE_RATE_ON BIT(29)
7587 #define R_BE_PWR_OFST_RULMT 0x11A44
7588 #define B_BE_PWR_OFST_RULMT_DB GENMASK(17, 9)
7589 #define B_BE_PWR_FORCE_RU_ON BIT(18)
7590 #define B_BE_PWR_FORCE_RU_ENON BIT(28)
7591 #define R_BE_PWR_FORCE_MACID 0x11A48
7592 #define B_BE_PWR_FORCE_MACID_ON BIT(9)
7593 
7594 #define R_BE_PWR_REG_CTRL 0x11A50
7595 #define B_BE_PWR_BT_EN BIT(23)
7596 
7597 #define R_BE_PWR_COEX_CTRL 0x11A54
7598 #define B_BE_PWR_BT_VAL GENMASK(8, 0)
7599 #define B_BE_PWR_FORCE_COEX_ON GENMASK(29, 27)
7600 
7601 #define R_BE_PWR_TH 0x11A78
7602 #define R_BE_PWR_RSSI_TARGET_LMT 0x11A84
7603 
7604 #define R_BE_PWR_OFST_SW 0x11AE8
7605 #define B_BE_PWR_OFST_SW_DB GENMASK(27, 24)
7606 
7607 #define R_BE_PWR_FTM 0x11B00
7608 #define R_BE_PWR_FTM_SS 0x11B04
7609 
7610 #define R_BE_PWR_BY_RATE 0x11E00
7611 #define R_BE_PWR_BY_RATE_MAX 0x11FA8
7612 #define R_BE_PWR_LMT 0x11FAC
7613 #define R_BE_PWR_LMT_MAX 0x12040
7614 #define R_BE_PWR_BY_RATE_END 0x12044
7615 #define R_BE_PWR_RU_LMT 0x12048
7616 #define R_BE_PWR_RU_LMT_MAX 0x120E4
7617 
7618 #define R_BE_C0_TXPWR_IMR 0x128E0
7619 #define R_BE_C0_TXPWR_IMR_C1 0x168E0
7620 #define B_BE_FSM_TIMEOUT_ERR_INT_EN BIT(0)
7621 #define B_BE_C0_TXPWR_IMR_CLR B_BE_FSM_TIMEOUT_ERR_INT_EN
7622 #define B_BE_C0_TXPWR_IMR_SET B_BE_FSM_TIMEOUT_ERR_INT_EN
7623 
7624 #define R_BE_TXPWR_ERR_FLAG 0x128E4
7625 #define R_BE_TXPWR_ERR_IMR 0x128E0
7626 #define R_BE_TXPWR_ERR_FLAG_C1 0x158E4
7627 #define R_BE_TXPWR_ERR_IMR_C1 0x158E0
7628 
7629 #define CMAC1_START_ADDR_BE 0x14000
7630 #define CMAC1_END_ADDR_BE 0x17FFF
7631 
7632 #define RR_MOD 0x00
7633 #define RR_MOD_V1 0x10000
7634 #define RR_MOD_IQK GENMASK(19, 4)
7635 #define RR_MOD_DPK GENMASK(19, 5)
7636 #define RR_MOD_MASK GENMASK(19, 16)
7637 #define RR_MOD_DCK GENMASK(14, 10)
7638 #define RR_MOD_RGM GENMASK(13, 4)
7639 #define RR_MOD_RXB GENMASK(9, 5)
7640 #define RR_MOD_V_DOWN 0x0
7641 #define RR_MOD_V_STANDBY 0x1
7642 #define RR_TXAGC 0x10001
7643 #define RR_MOD_V_TX 0x2
7644 #define RR_MOD_V_RX 0x3
7645 #define RR_MOD_V_TXIQK 0x4
7646 #define RR_MOD_V_DPK 0x5
7647 #define RR_MOD_V_RXK1 0x6
7648 #define RR_MOD_V_RXK2 0x7
7649 #define RR_MOD_NBW GENMASK(15, 14)
7650 #define RR_MOD_M_RXG GENMASK(13, 4)
7651 #define RR_MOD_M_RXBB GENMASK(9, 5)
7652 #define RR_MOD_LO_SEL BIT(1)
7653 #define RR_MODOPT 0x01
7654 #define RR_TXG_SEL GENMASK(19, 17)
7655 #define RR_MODOPT_M_TXPWR GENMASK(5, 0)
7656 #define RR_WLSEL 0x02
7657 #define RR_WLSEL_AG GENMASK(18, 16)
7658 #define RR_RSV1 0x05
7659 #define RR_RSV1_RST BIT(0)
7660 #define RR_BBDC 0x10005
7661 #define RR_BBDC_SEL BIT(0)
7662 #define RR_DTXLOK 0x08
7663 #define RR_RSV2 0x09
7664 #define RR_LOKVB 0x0a
7665 #define RR_LOKVB_COI GENMASK(19, 14)
7666 #define RR_LOKVB_COQ GENMASK(9, 4)
7667 #define RR_TXIG 0x11
7668 #define RR_TXIG_TG GENMASK(16, 12)
7669 #define RR_TXIG_GR1 GENMASK(6, 4)
7670 #define RR_TXIG_GR0 GENMASK(1, 0)
7671 #define RR_CHTR 0x17
7672 #define RR_CHTR_MOD GENMASK(11, 10)
7673 #define RR_CHTR_TXRX GENMASK(9, 0)
7674 #define RR_CFGCH 0x18
7675 #define RR_CFGCH_V1 0x10018
7676 #define RR_CFGCH_BAND1 GENMASK(17, 16)
7677 #define CFGCH_BAND1_2G 0
7678 #define CFGCH_BAND1_5G 1
7679 #define CFGCH_BAND1_6G 3
7680 #define RR_CFGCH_POW_LCK BIT(15)
7681 #define RR_CFGCH_TRX_AH BIT(14)
7682 #define RR_CFGCH_BCN BIT(13)
7683 #define RR_CFGCH_BW2 BIT(12)
7684 #define RR_CFGCH_BAND0 GENMASK(9, 8)
7685 #define CFGCH_BAND0_2G 0
7686 #define CFGCH_BAND0_5G 1
7687 #define CFGCH_BAND0_6G 0
7688 #define RR_CFGCH_BW_V2 GENMASK(12, 10)
7689 #define CFGCH_BW_V2_20M 0
7690 #define CFGCH_BW_V2_40M 1
7691 #define CFGCH_BW_V2_80M 2
7692 #define CFGCH_BW_V2_160M 3
7693 #define CFGCH_BW_V2_320M 4
7694 #define RR_CFGCH_BW GENMASK(11, 10)
7695 #define RR_CFGCH_CH GENMASK(7, 0)
7696 #define CFGCH_BW_20M 3
7697 #define CFGCH_BW_40M 2
7698 #define CFGCH_BW_80M 1
7699 #define CFGCH_BW_160M 0
7700 #define RR_APK 0x19
7701 #define RR_APK_MOD GENMASK(5, 4)
7702 #define RR_BTC 0x1a
7703 #define RR_BTC_TXBB GENMASK(14, 12)
7704 #define RR_BTC_RXBB GENMASK(11, 10)
7705 #define RR_RCKC 0x1b
7706 #define RR_RCKC_CA GENMASK(14, 10)
7707 #define RR_RCKS 0x1c
7708 #define RR_RCKO 0x1d
7709 #define RR_RCKO_OFF GENMASK(13, 9)
7710 #define RR_RXKPLL 0x1e
7711 #define RR_RXKPLL_OFF GENMASK(5, 0)
7712 #define RR_RXKPLL_POW BIT(19)
7713 #define RR_RSV4 0x1f
7714 #define RR_RSV4_AGH GENMASK(17, 16)
7715 #define RR_RSV4_PLLCH GENMASK(9, 0)
7716 #define RR_RXK 0x20
7717 #define RR_RXK_SEL2G BIT(8)
7718 #define RR_RXK_SEL5G BIT(7)
7719 #define RR_RXK_PLLEN BIT(5)
7720 #define RR_LUTWA 0x33
7721 #define RR_LUTWA_MASK GENMASK(9, 0)
7722 #define RR_LUTWA_M1 GENMASK(7, 0)
7723 #define RR_LUTWA_M2 GENMASK(4, 0)
7724 #define RR_LUTWD1 0x3e
7725 #define RR_LUTWD0 0x3f
7726 #define RR_LUTWD0_MB GENMASK(11, 6)
7727 #define RR_LUTWD0_LB GENMASK(5, 0)
7728 #define RR_TM 0x42
7729 #define RR_TM_TRI BIT(19)
7730 #define RR_TM_VAL_V1 GENMASK(7, 0)
7731 #define RR_TM_VAL GENMASK(6, 1)
7732 #define RR_TM2 0x43
7733 #define RR_TM2_OFF GENMASK(19, 16)
7734 #define RR_TXG1 0x51
7735 #define RR_TXG1_ATT2 BIT(19)
7736 #define RR_TXG1_ATT1 BIT(11)
7737 #define RR_TXG2 0x52
7738 #define RR_TXG2_ATT0 BIT(11)
7739 #define RR_BSPAD 0x54
7740 #define RR_TXGA 0x55
7741 #define RR_TXGA_TRK_EN BIT(7)
7742 #define RR_TXGA_LOK_EXT GENMASK(4, 0)
7743 #define RR_TXGA_LOK_EN BIT(0)
7744 #define RR_TXGA_V1 0x10055
7745 #define RR_TXGA_V1_TRK_EN BIT(7)
7746 #define RR_GAINTX 0x56
7747 #define RR_GAINTX_ALL GENMASK(15, 0)
7748 #define RR_GAINTX_PAD GENMASK(9, 5)
7749 #define RR_GAINTX_BB GENMASK(4, 0)
7750 #define RR_TXMO 0x58
7751 #define RR_TXMO_COI GENMASK(19, 15)
7752 #define RR_TXMO_COQ GENMASK(14, 10)
7753 #define RR_TXMO_FII GENMASK(9, 6)
7754 #define RR_TXMO_FIQ GENMASK(5, 2)
7755 #define RR_TXA 0x5d
7756 #define RR_TXA_TRK GENMASK(19, 14)
7757 #define RR_TXRSV 0x5c
7758 #define RR_TXRSV_GAPK BIT(19)
7759 #define RR_BIAS 0x5e
7760 #define RR_BIAS_GAPK BIT(19)
7761 #define RR_TXAC 0x5f
7762 #define RR_TXAC_IQG GENMASK(3, 0)
7763 #define RR_BIASA 0x60
7764 #define RR_BIASA_TXA GENMASK(19, 16)
7765 #define RR_BIASA_TXG GENMASK(15, 12)
7766 #define RR_BIASD_TXA_V1 GENMASK(15, 12)
7767 #define RR_BIASA_TXA_V1 GENMASK(11, 8)
7768 #define RR_BIASD_TXG_V1 GENMASK(7, 4)
7769 #define RR_BIASA_TXG_V1 GENMASK(3, 0)
7770 #define RR_BIASA_A GENMASK(2, 0)
7771 #define RR_BIASA2 0x63
7772 #define RR_BIASA2_LB GENMASK(4, 2)
7773 #define RR_TXATANK 0x64
7774 #define RR_TXATANK_LBSW2 GENMASK(17, 15)
7775 #define RR_TXATANK_LBSW GENMASK(16, 15)
7776 #define RR_TXA2 0x65
7777 #define RR_TXA2_LDO GENMASK(19, 16)
7778 #define RR_TRXIQ 0x66
7779 #define RR_RSV6 0x6d
7780 #define RR_TXVBUF 0x7c
7781 #define RR_TXVBUF_DACEN BIT(5)
7782 #define RR_TXPOW 0x7f
7783 #define RR_TXPOW_TXA BIT(8)
7784 #define RR_TXPOW_TXAS BIT(7)
7785 #define RR_TXPOW_TXG BIT(1)
7786 #define RR_RXPOW 0x80
7787 #define RR_RXPOW_IQK GENMASK(17, 16)
7788 #define RR_RXBB 0x83
7789 #define RR_RXBB_VOBUF GENMASK(15, 12)
7790 #define RR_RXBB_C2G GENMASK(16, 10)
7791 #define RR_RXBB_C2 GENMASK(11, 8)
7792 #define RR_RXBB_C1G GENMASK(9, 8)
7793 #define RR_RXBB_FATT GENMASK(7, 0)
7794 #define RR_RXBB_ATTR GENMASK(7, 4)
7795 #define RR_RXBB_ATTC GENMASK(2, 0)
7796 #define RR_RXG 0x84
7797 #define RR_RXG_IQKMOD GENMASK(19, 16)
7798 #define RR_XGLNA2 0x85
7799 #define RR_XGLNA2_SW GENMASK(1, 0)
7800 #define RR_RXAE 0x89
7801 #define RR_RXAE_IQKMOD GENMASK(3, 0)
7802 #define RR_RXA 0x8a
7803 #define RR_RXA_DPK GENMASK(9, 8)
7804 #define RR_RXA_LNA 0x8b
7805 #define RR_RXA2 0x8c
7806 #define RR_RAA2_SATT GENMASK(15, 13)
7807 #define RR_RAA2_SWATT GENMASK(15, 9)
7808 #define RR_RXA2_C1 GENMASK(12, 10)
7809 #define RR_RXA2_C2 GENMASK(9, 3)
7810 #define RR_RXA2_CC2 GENMASK(8, 7)
7811 #define RR_RXA2_IATT GENMASK(7, 4)
7812 #define RR_RXA2_HATT GENMASK(6, 0)
7813 #define RR_RXA2_ATT GENMASK(3, 0)
7814 #define RR_RXIQGEN 0x8d
7815 #define RR_RXIQGEN_ATTL GENMASK(12, 8)
7816 #define RR_RXIQGEN_ATTH GENMASK(14, 13)
7817 #define RR_RXBB2 0x8f
7818 #define RR_RXBB2_DAC_EN BIT(13)
7819 #define RR_RXBB2_CKT BIT(12)
7820 #define RR_EN_TIA_IDA GENMASK(11, 10)
7821 #define RR_RXBB2_IDAC GENMASK(11, 9)
7822 #define RR_RXBB2_EBW GENMASK(6, 5)
7823 #define RR_XALNA2 0x90
7824 #define RR_XALNA2_SW2 GENMASK(9, 8)
7825 #define RR_XALNA2_SW GENMASK(1, 0)
7826 #define RR_DCK 0x92
7827 #define RR_DCK_S1 GENMASK(19, 16)
7828 #define RR_DCK_TIA GENMASK(15, 9)
7829 #define RR_DCK_DONE GENMASK(7, 5)
7830 #define RR_DCK_FINE BIT(1)
7831 #define RR_DCK_LV BIT(0)
7832 #define RR_DCK1 0x93
7833 #define RR_DCK1_S1 GENMASK(19, 16)
7834 #define RR_DCK1_TIA GENMASK(15, 9)
7835 #define RR_DCK1_DONE BIT(5)
7836 #define RR_DCK1_CLR GENMASK(3, 0)
7837 #define RR_DCK1_SEL BIT(3)
7838 #define RR_DCK2 0x94
7839 #define RR_DCK2_CYCLE GENMASK(7, 2)
7840 #define RR_DCKC 0x95
7841 #define RR_DCKC_CHK BIT(3)
7842 #define RR_IQGEN 0x97
7843 #define RR_IQGEN_BIAS GENMASK(11, 8)
7844 #define RR_TXIQK 0x98
7845 #define RR_TXIQK_ATT2 GENMASK(15, 12)
7846 #define RR_TXIQK_ATT1 GENMASK(6, 0)
7847 #define RR_TIA 0x9e
7848 #define RR_TIA_N6 BIT(8)
7849 #define RR_MIXER 0x9f
7850 #define RR_MIXER_GN GENMASK(4, 3)
7851 #define RR_POW 0xa0
7852 #define RR_POW_SYN GENMASK(3, 2)
7853 #define RR_POW_SYN_V1 GENMASK(3, 0)
7854 #define RR_LOGEN 0xa3
7855 #define RR_LOGEN_RPT GENMASK(19, 16)
7856 #define RR_SX 0xaf
7857 #define RR_IBD 0xc9
7858 #define RR_IBD_VAL GENMASK(4, 0)
7859 #define RR_LDO 0xb1
7860 #define RR_LDO_SEL GENMASK(8, 6)
7861 #define RR_VCO 0xb2
7862 #define RR_VCO_SEL GENMASK(9, 8)
7863 #define RR_VCI 0xb3
7864 #define RR_VCI_ON BIT(7)
7865 #define RR_LPF 0xb7
7866 #define RR_LPF_BUSY BIT(8)
7867 #define RR_XTALX2 0xb8
7868 #define RR_MALSEL 0xbe
7869 #define RR_SYNFB 0xc5
7870 #define RR_SYNFB_LK BIT(15)
7871 #define RR_AACK 0xca
7872 #define RR_LCKST 0xcf
7873 #define RR_LCKST_BIN BIT(0)
7874 #define RR_LCK_TRG 0xd3
7875 #define RR_LCK_TRGSEL BIT(8)
7876 #define RR_LCK_ST BIT(4)
7877 #define RR_MMD 0xd5
7878 #define RR_MMD_RST_EN BIT(8)
7879 #define RR_MMD_RST_SYN BIT(6)
7880 #define RR_SMD 0xd6
7881 #define RR_VCO2 BIT(19)
7882 #define RR_IQKPLL 0xdc
7883 #define RR_IQKPLL_MOD GENMASK(9, 8)
7884 #define RR_SYNLUT 0xdd
7885 #define RR_SYNLUT_MOD BIT(4)
7886 #define RR_RCKD 0xde
7887 #define RR_RCKD_POW GENMASK(19, 13)
7888 #define RR_RCKD_BW BIT(2)
7889 #define RR_TXADBG 0xde
7890 #define RR_LUTDBG 0xdf
7891 #define RR_LUTDBG_TIA BIT(12)
7892 #define RR_LUTDBG_LOK BIT(2)
7893 #define RR_LUTPLL 0xec
7894 #define RR_CAL_RW BIT(19)
7895 #define RR_LUTWE2 0xee
7896 #define RR_LUTWE2_RTXBW BIT(2)
7897 #define RR_LUTWE2_DIS BIT(6)
7898 #define RR_LUTWE 0xef
7899 #define RR_LUTWE_LOK BIT(2)
7900 #define RR_RFC 0xf0
7901 #define RR_WCAL BIT(16)
7902 #define RR_RFC_CKEN BIT(1)
7903 
7904 #define R_UPD_P0 0x0000
7905 #define R_BBCLK 0x0000
7906 #define B_CLK_640M BIT(2)
7907 #define R_RSTB_WATCH_DOG 0x000C
7908 #define B_P0_RSTB_WATCH_DOG BIT(0)
7909 #define B_P1_RSTB_WATCH_DOG BIT(1)
7910 #define B_UPD_P0_EN BIT(31)
7911 #define R_EMLSR 0x0044
7912 #define B_EMLSR_PARM GENMASK(27, 12)
7913 #define R_CHK_LPS_STAT 0x0058
7914 #define B_CHK_LPS_STAT BIT(0)
7915 #define R_SPOOF_CG 0x00B4
7916 #define B_SPOOF_CG_EN BIT(17)
7917 #define R_CHINFO_SEG 0x00B4
7918 #define B_CHINFO_SEG_LEN GENMASK(2, 0)
7919 #define B_CHINFO_SEG GENMASK(16, 7)
7920 #define R_DFS_FFT_CG 0x00B8
7921 #define B_DFS_CG_EN BIT(1)
7922 #define B_DFS_FFT_EN BIT(0)
7923 #define R_CHINFO_DATA 0x00C0
7924 #define B_CHINFO_DATA_BITMAP GENMASK(22, 0)
7925 #define R_ANAPAR_PW15 0x030C
7926 #define B_ANAPAR_PW15 GENMASK(31, 24)
7927 #define B_ANAPAR_PW15_H GENMASK(27, 24)
7928 #define B_ANAPAR_PW15_H2 GENMASK(27, 26)
7929 #define R_ANAPAR 0x032C
7930 #define B_ANAPAR_15 GENMASK(31, 16)
7931 #define B_ANAPAR_EN1 BIT(31)
7932 #define B_ANAPAR_ADCCLK BIT(30)
7933 #define B_ANAPAR_FLTRST BIT(22)
7934 #define B_ANAPAR_CRXBB GENMASK(18, 16)
7935 #define B_ANAPAR_EN BIT(16)
7936 #define B_ANAPAR_14 GENMASK(15, 0)
7937 #define R_RFE_E_A2 0x0334
7938 #define R_RFE_O_SEL_A2 0x0338
7939 #define R_RFE_SEL0_A2 0x033C
7940 #define B_RFE_SEL0_MASK GENMASK(1, 0)
7941 #define R_RFE_SEL32_A2 0x0340
7942 #define R_CIRST 0x035c
7943 #define B_CIRST_SYN GENMASK(11, 10)
7944 #define R_SWSI_DATA_V1 0x0370
7945 #define B_SWSI_DATA_VAL_V1 GENMASK(19, 0)
7946 #define B_SWSI_DATA_ADDR_V1 GENMASK(27, 20)
7947 #define B_SWSI_DATA_PATH_V1 GENMASK(30, 28)
7948 #define B_SWSI_DATA_BIT_MASK_EN_V1 BIT(31)
7949 #define R_SWSI_BIT_MASK_V1 0x0374
7950 #define B_SWSI_BIT_MASK_V1 GENMASK(19, 0)
7951 #define R_SWSI_READ_ADDR_V1 0x0378
7952 #define B_SWSI_READ_ADDR_ADDR_V1 GENMASK(7, 0)
7953 #define B_SWSI_READ_ADDR_PATH_V1 GENMASK(10, 8)
7954 #define B_SWSI_READ_ADDR_V1 GENMASK(10, 0)
7955 #define R_BRK_R 0x0418
7956 #define B_VHTMCS_LMT GENMASK(22, 21)
7957 #define B_HTMCS_LMT GENMASK(9, 8)
7958 #define R_BRK_EHT 0x0474
7959 #define B_RXEHT_NSS_MAX GENMASK(4, 2)
7960 #define R_BRK_RXEHT 0x0478
7961 #define B_RXEHT_N_USER_MAX GENMASK(31, 24)
7962 #define B_RXEHTTB_NSS_MAX GENMASK(16, 14)
7963 #define R_EN_SND_WO_NDP 0x047c
7964 #define R_EN_SND_WO_NDP_C1 0x147c
7965 #define B_EN_SND_WO_NDP BIT(1)
7966 #define R_BRK_HE 0x0480
7967 #define B_TB_NSS_MAX GENMASK(25, 23)
7968 #define B_NSS_MAX GENMASK(16, 14)
7969 #define B_N_USR_MAX GENMASK(13, 6)
7970 #define R_RXCCA_BE1 0x0520
7971 #define B_RXCCA_BE1_DIS BIT(0)
7972 #define R_UPD_CLK_ADC 0x0700
7973 #define B_UPD_GEN_ON BIT(27)
7974 #define B_UPD_CLK_ADC_VAL GENMASK(26, 25)
7975 #define B_UPD_CLK_ADC_ON BIT(24)
7976 #define B_ENABLE_CCK BIT(5)
7977 #define R_RSTB_ASYNC 0x0704
7978 #define B_RSTB_ASYNC_BW80 GENMASK(9, 8)
7979 #define B_RSTB_ASYNC_ALL BIT(1)
7980 #define R_P0_ANT_SW 0x0728
7981 #define B_P0_HW_ANTSW_DIS_BY_GNT_BT BIT(12)
7982 #define B_P0_TRSW_TX_EXTEND GENMASK(3, 0)
7983 #define R_MAC_PIN_SEL 0x0734
7984 #define B_CH_IDX_SEG0 GENMASK(23, 16)
7985 #define R_PLCP_HISTOGRAM 0x0738
7986 #define B_STS_PARSING_TIME GENMASK(19, 16)
7987 #define B_STS_DIS_TRIG_BY_FAIL BIT(3)
7988 #define B_STS_DIS_TRIG_BY_BRK BIT(2)
7989 #define R_PHY_STS_BITMAP_ADDR_START R_PHY_STS_BITMAP_SEARCH_FAIL
7990 #define B_PHY_STS_BITMAP_ADDR_MASK GENMASK(6, 2)
7991 #define R_PHY_STS_BITMAP_SEARCH_FAIL 0x073C
7992 #define B_PHY_STS_BITMAP_MSK_52A 0x337cff3f
7993 #define R_PHY_STS_BITMAP_R2T 0x0740
7994 #define R_PHY_STS_BITMAP_CCA_SPOOF 0x0744
7995 #define R_PHY_STS_BITMAP_OFDM_BRK 0x0748
7996 #define R_PHY_STS_BITMAP_CCK_BRK 0x074C
7997 #define R_PHY_STS_BITMAP_DL_MU_SPOOF 0x0750
7998 #define R_PHY_STS_BITMAP_HE_MU 0x0754
7999 #define R_PHY_STS_BITMAP_VHT_MU 0x0758
8000 #define R_PHY_STS_BITMAP_UL_TB_SPOOF 0x075C
8001 #define R_PHY_STS_BITMAP_TRIGBASE 0x0760
8002 #define R_PHY_STS_BITMAP_CCK 0x0764
8003 #define R_PHY_STS_BITMAP_LEGACY 0x0768
8004 #define R_PHY_STS_BITMAP_HT 0x076C
8005 #define R_PHY_STS_BITMAP_VHT 0x0770
8006 #define R_PHY_STS_BITMAP_HE 0x0774
8007 #define R_EDCCA_RPTREG_SEL_BE 0x078C
8008 #define B_EDCCA_RPTREG_SEL_BE_MSK GENMASK(22, 20)
8009 #define R_PMAC_GNT 0x0980
8010 #define B_PMAC_GNT_TXEN BIT(0)
8011 #define B_PMAC_GNT_RXEN BIT(16)
8012 #define B_PMAC_GNT_P1 GENMASK(20, 17)
8013 #define B_PMAC_GNT_P2 GENMASK(29, 26)
8014 #define R_PMAC_RX_CFG1 0x0988
8015 #define B_PMAC_OPT1_MSK GENMASK(11, 0)
8016 #define R_PMAC_RXMOD 0x0994
8017 #define B_PMAC_RXMOD_MSK GENMASK(7, 4)
8018 #define R_MAC_SEL 0x09A4
8019 #define B_MAC_SEL_OFDM_TRI_FILTER BIT(31)
8020 #define B_MAC_SEL GENMASK(19, 17)
8021 #define B_MAC_SEL_PWR_EN BIT(16)
8022 #define B_MAC_SEL_DPD_EN BIT(10)
8023 #define B_MAC_SEL_MOD GENMASK(4, 2)
8024 #define R_PMAC_TX_CTRL 0x09C0
8025 #define B_PMAC_TXEN_DIS BIT(0)
8026 #define R_PMAC_TX_PRD 0x09C4
8027 #define B_PMAC_TX_PRD_MSK GENMASK(31, 8)
8028 #define B_PMAC_CTX_EN BIT(0)
8029 #define B_PMAC_PTX_EN BIT(4)
8030 #define R_PMAC_TX_CNT 0x09C8
8031 #define B_PMAC_TX_CNT_MSK GENMASK(31, 0)
8032 #define R_P80_AT_HIGH_FREQ 0x09D8
8033 #define B_P80_AT_HIGH_FREQ BIT(26)
8034 #define R_DBCC_80P80_SEL_EVM_RPT 0x0A10
8035 #define B_DBCC_80P80_SEL_EVM_RPT_EN BIT(0)
8036 #define R_CCX 0x0C00
8037 #define B_CCX_EDCCA_OPT_MSK GENMASK(6, 4)
8038 #define B_CCX_EDCCA_OPT_MSK_V1 GENMASK(7, 4)
8039 #define B_MEASUREMENT_TRIG_MSK BIT(2)
8040 #define B_CCX_TRIG_OPT_MSK BIT(1)
8041 #define B_CCX_EN_MSK BIT(0)
8042 #define R_FAHM 0x0C1C
8043 #define B_RXTD_CKEN BIT(2)
8044 #define R_IFS_COUNTER 0x0C28
8045 #define B_IFS_CLM_PERIOD_MSK GENMASK(31, 16)
8046 #define B_IFS_CLM_COUNTER_UNIT_MSK GENMASK(15, 14)
8047 #define B_IFS_COUNTER_CLR_MSK BIT(13)
8048 #define B_IFS_COLLECT_EN BIT(12)
8049 #define R_IFS_T1 0x0C2C
8050 #define B_IFS_T1_TH_HIGH_MSK GENMASK(31, 16)
8051 #define B_IFS_T1_EN_MSK BIT(15)
8052 #define B_IFS_T1_TH_LOW_MSK GENMASK(14, 0)
8053 #define R_IFS_T2 0x0C30
8054 #define B_IFS_T2_TH_HIGH_MSK GENMASK(31, 16)
8055 #define B_IFS_T2_EN_MSK BIT(15)
8056 #define B_IFS_T2_TH_LOW_MSK GENMASK(14, 0)
8057 #define R_IFS_T3 0x0C34
8058 #define B_IFS_T3_TH_HIGH_MSK GENMASK(31, 16)
8059 #define B_IFS_T3_EN_MSK BIT(15)
8060 #define B_IFS_T3_TH_LOW_MSK GENMASK(14, 0)
8061 #define R_IFS_T4 0x0C38
8062 #define B_IFS_T4_TH_HIGH_MSK GENMASK(31, 16)
8063 #define B_IFS_T4_EN_MSK BIT(15)
8064 #define B_IFS_T4_TH_LOW_MSK GENMASK(14, 0)
8065 #define R_PD_CTRL 0x0C3C
8066 #define B_PD_HIT_DIS BIT(9)
8067 #define R_IOQ_IQK_DPK 0x0C60
8068 #define B_IOQ_IQK_DPK_CLKEN GENMASK(1, 0)
8069 #define B_IOQ_IQK_DPK_EN BIT(1)
8070 #define R_GNT_BT_WGT_EN 0x0C6C
8071 #define B_GNT_BT_WGT_EN BIT(21)
8072 #define R_IQK_DPK_RST 0x0C6C
8073 #define R_IQK_DPK_RST_C1 0x1C6C
8074 #define B_IQK_DPK_RST BIT(0)
8075 #define R_TX_COLLISION_T2R_ST 0x0C70
8076 #define B_TX_COLLISION_T2R_ST_M GENMASK(25, 20)
8077 #define B_TXRX_FORCE_VAL GENMASK(9, 0)
8078 #define R_TXGATING 0x0C74
8079 #define B_TXGATING_EN BIT(4)
8080 #define R_TXRFC 0x0C7C
8081 #define R_TXRFC_C1 0x1C7C
8082 #define B_TXRFC_RST GENMASK(23, 21)
8083 #define R_PD_ARBITER_OFF 0x0C80
8084 #define B_PD_ARBITER_OFF BIT(31)
8085 #define R_SNDCCA_A1 0x0C9C
8086 #define B_SNDCCA_A1_EN GENMASK(19, 12)
8087 #define R_SNDCCA_A2 0x0CA0
8088 #define B_SNDCCA_A2_VAL GENMASK(19, 12)
8089 #define R_UDP_COEEF 0x0CBC
8090 #define B_UDP_COEEF BIT(19)
8091 #define R_TX_COLLISION_T2R_ST_BE 0x0CC8
8092 #define B_TX_COLLISION_T2R_ST_BE_M GENMASK(13, 8)
8093 #define R_RXHT_MCS_LIMIT 0x0D18
8094 #define B_RXHT_MCS_LIMIT GENMASK(9, 8)
8095 #define R_RXVHT_MCS_LIMIT 0x0D18
8096 #define B_RXVHT_MCS_LIMIT GENMASK(22, 21)
8097 #define R_P0_EN_SOUND_WO_NDP 0x0D7C
8098 #define B_P0_EN_SOUND_WO_NDP BIT(1)
8099 #define R_RXHE 0x0D80
8100 #define B_RXHETB_MAX_NSS GENMASK(25, 23)
8101 #define B_RXHE_MAX_NSS GENMASK(16, 14)
8102 #define B_RXHE_USER_MAX GENMASK(13, 6)
8103 #define R_SPOOF_ASYNC_RST 0x0D84
8104 #define B_SPOOF_ASYNC_RST BIT(15)
8105 #define R_NDP_BRK0 0xDA0
8106 #define R_NDP_BRK1 0xDA4
8107 #define B_NDP_RU_BRK BIT(0)
8108 #define R_BRK_ASYNC_RST_EN_1 0x0DC0
8109 #define R_BRK_ASYNC_RST_EN_2 0x0DC4
8110 #define R_BRK_ASYNC_RST_EN_3 0x0DC8
8111 #define R_CTLTOP 0x1008
8112 #define B_CTLTOP_ON BIT(23)
8113 #define B_CTLTOP_VAL GENMASK(15, 12)
8114 #define R_CLK_GCK 0x1008
8115 #define B_CLK_GCK GENMASK(24, 0)
8116 #define R_EDCCA_RPT_SEL_BE 0x10CC
8117 #define R_ADC_FIFO_V1 0x10FC
8118 #define B_ADC_FIFO_EN_V1 GENMASK(31, 24)
8119 #define R_S0_HW_SI_DIS 0x1200
8120 #define B_S0_HW_SI_DIS_W_R_TRIG GENMASK(30, 28)
8121 #define R_P0_RXCK 0x12A0
8122 #define B_P0_RXCK_ADJ GENMASK(31, 23)
8123 #define B_P0_RXCK_BW3 BIT(30)
8124 #define B_P0_TXCK_ALL GENMASK(19, 12)
8125 #define B_P0_RXCK_ON BIT(19)
8126 #define B_P0_RXCK_VAL GENMASK(18, 16)
8127 #define B_P0_TXCK_ON BIT(15)
8128 #define B_P0_TXCK_VAL GENMASK(14, 12)
8129 #define R_P0_RFMODE 0x12AC
8130 #define B_P0_RFMODE_ORI_TXRX_FTM_TX GENMASK(31, 4)
8131 #define B_P0_RFMODE_MUX GENMASK(11, 4)
8132 #define R_P0_RFMODE_ORI_RX 0x12AC
8133 #define B_P0_RFMODE_ORI_RX_ALL GENMASK(23, 12)
8134 #define R_P0_RFMODE_FTM_RX 0x12B0
8135 #define B_P0_RFMODE_FTM_RX GENMASK(11, 0)
8136 #define R_P0_NRBW 0x12B8
8137 #define B_P0_NRBW_DBG BIT(30)
8138 #define B_P0_NRBW_RSTB BIT(28)
8139 #define R_S0_RXDC 0x12D4
8140 #define B_S0_RXDC_I GENMASK(25, 16)
8141 #define B_S0_RXDC_Q GENMASK(31, 26)
8142 #define R_S0_RXDC2 0x12D8
8143 #define B_S0_RXDC2_SEL GENMASK(9, 8)
8144 #define B_S0_RXDC2_AVG GENMASK(7, 6)
8145 #define B_S0_RXDC2_MEN GENMASK(5, 4)
8146 #define B_S0_RXDC2_Q2 GENMASK(3, 0)
8147 #define R_CFO_COMP_SEG0_L 0x1384
8148 #define R_CFO_COMP_SEG0_H 0x1388
8149 #define R_CFO_COMP_SEG0_CTRL 0x138C
8150 #define R_DBG32_D 0x1730
8151 #define R_EDCCA_RPT_A 0x1738
8152 #define R_EDCCA_RPT_B 0x173c
8153 #define B_EDCCA_RPT_B_FB BIT(7)
8154 #define B_EDCCA_RPT_B_P20 BIT(6)
8155 #define B_EDCCA_RPT_B_S20 BIT(5)
8156 #define B_EDCCA_RPT_B_S40 BIT(4)
8157 #define B_EDCCA_RPT_B_S80 BIT(3)
8158 #define B_EDCCA_RPT_B_PATH_MASK GENMASK(2, 1)
8159 #define R_SWSI_V1 0x174C
8160 #define B_SWSI_W_BUSY_V1 BIT(24)
8161 #define B_SWSI_R_BUSY_V1 BIT(25)
8162 #define B_SWSI_R_DATA_DONE_V1 BIT(26)
8163 #define R_TX_COUNTER 0x1A40
8164 #define R_IFS_CLM_TX_CNT 0x1ACC
8165 #define R_IFS_CLM_TX_CNT_V1 0x0ECC
8166 #define B_IFS_CLM_EDCCA_EXCLUDE_CCA_FA_MSK GENMASK(31, 16)
8167 #define B_IFS_CLM_TX_CNT_MSK GENMASK(15, 0)
8168 #define R_IFS_CLM_CCA 0x1AD0
8169 #define R_IFS_CLM_CCA_V1 0x0ED0
8170 #define B_IFS_CLM_OFDMCCA_EXCLUDE_FA_MSK GENMASK(31, 16)
8171 #define B_IFS_CLM_CCKCCA_EXCLUDE_FA_MSK GENMASK(15, 0)
8172 #define R_IFS_CLM_FA 0x1AD4
8173 #define R_IFS_CLM_FA_V1 0x0ED4
8174 #define B_IFS_CLM_OFDM_FA_MSK GENMASK(31, 16)
8175 #define B_IFS_CLM_CCK_FA_MSK GENMASK(15, 0)
8176 #define R_IFS_HIS 0x1AD8
8177 #define R_IFS_HIS_V1 0x0ED8
8178 #define B_IFS_T4_HIS_MSK GENMASK(31, 24)
8179 #define B_IFS_T3_HIS_MSK GENMASK(23, 16)
8180 #define B_IFS_T2_HIS_MSK GENMASK(15, 8)
8181 #define B_IFS_T1_HIS_MSK GENMASK(7, 0)
8182 #define R_IFS_AVG_L 0x1ADC
8183 #define R_IFS_AVG_L_V1 0x0EDC
8184 #define B_IFS_T2_AVG_MSK GENMASK(31, 16)
8185 #define B_IFS_T1_AVG_MSK GENMASK(15, 0)
8186 #define R_IFS_AVG_H 0x1AE0
8187 #define R_IFS_AVG_H_V1 0x0EE0
8188 #define B_IFS_T4_AVG_MSK GENMASK(31, 16)
8189 #define B_IFS_T3_AVG_MSK GENMASK(15, 0)
8190 #define R_IFS_CCA_L 0x1AE4
8191 #define R_IFS_CCA_L_V1 0x0EE4
8192 #define B_IFS_T2_CCA_MSK GENMASK(31, 16)
8193 #define B_IFS_T1_CCA_MSK GENMASK(15, 0)
8194 #define R_IFS_CCA_H 0x1AE8
8195 #define R_IFS_CCA_H_V1 0x0EE8
8196 #define B_IFS_T4_CCA_MSK GENMASK(31, 16)
8197 #define B_IFS_T3_CCA_MSK GENMASK(15, 0)
8198 #define R_IFSCNT 0x1AEC
8199 #define R_IFSCNT_V1 0x0EEC
8200 #define B_IFSCNT_DONE_MSK BIT(16)
8201 #define B_IFSCNT_TOTAL_CNT_MSK GENMASK(15, 0)
8202 #define R_TXAGC_TP 0x1C04
8203 #define B_TXAGC_TP GENMASK(2, 0)
8204 #define R_TSSI_THER 0x1C10
8205 #define B_TSSI_THER GENMASK(29, 24)
8206 #define R_TSSI_CWRPT 0x1C18
8207 #define B_TSSI_CWRPT_RDY BIT(16)
8208 #define B_TSSI_CWRPT GENMASK(8, 0)
8209 #define R_TXAGC_BTP 0x1CA0
8210 #define B_TXAGC_BTP GENMASK(31, 24)
8211 #define R_TXAGC_BB 0x1C60
8212 #define B_TXAGC_BB_OFT GENMASK(31, 16)
8213 #define B_TXAGC_BB GENMASK(31, 24)
8214 #define B_TXAGC_RF GENMASK(5, 0)
8215 #define R_PATH0_TXPWR 0x1C78
8216 #define B_PATH0_TXPWR GENMASK(8, 0)
8217 #define R_S0_ADDCK 0x1E00
8218 #define B_S0_ADDCK_I GENMASK(9, 0)
8219 #define B_S0_ADDCK_Q GENMASK(19, 10)
8220 #define R_TXCKEN_FORCE 0x2008
8221 #define B_TXCKEN_FORCE_ALL GENMASK(24, 0)
8222 #define R_EDCCA_RPT_SEL 0x20CC
8223 #define B_EDCCA_RPT_SEL_MSK GENMASK(2, 0)
8224 #define R_ADC_FIFO 0x20fc
8225 #define B_ADC_FIFO_RST GENMASK(31, 24)
8226 #define B_ADC_FIFO_RXK GENMASK(31, 16)
8227 #define B_ADC_FIFO_A3 BIT(28)
8228 #define B_ADC_FIFO_A2 BIT(24)
8229 #define B_ADC_FIFO_A1 BIT(20)
8230 #define B_ADC_FIFO_A0 BIT(16)
8231 #define R_TXFIR0 0x2300
8232 #define B_TXFIR_C01 GENMASK(23, 0)
8233 #define R_TXFIR2 0x2304
8234 #define B_TXFIR_C23 GENMASK(23, 0)
8235 #define R_TXFIR4 0x2308
8236 #define B_TXFIR_C45 GENMASK(23, 0)
8237 #define R_TXFIR6 0x230c
8238 #define B_TXFIR_C67 GENMASK(23, 0)
8239 #define R_TXFIR8 0x2310
8240 #define B_TXFIR_C89 GENMASK(23, 0)
8241 #define R_TXFIRA 0x2314
8242 #define B_TXFIR_CAB GENMASK(23, 0)
8243 #define R_TXFIRC 0x2318
8244 #define B_TXFIR_CCD GENMASK(23, 0)
8245 #define R_TXFIRE 0x231c
8246 #define B_TXFIR_CEF GENMASK(23, 0)
8247 #define R_11B_RX_V1 0x2320
8248 #define B_11B_RXCCA_DIS_V1 BIT(0)
8249 #define R_RPL_OFST 0x2340
8250 #define B_RPL_OFST_MASK GENMASK(14, 8)
8251 #define R_RXCCA 0x2344
8252 #define B_RXCCA_DIS BIT(31)
8253 #define R_RXCCA_V1 0x2320
8254 #define B_RXCCA_DIS_V1 BIT(0)
8255 #define R_RXSC 0x237C
8256 #define B_RXSC_EN BIT(0)
8257 #define R_RX_RPL_OFST 0x23AC
8258 #define B_RX_RPL_OFST_CCK_MASK GENMASK(6, 0)
8259 #define R_RXSCOBC 0x23B0
8260 #define B_RXSCOBC_TH GENMASK(18, 0)
8261 #define R_RXSCOCCK 0x23B4
8262 #define B_RXSCOCCK_TH GENMASK(18, 0)
8263 #define R_P80_AT_HIGH_FREQ_RU_ALLOC 0x2410
8264 #define B_P80_AT_HIGH_FREQ_RU_ALLOC_PHY1 BIT(14)
8265 #define B_P80_AT_HIGH_FREQ_RU_ALLOC_PHY0 BIT(13)
8266 #define R_DBCC_80P80_SEL_EVM_RPT2 0x2A10
8267 #define B_DBCC_80P80_SEL_EVM_RPT2_EN BIT(0)
8268 #define R_AFEDAC0 0x2A5C
8269 #define B_AFEDAC0 GENMASK(31, 27)
8270 #define R_AFEDAC1 0x2A60
8271 #define B_AFEDAC1 GENMASK(2, 0)
8272 #define R_IQKDPK_HC 0x2AB8
8273 #define B_IQKDPK_HC BIT(28)
8274 #define R_HWSI_ADD0 0x2ADC
8275 #define R_HWSI_ADD1 0x2BDC
8276 #define B_HWSI_ADD_MASK GENMASK(11, 4)
8277 #define B_HWSI_ADD_CTL_MASK GENMASK(2, 0)
8278 #define B_HWSI_ADD_RD BIT(2)
8279 #define B_HWSI_ADD_POLL_MASK GENMASK(1, 0)
8280 #define B_HWSI_ADD_RUN BIT(1)
8281 #define B_HWSI_ADD_BUSY BIT(0)
8282 #define R_HWSI_DATA 0x2AE0
8283 #define B_HWSI_DATA_VAL GENMASK(27, 8)
8284 #define B_HWSI_DATA_ADDR GENMASK(7, 0)
8285 #define R_HWSI_VAL0 0x2C24
8286 #define R_HWSI_VAL1 0x2D24
8287 #define B_HWSI_VAL_RDONE BIT(31)
8288 #define B_HWSI_VAL_BUSY BIT(29)
8289 #define R_P1_EN_SOUND_WO_NDP 0x2D7C
8290 #define B_P1_EN_SOUND_WO_NDP BIT(1)
8291 #define R_EDCCA_RPT_A_BE 0x2E38
8292 #define R_EDCCA_RPT_B_BE 0x2E3C
8293 #define R_S1_HW_SI_DIS 0x3200
8294 #define B_S1_HW_SI_DIS_W_R_TRIG GENMASK(30, 28)
8295 #define R_P1_RXCK 0x32A0
8296 #define B_P1_RXCK_BW3 BIT(30)
8297 #define B_P1_TXCK_ALL GENMASK(19, 12)
8298 #define B_P1_RXCK_ON BIT(19)
8299 #define B_P1_RXCK_VAL GENMASK(18, 16)
8300 #define R_P1_RFMODE 0x32AC
8301 #define B_P1_RFMODE_ORI_TXRX_FTM_TX GENMASK(31, 4)
8302 #define B_P1_RFMODE_MUX GENMASK(11, 4)
8303 #define R_P1_RFMODE_ORI_RX 0x32AC
8304 #define B_P1_RFMODE_ORI_RX_ALL GENMASK(23, 12)
8305 #define R_P1_RFMODE_FTM_RX 0x32B0
8306 #define B_P1_RFMODE_FTM_RX GENMASK(11, 0)
8307 #define R_P1_DBGMOD 0x32B8
8308 #define B_P1_DBGMOD_ON BIT(30)
8309 #define R_S1_RXDC 0x32D4
8310 #define B_S1_RXDC_I GENMASK(25, 16)
8311 #define B_S1_RXDC_Q GENMASK(31, 26)
8312 #define R_S1_RXDC2 0x32D8
8313 #define B_S1_RXDC2_EN GENMASK(5, 4)
8314 #define B_S1_RXDC2_SEL GENMASK(9, 8)
8315 #define B_S1_RXDC2_Q2 GENMASK(3, 0)
8316 #define R_TXAGC_BB_S1 0x3C60
8317 #define B_TXAGC_BB_S1_OFT GENMASK(31, 16)
8318 #define B_TXAGC_BB_S1 GENMASK(31, 24)
8319 #define R_PATH1_TXPWR 0x3C78
8320 #define B_PATH1_TXPWR GENMASK(8, 0)
8321 #define R_S1_ADDCK 0x3E00
8322 #define B_S1_ADDCK_I GENMASK(9, 0)
8323 #define B_S1_ADDCK_Q GENMASK(19, 10)
8324 #define R_OP1DB_A 0x40B0
8325 #define B_OP1DB_A GENMASK(31, 24)
8326 #define R_OP1DB1_A 0x40BC
8327 #define B_TIA10_A GENMASK(15, 0)
8328 #define B_TIA1_A GENMASK(15, 8)
8329 #define B_TIA0_A GENMASK(7, 0)
8330 #define R_BKOFF_A 0x40E0
8331 #define B_BKOFF_IBADC_A GENMASK(23, 18)
8332 #define R_BACKOFF_A 0x40E4
8333 #define B_LNA_IBADC_A GENMASK(29, 18)
8334 #define B_BACKOFF_LNA_A GENMASK(29, 24)
8335 #define B_BACKOFF_IBADC_A GENMASK(23, 18)
8336 #define R_RXBY_WBADC_A 0x40F4
8337 #define B_RXBY_WBADC_A GENMASK(14, 10)
8338 #define R_MUIC 0x40F8
8339 #define B_MUIC_EN BIT(0)
8340 #define R_BT_RXBY_WBADC_A 0x4160
8341 #define B_BT_RXBY_WBADC_A BIT(31)
8342 #define R_BT_SHARE_A 0x4164
8343 #define B_BT_SHARE_A BIT(0)
8344 #define B_BT_TRK_OFF_A BIT(1)
8345 #define B_BTG_PATH_A BIT(4)
8346 #define R_FORCE_FIR_A 0x418C
8347 #define B_FORCE_FIR_A GENMASK(1, 0)
8348 #define R_DCFO 0x4264
8349 #define B_DCFO GENMASK(7, 0)
8350 #define R_SEG0CSI 0x42AC
8351 #define R_SEG0CSI_V1 0x42B0
8352 #define B_SEG0CSI_IDX GENMASK(10, 0)
8353 #define R_SEG0CSI_EN 0x42C4
8354 #define R_SEG0CSI_EN_V1 0x42C8
8355 #define B_SEG0CSI_EN BIT(23)
8356 #define R_BSS_CLR_MAP 0x43ac
8357 #define R_BSS_CLR_MAP_V1 0x43B0
8358 #define R_BSS_CLR_MAP_V2 0x4EB0
8359 #define B_BSS_CLR_MAP_VLD0 BIT(28)
8360 #define B_BSS_CLR_MAP_TGT GENMASK(27, 22)
8361 #define B_BSS_CLR_MAP_STAID GENMASK(21, 11)
8362 #define R_CFO_TRK0 0x4404
8363 #define R_CFO_TRK1 0x440C
8364 #define B_CFO_TRK_MSK GENMASK(14, 10)
8365 #define R_T2F_GI_COMB 0x4424
8366 #define B_T2F_GI_COMB_EN BIT(2)
8367 #define R_BT_DYN_DC_EST_EN 0x441C
8368 #define R_BT_DYN_DC_EST_EN_V1 0x4420
8369 #define B_BT_DYN_DC_EST_EN_MSK BIT(31)
8370 #define R_ASSIGN_SBD_OPT_V1 0x4440
8371 #define B_ASSIGN_SBD_OPT_EN_V1 BIT(31)
8372 #define R_ASSIGN_SBD_OPT 0x4450
8373 #define B_ASSIGN_SBD_OPT_EN BIT(24)
8374 #define R_DCFO_COMP_S0 0x448C
8375 #define B_DCFO_COMP_S0_MSK GENMASK(11, 0)
8376 #define R_DCFO_WEIGHT 0x4490
8377 #define B_DAC_CLK_IDX BIT(31)
8378 #define B_DCFO_WEIGHT_MSK GENMASK(27, 24)
8379 #define R_DCFO_OPT 0x4494
8380 #define B_DCFO_OPT_EN BIT(29)
8381 #define B_TXSHAPE_TRIANGULAR_CFG GENMASK(25, 24)
8382 #define R_BANDEDGE 0x4498
8383 #define B_BANDEDGE_EN BIT(30)
8384 #define R_DPD_BF 0x44a0
8385 #define B_DPD_BF_OFDM GENMASK(16, 12)
8386 #define B_DPD_BF_SCA GENMASK(6, 0)
8387 #define R_LNA_OP 0x44B0
8388 #define B_LNA6 GENMASK(31, 24)
8389 #define R_LNA_TIA 0x44BC
8390 #define B_TIA10_B GENMASK(15, 0)
8391 #define B_TIA1_B GENMASK(15, 8)
8392 #define B_TIA0_B GENMASK(7, 0)
8393 #define R_BKOFF_B 0x44E0
8394 #define B_BKOFF_IBADC_B GENMASK(23, 18)
8395 #define R_BACKOFF_B 0x44E4
8396 #define B_LNA_IBADC_B GENMASK(29, 18)
8397 #define B_BACKOFF_LNA_B GENMASK(29, 24)
8398 #define B_BACKOFF_IBADC_B GENMASK(23, 18)
8399 #define R_RXBY_WBADC_B 0x44F4
8400 #define B_RXBY_WBADC_B GENMASK(14, 10)
8401 #define R_BT_RXBY_WBADC_B 0x4560
8402 #define B_BT_RXBY_WBADC_B BIT(31)
8403 #define R_BT_SHARE_B 0x4564
8404 #define B_BT_SHARE_B BIT(0)
8405 #define B_BT_TRK_OFF_B BIT(1)
8406 #define B_BTG_PATH_B BIT(4)
8407 #define R_TXPATH_SEL 0x458C
8408 #define B_TXPATH_SEL_MSK GENMASK(31, 28)
8409 #define R_FORCE_FIR_B 0x458C
8410 #define B_FORCE_FIR_B GENMASK(1, 0)
8411 #define R_TXPWR 0x4594
8412 #define B_TXPWR_MSK GENMASK(30, 22)
8413 #define R_TXNSS_MAP 0x45B4
8414 #define B_TXNSS_MAP_MSK GENMASK(20, 17)
8415 #define R_PCOEFF0_V1 0x45BC
8416 #define B_PCOEFF01_MSK_V1 GENMASK(23, 0)
8417 #define R_PCOEFF2_V1 0x45CC
8418 #define B_PCOEFF23_MSK_V1 GENMASK(23, 0)
8419 #define R_PCOEFF4_V1 0x45D0
8420 #define B_PCOEFF45_MSK_V1 GENMASK(23, 0)
8421 #define R_PCOEFF6_V1 0x45D4
8422 #define B_PCOEFF67_MSK_V1 GENMASK(23, 0)
8423 #define R_PCOEFF8_V1 0x45D8
8424 #define B_PCOEFF89_MSK_V1 GENMASK(23, 0)
8425 #define R_PCOEFFA_V1 0x45C0
8426 #define B_PCOEFFAB_MSK_V1 GENMASK(23, 0)
8427 #define R_PCOEFFC_V1 0x45C4
8428 #define B_PCOEFFCD_MSK_V1 GENMASK(23, 0)
8429 #define R_PCOEFFE_V1 0x45C8
8430 #define B_PCOEFFEF_MSK_V1 GENMASK(23, 0)
8431 #define R_PATH0_IB_PKPW 0x4628
8432 #define B_PATH0_IB_PKPW_MSK GENMASK(11, 6)
8433 #define R_PATH0_LNA_ERR1 0x462C
8434 #define B_PATH0_LNA_ERR_G1_A_MSK GENMASK(29, 24)
8435 #define B_PATH0_LNA_ERR_G0_G_MSK GENMASK(17, 12)
8436 #define B_PATH0_LNA_ERR_G0_A_MSK GENMASK(11, 6)
8437 #define R_PATH0_LNA_ERR2 0x4630
8438 #define B_PATH0_LNA_ERR_G2_G_MSK GENMASK(23, 18)
8439 #define B_PATH0_LNA_ERR_G2_A_MSK GENMASK(17, 12)
8440 #define B_PATH0_LNA_ERR_G1_G_MSK GENMASK(5, 0)
8441 #define R_PATH0_LNA_ERR3 0x4634
8442 #define B_PATH0_LNA_ERR_G4_G_MSK GENMASK(29, 24)
8443 #define B_PATH0_LNA_ERR_G4_A_MSK GENMASK(23, 18)
8444 #define B_PATH0_LNA_ERR_G3_G_MSK GENMASK(11, 6)
8445 #define B_PATH0_LNA_ERR_G3_A_MSK GENMASK(5, 0)
8446 #define R_PATH0_LNA_ERR4 0x4638
8447 #define B_PATH0_LNA_ERR_G6_A_MSK GENMASK(29, 24)
8448 #define B_PATH0_LNA_ERR_G5_G_MSK GENMASK(17, 12)
8449 #define B_PATH0_LNA_ERR_G5_A_MSK GENMASK(11, 6)
8450 #define R_PATH0_LNA_ERR5 0x463C
8451 #define B_PATH0_LNA_ERR_G6_G_MSK GENMASK(5, 0)
8452 #define R_PATH0_TIA_ERR_G0 0x4640
8453 #define B_PATH0_TIA_ERR_G0_G_MSK GENMASK(23, 18)
8454 #define B_PATH0_TIA_ERR_G0_A_MSK GENMASK(17, 12)
8455 #define R_PATH0_TIA_ERR_G1 0x4644
8456 #define B_PATH0_TIA_ERR_G1_SEL GENMASK(31, 30)
8457 #define B_PATH0_TIA_ERR_G1_G_MSK GENMASK(11, 6)
8458 #define B_PATH0_TIA_ERR_G1_A_MSK GENMASK(5, 0)
8459 #define R_PATH0_IB_PBK 0x4650
8460 #define B_PATH0_IB_PBK_MSK GENMASK(14, 10)
8461 #define R_PATH0_RXB_INIT 0x4658
8462 #define B_PATH0_RXB_INIT_IDX_MSK GENMASK(9, 5)
8463 #define R_PATH0_LNA_INIT 0x4668
8464 #define R_PATH0_LNA_INIT_V1 0x472C
8465 #define B_PATH0_LNA_INIT_IDX_MSK GENMASK(26, 24)
8466 #define R_PATH0_BTG 0x466C
8467 #define B_PATH0_BTG_SHEN GENMASK(18, 17)
8468 #define R_PATH0_TIA_INIT 0x4674
8469 #define B_PATH0_TIA_INIT_IDX_MSK BIT(17)
8470 #define R_PATH0_P20_FOLLOW_BY_PAGCUGC 0x46A0
8471 #define R_PATH0_P20_FOLLOW_BY_PAGCUGC_V1 0x4C24
8472 #define R_PATH0_P20_FOLLOW_BY_PAGCUGC_V2 0x46E8
8473 #define R_PATH0_P20_FOLLOW_BY_PAGCUGC_V3 0x41C8
8474 #define B_PATH0_P20_FOLLOW_BY_PAGCUGC_EN_MSK BIT(5)
8475 #define R_PATH0_S20_FOLLOW_BY_PAGCUGC 0x46A4
8476 #define R_PATH0_S20_FOLLOW_BY_PAGCUGC_V1 0x4C28
8477 #define R_PATH0_S20_FOLLOW_BY_PAGCUGC_V2 0x46EC
8478 #define R_PATH0_S20_FOLLOW_BY_PAGCUGC_V3 0x41CC
8479 #define B_PATH0_S20_FOLLOW_BY_PAGCUGC_EN_MSK BIT(5)
8480 #define R_PATH0_RXB_INIT_V1 0x46A8
8481 #define B_PATH0_RXB_INIT_IDX_MSK_V1 GENMASK(14, 10)
8482 #define R_PATH0_G_LNA6_OP1DB_V1 0x4688
8483 #define B_PATH0_G_LNA6_OP1DB_V1 GENMASK(31, 24)
8484 #define R_PATH0_G_TIA0_LNA6_OP1DB_V1 0x4694
8485 #define B_PATH0_G_TIA0_LNA6_OP1DB_V1 GENMASK(7, 0)
8486 #define R_PATH0_G_TIA1_LNA6_OP1DB_V1 0x4694
8487 #define B_PATH0_R_G_OFST_MASK GENMASK(23, 16)
8488 #define B_PATH0_G_TIA1_LNA6_OP1DB_V1 GENMASK(15, 8)
8489 #define R_CDD_EVM_CHK_EN 0x46C0
8490 #define B_CDD_EVM_CHK_EN BIT(0)
8491 #define R_PATH0_BAND_SEL_V1 0x4738
8492 #define B_PATH0_BAND_SEL_MSK_V1 BIT(17)
8493 #define B_PATH0_BAND_NRBW_EN_V1 BIT(16)
8494 #define R_PATH0_BT_SHARE_V1 0x4738
8495 #define B_PATH0_BT_SHARE_V1 BIT(19)
8496 #define R_PATH0_BTG_PATH_V1 0x4738
8497 #define B_PATH0_BTG_PATH_V1 BIT(22)
8498 #define R_P0_NBIIDX 0x469C
8499 #define B_P0_NBIIDX_VAL GENMASK(11, 0)
8500 #define B_P0_NBIIDX_NOTCH_EN BIT(12)
8501 #define R_P0_BACKOFF_IBADC_V1 0x469C
8502 #define B_P0_BACKOFF_IBADC_V1 GENMASK(31, 26)
8503 #define B_P0_NBIIDX_NOTCH_EN_V1 BIT(12)
8504 #define R_P1_MODE 0x4718
8505 #define B_P1_MODE_SEL GENMASK(31, 30)
8506 #define R_P0_AGC_CTL 0x4730
8507 #define B_P0_AGC_EN BIT(31)
8508 #define R_PATH1_LNA_INIT 0x473C
8509 #define R_PATH1_LNA_INIT_V1 0x4A80
8510 #define B_PATH1_LNA_INIT_IDX_MSK GENMASK(26, 24)
8511 #define R_PATH0_TIA_INIT_V1 0x473C
8512 #define B_PATH0_TIA_INIT_IDX_MSK_V1 BIT(9)
8513 #define R_PATH1_TIA_INIT 0x4748
8514 #define B_PATH1_TIA_INIT_IDX_MSK BIT(17)
8515 #define R_PATH1_BTG 0x4740
8516 #define B_PATH1_BTG_SHEN GENMASK(18, 17)
8517 #define R_PATH1_RXB_INIT 0x472C
8518 #define B_PATH1_RXB_INIT_IDX_MSK GENMASK(9, 5)
8519 #define R_PATH1_G_LNA6_OP1DB_V1 0x476C
8520 #define B_PATH1_G_LNA6_OP1DB_V1 GENMASK(31, 24)
8521 #define R_PATH1_P20_FOLLOW_BY_PAGCUGC 0x4774
8522 #define R_PATH1_P20_FOLLOW_BY_PAGCUGC_V1 0x4CE8
8523 #define R_PATH1_P20_FOLLOW_BY_PAGCUGC_V2 0x47A8
8524 #define R_PATH1_P20_FOLLOW_BY_PAGCUGC_V3 0x45C8
8525 #define B_PATH1_P20_FOLLOW_BY_PAGCUGC_EN_MSK BIT(5)
8526 #define R_PATH1_S20_FOLLOW_BY_PAGCUGC 0x4778
8527 #define R_PATH1_S20_FOLLOW_BY_PAGCUGC_V1 0x4CEC
8528 #define R_PATH1_S20_FOLLOW_BY_PAGCUGC_V2 0x47AC
8529 #define R_PATH1_S20_FOLLOW_BY_PAGCUGC_V3 0x45CC
8530 #define B_PATH1_S20_FOLLOW_BY_PAGCUGC_EN_MSK BIT(5)
8531 #define R_PATH1_G_TIA0_LNA6_OP1DB_V1 0x4778
8532 #define B_PATH1_G_TIA0_LNA6_OP1DB_V1 GENMASK(7, 0)
8533 #define R_PATH1_G_TIA1_LNA6_OP1DB_V1 0x4778
8534 #define B_PATH1_G_TIA1_LNA6_OP1DB_V1 GENMASK(15, 8)
8535 #define R_PATH1_BAND_SEL_V1 0x4AA4
8536 #define B_PATH1_BAND_SEL_MSK_V1 BIT(17)
8537 #define B_PATH1_BAND_NRBW_EN_V1 BIT(16)
8538 #define R_PATH1_BT_SHARE_V1 0x4AA4
8539 #define B_PATH1_BT_SHARE_V1 BIT(19)
8540 #define R_PATH1_BTG_PATH_V1 0x4AA4
8541 #define B_PATH1_BTG_PATH_V1 BIT(22)
8542 #define R_P1_NBIIDX 0x4770
8543 #define B_P1_NBIIDX_VAL GENMASK(11, 0)
8544 #define B_P1_NBIIDX_NOTCH_EN BIT(12)
8545 #define R_PKT_CTRL 0x47D4
8546 #define B_PKT_POP_EN BIT(8)
8547 #define R_SEG0R_PD 0x481C
8548 #define R_SEG0R_PD_V1 0x4860
8549 #define R_SEG0R_PD_V2 0x6A74
8550 #define R_SEG0R_EDCCA_LVL 0x4840
8551 #define R_SEG0R_EDCCA_LVL_V1 0x4884
8552 #define B_EDCCA_LVL_MSK3 GENMASK(31, 24)
8553 #define B_EDCCA_LVL_MSK1 GENMASK(15, 8)
8554 #define B_EDCCA_LVL_MSK0 GENMASK(7, 0)
8555 #define B_SEG0R_PD_SPATIAL_REUSE_EN_MSK_V1 BIT(30)
8556 #define B_SEG0R_PD_SPATIAL_REUSE_EN_MSK BIT(29)
8557 #define B_SEG0R_PD_LOWER_BOUND_MSK GENMASK(10, 6)
8558 #define R_PWOFST 0x488C
8559 #define B_PWOFST GENMASK(21, 17)
8560 #define R_2P4G_BAND 0x4970
8561 #define B_2P4G_BAND_SEL BIT(1)
8562 #define R_FC0_BW 0x4974
8563 #define R_FC0_BW_V1 0x49C0
8564 #define B_FC0_BW_SET GENMASK(31, 30)
8565 #define B_ANT_RX_BT_SEG0 GENMASK(25, 22)
8566 #define B_ANT_RX_1RCCA_SEG1 GENMASK(21, 18)
8567 #define B_ANT_RX_1RCCA_SEG0 GENMASK(17, 14)
8568 #define B_FC0_BW_INV GENMASK(6, 0)
8569 #define R_Q_MATRIX_00 0x497C
8570 #define B_Q_MATRIX_00_IMAGINARY GENMASK(15, 0)
8571 #define B_Q_MATRIX_00_REAL GENMASK(31, 16)
8572 #define R_CHBW_MOD 0x4978
8573 #define R_CHBW_MOD_V1 0x49C4
8574 #define B_BT_SHARE BIT(14)
8575 #define B_CHBW_MOD_SBW GENMASK(13, 12)
8576 #define B_CHBW_MOD_PRICH GENMASK(11, 8)
8577 #define B_ANT_RX_SEG0 GENMASK(3, 0)
8578 #define R_Q_MATRIX_11 0x4988
8579 #define B_Q_MATRIX_11_IMAGINARY GENMASK(15, 0)
8580 #define B_Q_MATRIX_11_REAL GENMASK(31, 16)
8581 #define R_CUSTOMIZE_Q_MATRIX 0x498C
8582 #define B_CUSTOMIZE_Q_MATRIX_EN BIT(0)
8583 #define R_P0_RPL1 0x49B0
8584 #define B_P0_RPL1_41_MASK GENMASK(31, 24)
8585 #define B_P0_RPL1_40_MASK GENMASK(23, 16)
8586 #define B_P0_RPL1_20_MASK GENMASK(15, 8)
8587 #define B_P0_RPL1_MASK (B_P0_RPL1_41_MASK | B_P0_RPL1_40_MASK | B_P0_RPL1_20_MASK)
8588 #define B_P0_RPL1_SHIFT 8
8589 #define B_P0_RPL1_BIAS_MASK GENMASK(7, 0)
8590 #define R_P0_RPL2 0x49B4
8591 #define B_P0_RTL2_8A_MASK GENMASK(31, 24)
8592 #define B_P0_RTL2_81_MASK GENMASK(23, 16)
8593 #define B_P0_RTL2_80_MASK GENMASK(15, 8)
8594 #define B_P0_RTL2_42_MASK GENMASK(7, 0)
8595 #define R_P0_RPL3 0x49B8
8596 #define B_P0_RTL3_89_MASK GENMASK(31, 24)
8597 #define B_P0_RTL3_84_MASK GENMASK(23, 16)
8598 #define B_P0_RTL3_83_MASK GENMASK(15, 8)
8599 #define B_P0_RTL3_82_MASK GENMASK(7, 0)
8600 #define R_PD_BOOST_EN 0x49E8
8601 #define B_PD_BOOST_EN BIT(7)
8602 #define R_P1_BACKOFF_IBADC_V1 0x49F0
8603 #define B_P1_BACKOFF_IBADC_V1 GENMASK(31, 26)
8604 #define R_P1_RPL1 0x4A00
8605 #define R_P1_RPL2 0x4A04
8606 #define R_P1_RPL3 0x4A08
8607 #define R_BK_FC0_INV_V1 0x4A1C
8608 #define B_BK_FC0_INV_MSK_V1 GENMASK(18, 0)
8609 #define R_CCK_FC0_INV_V1 0x4A20
8610 #define B_CCK_FC0_INV_MSK_V1 GENMASK(18, 0)
8611 #define R_PATH1_RXB_INIT_V1 0x4A5C
8612 #define B_PATH1_RXB_INIT_IDX_MSK_V1 GENMASK(14, 10)
8613 #define R_P1_AGC_CTL 0x4A9C
8614 #define B_P1_AGC_EN BIT(31)
8615 #define R_PATH1_TIA_INIT_V1 0x4AA8
8616 #define B_PATH1_TIA_INIT_IDX_MSK_V1 BIT(9)
8617 #define R_P0_AGC_RSVD 0x4ACC
8618 #define R_PATH0_RXBB_V1 0x4AD4
8619 #define B_PATH0_RXBB_MSK_V1 GENMASK(31, 0)
8620 #define R_P1_AGC_RSVD 0x4AD8
8621 #define R_PATH1_RXBB_V1 0x4AE0
8622 #define B_PATH1_RXBB_MSK_V1 GENMASK(31, 0)
8623 #define R_PATH0_BT_BACKOFF_V1 0x4AE4
8624 #define B_PATH0_BT_BACKOFF_V1 GENMASK(23, 0)
8625 #define R_PATH1_BT_BACKOFF_V1 0x4AEC
8626 #define B_PATH1_BT_BACKOFF_V1 GENMASK(23, 0)
8627 #define R_DCFO_COMP_S0_V2 0x4B20
8628 #define B_DCFO_COMP_S0_MSK_V2 GENMASK(13, 0)
8629 #define R_PATH0_TX_CFR 0x4B30
8630 #define B_PATH0_TX_CFR_LGC1 GENMASK(19, 10)
8631 #define B_PATH0_TX_CFR_LGC0 GENMASK(9, 0)
8632 #define R_PATH0_TX_POLAR_CLIPPING 0x4B3C
8633 #define B_PATH0_TX_POLAR_CLIPPING_LGC1 GENMASK(19, 16)
8634 #define B_PATH0_TX_POLAR_CLIPPING_LGC0 GENMASK(15, 12)
8635 #define R_PATH0_FRC_FIR_TYPE_V1 0x4C00
8636 #define B_PATH0_FRC_FIR_TYPE_MSK_V1 GENMASK(1, 0)
8637 #define R_PATH0_NOTCH 0x4C14
8638 #define B_PATH0_NOTCH_EN BIT(12)
8639 #define B_PATH0_NOTCH_VAL GENMASK(11, 0)
8640 #define R_PATH0_NOTCH2 0x4C20
8641 #define B_PATH0_NOTCH2_EN BIT(12)
8642 #define B_PATH0_NOTCH2_VAL GENMASK(11, 0)
8643 #define R_PATH0_5MDET 0x4C4C
8644 #define R_PATH0_5MDET_V1 0x46F8
8645 #define B_PATH0_5MDET_EN BIT(12)
8646 #define B_PATH0_5MDET_SB2 BIT(8)
8647 #define B_PATH0_5MDET_SB0 BIT(6)
8648 #define B_PATH0_5MDET_TH GENMASK(5, 0)
8649 #define R_PATH1_FRC_FIR_TYPE_V1 0x4CC4
8650 #define B_PATH1_FRC_FIR_TYPE_MSK_V1 GENMASK(1, 0)
8651 #define R_PATH1_NOTCH 0x4CD8
8652 #define B_PATH1_NOTCH_EN BIT(12)
8653 #define B_PATH1_NOTCH_VAL GENMASK(11, 0)
8654 #define R_PATH1_NOTCH2 0x4CE4
8655 #define B_PATH1_NOTCH2_EN BIT(12)
8656 #define B_PATH1_NOTCH2_VAL GENMASK(11, 0)
8657 #define R_PATH1_5MDET 0x4D10
8658 #define R_PATH1_5MDET_V1 0x47B8
8659 #define B_PATH1_5MDET_EN BIT(12)
8660 #define B_PATH1_5MDET_SB2 BIT(8)
8661 #define B_PATH1_5MDET_SB0 BIT(6)
8662 #define B_PATH1_5MDET_TH GENMASK(5, 0)
8663 #define R_S0S1_CSI_WGT 0x4D34
8664 #define B_S0S1_CSI_WGT_EN BIT(0)
8665 #define B_S0S1_CSI_WGT_TONE_IDX GENMASK(31, 20)
8666 #define R_CHINFO_ELM_SRC 0x4D84
8667 #define B_CHINFO_ELM_BITMAP GENMASK(22, 0)
8668 #define B_CHINFO_SRC GENMASK(31, 30)
8669 #define R_CHINFO_TYPE_SCAL 0x4D88
8670 #define B_CHINFO_TYPE GENMASK(2, 1)
8671 #define B_CHINFO_SCAL BIT(8)
8672 #define R_RPL_BIAS_COMP 0x4DF0
8673 #define B_RPL_BIAS_COMP_MASK GENMASK(7, 0)
8674 #define R_RPL_PATHAB 0x4E0C
8675 #define B_RPL_PATHB_MASK GENMASK(23, 16)
8676 #define B_RPL_PATHA_MASK GENMASK(15, 8)
8677 #define R_RSSI_M_PATHAB 0x4E2C
8678 #define B_RSSI_M_PATHB_MASK GENMASK(15, 8)
8679 #define B_RSSI_M_PATHA_MASK GENMASK(7, 0)
8680 #define R_FC0_V1 0x4E30
8681 #define B_FC0_MSK_V1 GENMASK(12, 0)
8682 #define R_RX_BW40_2XFFT_EN_V1 0x4E30
8683 #define B_RX_BW40_2XFFT_EN_MSK_V1 BIT(26)
8684 #define R_DCFO_COMP_S0_V1 0x4A40
8685 #define B_DCFO_COMP_S0_V1_MSK GENMASK(13, 0)
8686 #define R_BMODE_PDTH_V1 0x4B64
8687 #define R_BMODE_PDTH_V2 0x6708
8688 #define B_BMODE_PDTH_LOWER_BOUND_MSK_V1 GENMASK(31, 24)
8689 #define R_BMODE_PDTH_EN_V1 0x4B74
8690 #define R_BMODE_PDTH_EN_V2 0x6718
8691 #define B_BMODE_PDTH_LIMIT_EN_MSK_V1 BIT(30)
8692 #define R_BSS_CLR_VLD_V2 0x4EBC
8693 #define B_BSS_CLR_VLD0_V2 BIT(2)
8694 #define R_CFO_COMP_SEG1_L 0x5384
8695 #define R_CFO_COMP_SEG1_H 0x5388
8696 #define R_CFO_COMP_SEG1_CTRL 0x538C
8697 #define B_CFO_COMP_VALID_BIT BIT(29)
8698 #define B_CFO_COMP_WEIGHT_MSK GENMASK(27, 24)
8699 #define B_CFO_COMP_VAL_MSK GENMASK(11, 0)
8700 #define R_TSSI_PA_K1 0x5600
8701 #define R_TSSI_PA_K2 0x5604
8702 #define R_P0_TSSI_ALIM1 0x5630
8703 #define B_P0_TSSI_ALIM1 GENMASK(29, 0)
8704 #define B_P0_TSSI_ALIM11 GENMASK(29, 20)
8705 #define B_P0_TSSI_ALIM12 GENMASK(19, 10)
8706 #define B_P0_TSSI_ALIM13 GENMASK(9, 0)
8707 #define R_P0_TSSI_ALIM3 0x5634
8708 #define B_P0_TSSI_ALIM31 GENMASK(9, 0)
8709 #define R_TSSI_PA_K5 0x5638
8710 #define R_P0_TSSI_ALIM2 0x563c
8711 #define B_P0_TSSI_ALIM2 GENMASK(29, 0)
8712 #define R_P0_TSSI_ALIM4 0x5640
8713 #define R_TSSI_PA_K8 0x5644
8714 #define R_P0_TSSI_ADC_CLK 0x566c
8715 #define B_P0_TSSI_ADC_CLK GENMASK(17, 16)
8716 #define R_UPD_CLK 0x5670
8717 #define B_DAC_VAL BIT(31)
8718 #define B_ACK_VAL GENMASK(30, 29)
8719 #define B_DPD_DIS BIT(14)
8720 #define B_DPD_GDIS BIT(13)
8721 #define B_IQK_RFC_ON BIT(1)
8722 #define R_TXPWRB 0x56CC
8723 #define B_TXPWRB_ON BIT(28)
8724 #define B_TXPWRB_VAL GENMASK(27, 19)
8725 #define R_DPD_OFT_EN 0x5800
8726 #define B_DPD_OFT_EN BIT(28)
8727 #define B_DPD_TSSI_CW GENMASK(26, 18)
8728 #define B_DPD_PWR_CW GENMASK(17, 9)
8729 #define B_DPD_REF GENMASK(8, 0)
8730 #define R_P0_TSSIC 0x5814
8731 #define B_P0_TSSIC_BYPASS BIT(11)
8732 #define R_DPD_OFT_ADDR 0x5804
8733 #define B_DPD_OFT_ADDR GENMASK(31, 27)
8734 #define R_TXPWRB_H 0x580c
8735 #define B_TXPWRB_RDY BIT(15)
8736 #define R_P0_TMETER 0x5810
8737 #define B_P0_TMETER GENMASK(15, 10)
8738 #define B_P0_TMETER_DIS BIT(16)
8739 #define B_P0_TMETER_TRK BIT(24)
8740 #define R_P0_ADCFF_EN 0x58C8
8741 #define B_P0_ADCFF_EN BIT(24)
8742 #define R_P1_TSSIC 0x7814
8743 #define B_P1_TSSIC_BYPASS BIT(11)
8744 #define R_P0_TSSI_TRK 0x5818
8745 #define B_P0_TSSI_TRK_EN BIT(30)
8746 #define B_P0_TSSI_RFC GENMASK(28, 27)
8747 #define B_P0_TSSI_OFT_EN BIT(28)
8748 #define B_P0_TSSI_OFT GENMASK(7, 0)
8749 #define R_P0_TSSI_AVG 0x5820
8750 #define B_P0_TSSI_EN BIT(31)
8751 #define B_P0_TSSI_AVG GENMASK(15, 12)
8752 #define R_P0_RFCTM 0x5864
8753 #define B_P0_CLKG_FORCE GENMASK(31, 30)
8754 #define B_P0_RFCTM_EN BIT(29)
8755 #define B_P0_GOT_TXRX GENMASK(28, 27)
8756 #define B_P0_RFCTM_VAL GENMASK(25, 20)
8757 #define R_P0_RFCTM_RDY BIT(26)
8758 #define R_P0_TRSW 0x5868
8759 #define B_P0_BT_FORCE_ANTIDX_EN BIT(12)
8760 #define B_P0_TRSW_X BIT(2)
8761 #define B_P0_TRSW_A BIT(1)
8762 #define B_P0_TX_ANT_SEL BIT(1)
8763 #define B_P0_TRSW_B BIT(0)
8764 #define B_P0_ANT_TRAIN_EN BIT(0)
8765 #define B_P0_TRSW_SO_A2 GENMASK(7, 5)
8766 #define R_P0_ANTSEL 0x586C
8767 #define B_P0_ANTSEL_SW_5G BIT(25)
8768 #define B_P0_ANTSEL_SW_2G BIT(23)
8769 #define B_P0_ANTSEL_BTG_TRX BIT(21)
8770 #define B_P0_ANTSEL_CGCS_CTRL BIT(17)
8771 #define B_P0_ANTSEL_HW_CTRL BIT(16)
8772 #define B_P0_ANTSEL_TX_ORI GENMASK(15, 12)
8773 #define B_P0_ANTSEL_RX_ALT GENMASK(11, 8)
8774 #define B_P0_ANTSEL_RX_ORI GENMASK(7, 4)
8775 #define R_RFSW_CTRL_ANT0_BASE 0x5870
8776 #define B_RFSW_CTRL_ANT_MAPPING GENMASK(15, 0)
8777 #define R_RFE_SEL0_BASE 0x5880
8778 #define B_RFE_SEL0_SRC_MASK GENMASK(3, 0)
8779 #define R_RFE_SEL32_BASE 0x5884
8780 #define RFE_SEL0_SRC_ANTSEL_0 8
8781 #define R_RFE_INV0 0x5890
8782 #define R_P0_RFM 0x5894
8783 #define B_P0_RFM_DIS_WL BIT(7)
8784 #define B_P0_RFM_TX_OPT BIT(6)
8785 #define B_P0_RFM_BT_EN BIT(5)
8786 #define B_P0_RFM_OUT GENMASK(4, 0)
8787 #define R_P0_PATH_RST 0x58AC
8788 #define B_P0_PATH_RST BIT(27)
8789 #define R_P0_TXDPD 0x58D4
8790 #define B_P0_TXDPD GENMASK(31, 28)
8791 #define R_P0_TXPW_RSTB 0x58DC
8792 #define B_P0_TXPW_RSTB_MANON BIT(30)
8793 #define B_P0_TXPW_RSTB_TSSI BIT(31)
8794 #define R_P0_TSSI_MV_AVG 0x58E4
8795 #define B_P0_TXPW_RSTB GENMASK(28, 27)
8796 #define B_P0_TSSI_MV_MIX GENMASK(19, 11)
8797 #define B_P0_TSSI_MV_AVG GENMASK(13, 11)
8798 #define B_P0_TSSI_MV_CLR BIT(14)
8799 #define R_TXGAIN_SCALE 0x58F0
8800 #define B_TXGAIN_SCALE_EN BIT(19)
8801 #define B_TXGAIN_SCALE_OFT GENMASK(31, 24)
8802 #define R_P0_DAC_COMP_POST_DPD_EN 0x58F8
8803 #define B_P0_DAC_COMP_POST_DPD_EN BIT(31)
8804 #define R_P0_TSSI_BASE 0x5C00
8805 #define R_S0_DACKI 0x5E00
8806 #define B_S0_DACKI_AR GENMASK(31, 28)
8807 #define B_S0_DACKI_EN BIT(3)
8808 #define R_S0_DACKI2 0x5E30
8809 #define B_S0_DACKI2_K GENMASK(21, 12)
8810 #define R_S0_DACKI7 0x5E44
8811 #define B_S0_DACKI7_K GENMASK(15, 8)
8812 #define R_S0_DACKI8 0x5E48
8813 #define B_S0_DACKI8_K GENMASK(15, 8)
8814 #define R_S0_DACKQ 0x5E50
8815 #define B_S0_DACKQ_AR GENMASK(31, 28)
8816 #define B_S0_DACKQ_EN BIT(3)
8817 #define R_S0_DACKQ2 0x5E80
8818 #define B_S0_DACKQ2_K GENMASK(21, 12)
8819 #define R_S0_DACKQ7 0x5E94
8820 #define B_S0_DACKQ7_K GENMASK(15, 8)
8821 #define R_S0_DACKQ8 0x5E98
8822 #define B_S0_DACKQ8_K GENMASK(15, 8)
8823 #define R_DCFO_WEIGHT_V1 0x6244
8824 #define B_DCFO_WEIGHT_MSK_V1 GENMASK(31, 28)
8825 #define R_DAC_CLK 0x625C
8826 #define B_DAC_CLK GENMASK(31, 30)
8827 #define R_DCFO_OPT_V1 0x6260
8828 #define B_DCFO_OPT_EN_V1 BIT(17)
8829 #define R_TXFCTR 0x627C
8830 #define B_TXFCTR_THD GENMASK(19, 10)
8831 #define R_TXSCALE 0x6284
8832 #define B_TXFCTR_EN BIT(19)
8833 #define R_PCOEFF01 0x6684
8834 #define B_PCOEFF01 GENMASK(23, 0)
8835 #define R_PCOEFF23 0x6688
8836 #define B_PCOEFF23 GENMASK(23, 0)
8837 #define R_PCOEFF45 0x668c
8838 #define B_PCOEFF45 GENMASK(23, 0)
8839 #define R_PCOEFF67 0x6690
8840 #define B_PCOEFF67 GENMASK(23, 0)
8841 #define R_PCOEFF89 0x6694
8842 #define B_PCOEFF89 GENMASK(23, 0)
8843 #define R_PCOEFFAB 0x6698
8844 #define B_PCOEFFAB GENMASK(23, 0)
8845 #define R_PCOEFFCD 0x669c
8846 #define B_PCOEFFCD GENMASK(23, 0)
8847 #define R_PCOEFFEF 0x66a0
8848 #define B_PCOEFFEF GENMASK(23, 0)
8849 #define R_MGAIN_BIAS 0x672c
8850 #define B_MGAIN_BIAS_BW20 GENMASK(3, 0)
8851 #define B_MGAIN_BIAS_BW40 GENMASK(7, 4)
8852 #define R_CCK_RPL_OFST 0x6750
8853 #define B_CCK_RPL_OFST GENMASK(7, 0)
8854 #define R_BK_FC0INV 0x6758
8855 #define B_BK_FC0INV GENMASK(18, 0)
8856 #define R_CCK_FC0INV 0x675c
8857 #define B_CCK_FC0INV GENMASK(18, 0)
8858 #define R_SEG0R_EDCCA_LVL_BE 0x69EC
8859 #define R_SEG0R_PPDU_LVL_BE 0x69F0
8860 #define R_SEGSND 0x6A14
8861 #define B_SEGSND_EN BIT(31)
8862 #define R_DBCC 0x6B48
8863 #define B_DBCC_EN BIT(0)
8864 #define R_FC0 0x6B4C
8865 #define B_BW40_2XFFT BIT(31)
8866 #define B_FC0 GENMASK(12, 0)
8867 #define R_FC0INV_SBW 0x6B50
8868 #define B_SMALLBW GENMASK(31, 30)
8869 #define B_RX_BT_SG0 GENMASK(25, 22)
8870 #define B_RX_1RCCA GENMASK(17, 14)
8871 #define B_FC0_INV GENMASK(6, 0)
8872 #define R_ANT_CHBW 0x6B54
8873 #define B_ANT_BT_SHARE BIT(16)
8874 #define B_CHBW_BW GENMASK(14, 12)
8875 #define B_CHBW_PRICH GENMASK(11, 8)
8876 #define B_ANT_RX_SG0 GENMASK(3, 0)
8877 #define R_SLOPE 0x6B6C
8878 #define B_EHT_RATE_TH GENMASK(31, 28)
8879 #define B_SLOPE_B GENMASK(27, 14)
8880 #define B_SLOPE_A GENMASK(13, 0)
8881 #define R_SC_CORNER 0x6B70
8882 #define B_SC_CORNER GENMASK(10, 0)
8883 #define R_MAG_A 0x6BF4
8884 #define B_MGA_AEND GENMASK(31, 24)
8885 #define R_MAG_AB 0x6BF8
8886 #define B_BY_SLOPE GENMASK(31, 24)
8887 #define B_MAG_AB GENMASK(23, 0)
8888 #define R_BEDGE 0x6BFC
8889 #define B_EHT_MCS14 BIT(31)
8890 #define B_HE_RATE_TH GENMASK(30, 27)
8891 #define R_BEDGE2 0x6C00
8892 #define B_EHT_MCS15 BIT(31)
8893 #define B_HT_VHT_TH GENMASK(11, 0)
8894 #define R_BEDGE3 0x6C04
8895 #define B_TB_EN BIT(23)
8896 #define B_HEMU_EN BIT(21)
8897 #define B_HEERSU_EN BIT(19)
8898 #define B_EHTTB_EN BIT(15)
8899 #define B_BEDGE_CFG GENMASK(1, 0)
8900 #define R_SU_PUNC 0x6C08
8901 #define B_SU_PUNC_EN BIT(1)
8902 #define R_BEDGE5 0x6C10
8903 #define B_HWGEN_EN BIT(25)
8904 #define B_PWROFST_COMP BIT(20)
8905 #define R_RPL_BIAS_COMP1 0x6DF0
8906 #define B_RPL_BIAS_COMP1_MASK GENMASK(7, 0)
8907 #define R_DBCC_FA 0x703C
8908 #define B_DBCC_FA BIT(12)
8909 #define R_P1_TSSI_ALIM1 0x7630
8910 #define B_P1_TSSI_ALIM1 GENMASK(29, 0)
8911 #define B_P1_TSSI_ALIM11 GENMASK(29, 20)
8912 #define B_P1_TSSI_ALIM12 GENMASK(19, 10)
8913 #define B_P1_TSSI_ALIM13 GENMASK(9, 0)
8914 #define R_P1_TSSI_ALIM3 0x7634
8915 #define B_P1_TSSI_ALIM31 GENMASK(9, 0)
8916 #define R_P1_TSSI_ALIM2 0x763c
8917 #define B_P1_TSSI_ALIM2 GENMASK(29, 0)
8918 #define R_P1_TSSI_ADC_CLK 0x766c
8919 #define B_P1_TSSI_ADC_CLK GENMASK(17, 16)
8920 #define R_P1_TXAGC_TH 0x7800
8921 #define B_P1_TXAGC_MAXMIN GENMASK(15, 0)
8922 #define R_P1_TXPW_FORCE 0x780C
8923 #define B_P1_TXPW_RDY BIT(15)
8924 #define R_P1_TSSIC 0x7814
8925 #define B_P1_TSSIC_BYPASS BIT(11)
8926 #define R_P1_TMETER 0x7810
8927 #define B_P1_TMETER GENMASK(15, 10)
8928 #define B_P1_TMETER_DIS BIT(16)
8929 #define B_P1_TMETER_TRK BIT(24)
8930 #define R_P1_TSSI_TRK 0x7818
8931 #define B_P1_TSSI_TRK_EN BIT(30)
8932 #define B_P1_TSSI_RFC GENMASK(28, 27)
8933 #define B_P1_TSSI_OFT_EN BIT(28)
8934 #define B_P1_TSSI_OFT GENMASK(7, 0)
8935 #define R_P1_TSSI_AVG 0x7820
8936 #define B_P1_TSSI_EN BIT(31)
8937 #define B_P1_TSSI_AVG GENMASK(15, 12)
8938 #define R_P1_RFCTM 0x7864
8939 #define B_P1_CLKG_FORCE GENMASK(31, 30)
8940 #define B_P1_GOT_TXRX GENMASK(28, 27)
8941 #define R_P1_RFCTM_RDY BIT(26)
8942 #define B_P1_RFCTM_VAL GENMASK(25, 20)
8943 #define B_P1_RFCTM_DEL GENMASK(19, 11)
8944 #define R_P1_PATH_RST 0x78AC
8945 #define B_P1_PATH_RST BIT(27)
8946 #define R_P1_ADCFF_EN 0x78C8
8947 #define B_P1_ADCFF_EN BIT(24)
8948 #define R_P1_TXPW_RSTB 0x78DC
8949 #define B_P1_TXPW_RSTB_MANON BIT(30)
8950 #define B_P1_TXPW_RSTB_TSSI BIT(31)
8951 #define R_P1_TSSI_MV_AVG 0x78E4
8952 #define B_P1_TXPW_RSTB GENMASK(28, 27)
8953 #define B_P1_TSSI_MV_MIX GENMASK(19, 11)
8954 #define B_P1_TSSI_MV_AVG GENMASK(13, 11)
8955 #define B_P1_TSSI_MV_CLR BIT(14)
8956 #define R_P1_DAC_COMP_POST_DPD_EN 0x78F8
8957 #define B_P1_DAC_COMP_POST_DPD_EN BIT(31)
8958 #define R_TSSI_THOF 0x7C00
8959 #define R_S1_DACKI 0x7E00
8960 #define B_S1_DACKI_AR GENMASK(31, 28)
8961 #define B_S1_DACKI_EN BIT(3)
8962 #define R_S1_DACKI2 0x7E30
8963 #define B_S1_DACKI2_K GENMASK(21, 12)
8964 #define R_S1_DACKI7 0x7E44
8965 #define B_S1_DACKI_K GENMASK(15, 8)
8966 #define R_S1_DACKI8 0x7E48
8967 #define B_S1_DACKI8_K GENMASK(15, 8)
8968 #define R_S1_DACKQ 0x7E50
8969 #define B_S1_DACKQ_AR GENMASK(31, 28)
8970 #define B_S1_DACKQ_EN BIT(3)
8971 #define R_S1_DACKQ2 0x7E80
8972 #define B_S1_DACKQ2_K GENMASK(21, 12)
8973 #define R_S1_DACKQ7 0x7E94
8974 #define B_S1_DACKQ7_K GENMASK(15, 8)
8975 #define R_S1_DACKQ8 0x7E98
8976 #define B_S1_DACKQ8_K GENMASK(15, 8)
8977 #define R_NCTL_CFG 0x8000
8978 #define B_NCTL_CFG_SPAGE GENMASK(2, 1)
8979 #define R_NCTL_RPT 0x8008
8980 #define B_NCTL_RPT_FLG BIT(26)
8981 #define R_NCTL_N1 0x8010
8982 #define B_NCTL_N1_CIP GENMASK(7, 0)
8983 #define R_NCTL_N2 0x8014
8984 #define R_IQK_COM 0x8018
8985 #define R_IQK_DIF 0x801C
8986 #define B_IQK_DIF_TRX GENMASK(1, 0)
8987 #define R_IQK_DIF1 0x8020
8988 #define B_IQK_DIF1_TXPI GENMASK(19, 0)
8989 #define R_IQK_DIF2 0x8024
8990 #define B_IQK_DIF2_RXPI GENMASK(19, 0)
8991 #define R_IQK_DIF4 0x802C
8992 #define B_IQK_DIF4_RXT GENMASK(27, 16)
8993 #define B_IQK_DIF4_TXT GENMASK(11, 0)
8994 #define IQK_DF4_TXT_8_25MHZ 0x021
8995 #define R_IQK_CFG 0x8034
8996 #define B_IQK_CFG_SET GENMASK(5, 4)
8997 #define R_IQK_RXA 0x8044
8998 #define B_IQK_RXAGC GENMASK(15, 13)
8999 #define R_TPG_SEL 0x8068
9000 #define R_TPG_MOD 0x806C
9001 #define B_TPG_MOD_F GENMASK(2, 1)
9002 #define R_MDPK_SYNC 0x8070
9003 #define B_MDPK_SYNC_SEL BIT(31)
9004 #define B_MDPK_SYNC_MAN GENMASK(31, 28)
9005 #define B_MDPK_SYNC_DMAN GENMASK(30, 28)
9006 #define R_MDPK_RX_DCK 0x8074
9007 #define B_MDPK_RX_DCK_EN BIT(31)
9008 #define R_KIP_MOD 0x8078
9009 #define B_KIP_MOD GENMASK(19, 0)
9010 #define R_NCTL_RW 0x8080
9011 #define R_KIP_SYSCFG 0x8088
9012 #define R_KIP_CLK 0x808C
9013 #define R_DPK_IDL 0x809C
9014 #define B_DPK_IDL_SEL GENMASK(10, 9)
9015 #define B_DPK_IDL BIT(8)
9016 #define R_LDL_NORM 0x80A0
9017 #define B_LDL_NORM_MA BIT(16)
9018 #define B_LDL_NORM_PN GENMASK(12, 8)
9019 #define B_LDL_NORM_OP GENMASK(1, 0)
9020 #define R_DPK_CTL 0x80B0
9021 #define B_DPK_CTL_EN BIT(28)
9022 #define R_DPK_CFG 0x80B8
9023 #define B_DPK_CFG_IDX GENMASK(14, 12)
9024 #define R_DPK_CFG2 0x80BC
9025 #define B_DPK_CFG2_ST BIT(14)
9026 #define R_DPK_CFG3 0x80C0
9027 #define R_KPATH_CFG 0x80D0
9028 #define B_KPATH_CFG_ED GENMASK(21, 20)
9029 #define R_KIP_RPT1 0x80D4
9030 #define B_KIP_RPT1_SEL GENMASK(21, 16)
9031 #define B_KIP_RPT1_SEL_V1 GENMASK(19, 16)
9032 #define R_SRAM_IQRX 0x80D8
9033 #define R_IDL_MPA 0x80DC
9034 #define B_IDL_DN BIT(31)
9035 #define B_IDL_MD530 BIT(1)
9036 #define B_IDL_MD500 BIT(0)
9037 #define R_GAPK 0x80E0
9038 #define B_GAPK_ADR BIT(0)
9039 #define R_SRAM_IQRX2 0x80E8
9040 #define R_DPK_MPA 0x80EC
9041 #define B_DPK_MPA_T0 BIT(10)
9042 #define B_DPK_MPA_T1 BIT(9)
9043 #define B_DPK_MPA_T2 BIT(8)
9044 #define R_DPK_WR 0x80F4
9045 #define B_DPK_WR_ST BIT(29)
9046 #define R_DPK_TRK 0x80f0
9047 #define B_DPK_TRK_DIS BIT(31)
9048 #define R_RPT_COM 0x80FC
9049 #define B_PRT_COM_SYNERR BIT(30)
9050 #define B_PRT_COM_DCI GENMASK(27, 16)
9051 #define B_PRT_COM_CORV GENMASK(15, 8)
9052 #define B_RPT_COM_RDY GENMASK(15, 0)
9053 #define B_PRT_COM_DCQ GENMASK(11, 0)
9054 #define B_PRT_COM_RXOV BIT(8)
9055 #define B_PRT_COM_GL GENMASK(7, 4)
9056 #define B_PRT_COM_CORI GENMASK(7, 0)
9057 #define B_PRT_COM_RXBB GENMASK(5, 0)
9058 #define B_PRT_COM_RXBB_V1 GENMASK(4, 0)
9059 #define B_PRT_COM_DONE BIT(0)
9060 #define R_COEF_SEL 0x8104
9061 #define R_COEF_SEL_C1 0x8204
9062 #define B_COEF_SEL_IQC BIT(0)
9063 #define B_COEF_SEL_IQC_V1 GENMASK(1, 0)
9064 #define B_COEF_SEL_MDPD BIT(8)
9065 #define B_COEF_SEL_MDPD_V1 GENMASK(9, 8)
9066 #define B_COEF_SEL_EN BIT(31)
9067 #define R_CFIR_SYS 0x8120
9068 #define R_IQK_RES 0x8124
9069 #define B_IQK_RES_K BIT(28)
9070 #define B_IQK_RES_TXCFIR GENMASK(11, 8)
9071 #define B_IQK_RES_RXCFIR GENMASK(3, 0)
9072 #define R_TXIQC 0x8138
9073 #define R_RXIQC 0x813c
9074 #define B_RXIQC_BYPASS BIT(0)
9075 #define B_RXIQC_BYPASS2 BIT(2)
9076 #define B_RXIQC_NEWP GENMASK(19, 8)
9077 #define B_RXIQC_NEWX GENMASK(31, 20)
9078 #define R_KIP 0x8140
9079 #define B_KIP_DBCC BIT(0)
9080 #define B_KIP_RFGAIN BIT(8)
9081 #define R_RFGAIN 0x8144
9082 #define B_RFGAIN_PAD GENMASK(4, 0)
9083 #define B_RFGAIN_TXBB GENMASK(12, 8)
9084 #define R_RFGAIN_BND 0x8148
9085 #define B_RFGAIN_BND GENMASK(4, 0)
9086 #define R_CFIR_MAP 0x8150
9087 #define R_CFIR_LUT 0x8154
9088 #define R_CFIR_LUT_C1 0x8254
9089 #define B_CFIR_LUT_SEL BIT(8)
9090 #define B_CFIR_LUT_SET BIT(4)
9091 #define B_CFIR_LUT_G5 BIT(5)
9092 #define B_CFIR_LUT_G3 BIT(3)
9093 #define B_CFIR_LUT_G2 BIT(2)
9094 #define B_CFIR_LUT_GP_V1 GENMASK(2, 0)
9095 #define B_CFIR_LUT_GP GENMASK(1, 0)
9096 #define R_DPK_GN 0x819C
9097 #define B_DPK_GN_EN GENMASK(17, 16)
9098 #define B_DPK_GN_AG GENMASK(9, 0)
9099 #define R_DPD_V1 0x81a0
9100 #define B_DPD_LBK BIT(7)
9101 #define R_DPD_CH0 0x81AC
9102 #define R_DPD_BND 0x81B4
9103 #define B_DPD_BND_1 GENMASK(24, 16)
9104 #define B_DPD_BND_0 GENMASK(8, 0)
9105 #define R_DPD_CH0A 0x81BC
9106 #define B_DPD_MEN GENMASK(31, 28)
9107 #define B_DPD_ORDER GENMASK(26, 24)
9108 #define B_DPD_ORDER_V1 GENMASK(26, 25)
9109 #define B_DPD_CFG GENMASK(22, 0)
9110 #define B_DPD_SEL GENMASK(13, 8)
9111 #define R_TXAGC_RFK 0x81C4
9112 #define B_TXAGC_RFK_CH0 GENMASK(5, 0)
9113 #define R_DPD_COM 0x81C8
9114 #define B_DPD_COM_OF BIT(15)
9115 #define R_KIP_IQP 0x81CC
9116 #define B_KIP_IQP_SW GENMASK(13, 12)
9117 #define B_KIP_IQP_IQSW GENMASK(5, 0)
9118 #define R_KIP_RPT 0x81D4
9119 #define B_KIP_RPT_SEL GENMASK(21, 16)
9120 #define R_W_COEF 0x81D8
9121 #define R_LOAD_COEF 0x81DC
9122 #define B_LOAD_COEF_MDPD BIT(16)
9123 #define B_LOAD_COEF_CFIR GENMASK(1, 0)
9124 #define B_LOAD_COEF_DI BIT(1)
9125 #define B_LOAD_COEF_AUTO BIT(0)
9126 #define R_DPK_GL 0x81F0
9127 #define B_DPK_GL_A0 GENMASK(31, 28)
9128 #define B_DPK_GL_A1 GENMASK(17, 0)
9129 #define R_RPT_PER 0x81FC
9130 #define B_RPT_PER_KSET GENMASK(31, 29)
9131 #define B_RPT_PER_TSSI GENMASK(28, 16)
9132 #define B_RPT_PER_OF GENMASK(15, 8)
9133 #define B_RPT_PER_TH GENMASK(5, 0)
9134 #define R_IQRSN 0x8220
9135 #define B_IQRSN_K1 BIT(28)
9136 #define B_IQRSN_K2 BIT(16)
9137 #define R_DPD_CH0B 0x82BC
9138 #define R_RXCFIR_P0C0 0x8D40
9139 #define R_RXCFIR_P0C1 0x8D84
9140 #define R_RXCFIR_P0C2 0x8DC8
9141 #define R_RXCFIR_P0C3 0x8E0C
9142 #define R_TXCFIR_P0C0 0x8F50
9143 #define R_TXCFIR_P0C1 0x8F84
9144 #define R_TXCFIR_P0C2 0x8FB8
9145 #define R_TXCFIR_P0C3 0x8FEC
9146 #define R_RXCFIR_P1C0 0x9140
9147 #define R_RXCFIR_P1C1 0x9184
9148 #define R_RXCFIR_P1C2 0x91C8
9149 #define R_RXCFIR_P1C3 0x920C
9150 #define R_TXCFIR_P1C0 0x9350
9151 #define R_TXCFIR_P1C1 0x9384
9152 #define R_TXCFIR_P1C2 0x93B8
9153 #define R_TXCFIR_P1C3 0x93EC
9154 #define R_IQKINF 0x9FE0
9155 #define B_IQKINF_VER GENMASK(31, 24)
9156 #define B_IQKINF_FAIL_RXGRP GENMASK(23, 16)
9157 #define B_IQKINF_FAIL_TXGRP GENMASK(15, 8)
9158 #define B_IQKINF_FAIL GENMASK(3, 0)
9159 #define B_IQKINF_F_RX BIT(3)
9160 #define B_IQKINF_FTX BIT(2)
9161 #define B_IQKINF_FFIN BIT(1)
9162 #define B_IQKINF_FCOR BIT(0)
9163 #define R_IQKCH 0x9FE4
9164 #define B_IQKCH_CH GENMASK(15, 8)
9165 #define B_IQKCH_BW GENMASK(7, 4)
9166 #define B_IQKCH_BAND GENMASK(3, 0)
9167 #define R_IQKINF2 0x9FE8
9168 #define B_IQKINF2_FCNT GENMASK(23, 16)
9169 #define B_IQKINF2_KCNT GENMASK(15, 8)
9170 #define B_IQKINF2_NCTLV GENMASK(7, 0)
9171 #define R_RFK_ST 0xBFF8
9172 #define R_DCOF0 0xC000
9173 #define B_DCOF0_RST BIT(17)
9174 #define B_DCOF0_V GENMASK(4, 1)
9175 #define R_DCOF1 0xC004
9176 #define B_DCOF1_VAL GENMASK(31, 20)
9177 #define B_DCOF1_RST BIT(17)
9178 #define B_DCOF1_S BIT(0)
9179 #define R_DCOF8 0xC020
9180 #define B_DCOF8_V GENMASK(4, 1)
9181 #define R_DCOF9 0xC024
9182 #define B_DCOF9_VAL GENMASK(31, 20)
9183 #define B_DCOF9_RST BIT(17)
9184 #define R_DACK_S0P0 0xC040
9185 #define B_DACK_S0P0_OK BIT(31)
9186 #define R_DACK_BIAS00 0xc048
9187 #define B_DACK_BIAS00 GENMASK(11, 2)
9188 #define R_DACK_S0P2 0xC05C
9189 #define B_DACK_S0M0 GENMASK(31, 24)
9190 #define B_DACK_S0P2_OK BIT(2)
9191 #define R_DACK_DADCK00 0xC060
9192 #define B_DACK_DADCK00 GENMASK(31, 24)
9193 #define R_DACK_S0P1 0xC064
9194 #define B_DACK_S0P1_OK BIT(31)
9195 #define R_DACK_BIAS01 0xC06C
9196 #define B_DACK_BIAS01 GENMASK(11, 2)
9197 #define R_DACK_S0P3 0xC080
9198 #define B_DACK_S0M1 GENMASK(31, 24)
9199 #define B_DACK_S0P3_OK BIT(2)
9200 #define R_DACK_DADCK01 0xC084
9201 #define B_DACK_DADCK01 GENMASK(31, 24)
9202 #define R_DRCK_FH 0xC094
9203 #define B_DRCK_LAT BIT(9)
9204 #define R_DRCK 0xC0C4
9205 #define B_DRCK_MUL GENMASK(21, 17)
9206 #define B_DRCK_IDLE BIT(9)
9207 #define B_DRCK_EN BIT(6)
9208 #define B_DRCK_VAL GENMASK(4, 0)
9209 #define R_DRCK_RES 0xC0C8
9210 #define B_DRCK_RES GENMASK(19, 15)
9211 #define B_DRCK_POL BIT(3)
9212 #define R_DRCK_V1 0xC0CC
9213 #define B_DRCK_V1_SEL BIT(9)
9214 #define B_DRCK_V1_KICK BIT(6)
9215 #define B_DRCK_V1_CV GENMASK(4, 0)
9216 #define R_DRCK_RS 0xC0D0
9217 #define B_DRCK_RS_LPS GENMASK(19, 15)
9218 #define B_DRCK_RS_DONE BIT(3)
9219 #define R_PATH0_SAMPL_DLY_T_V1 0xC0D4
9220 #define B_PATH0_SAMPL_DLY_T_MSK_V1 GENMASK(27, 26)
9221 #define R_P0_CFCH_BW0 0xC0D4
9222 #define B_P0_CFCH_BW0 GENMASK(27, 26)
9223 #define B_P0_CFCH_EN GENMASK(14, 11)
9224 #define B_P0_CFCH_CTL GENMASK(10, 7)
9225 #define R_P0_CFCH_BW1 0xC0D8
9226 #define B_P0_CFCH_EX BIT(13)
9227 #define B_P0_CFCH_BW1 GENMASK(8, 5)
9228 #define R_WDADC 0xC0E4
9229 #define B_WDADC_SEL GENMASK(5, 4)
9230 #define R_ADCMOD 0xC0E8
9231 #define B_ADCMOD_LP GENMASK(31, 16)
9232 #define R_DCIM 0xC0EC
9233 #define B_DCIM_RC GENMASK(23, 16)
9234 #define B_DCIM_FR GENMASK(14, 13)
9235 #define R_ADDCK0D 0xC0F0
9236 #define B_ADDCK0D_VAL2 GENMASK(31, 26)
9237 #define B_ADDCK0D_VAL GENMASK(25, 16)
9238 #define B_ADDCK_DS BIT(16)
9239 #define R_ADDCK0 0xC0F4
9240 #define B_ADDCK0_TRG BIT(11)
9241 #define B_ADDCK0_IQ BIT(10)
9242 #define B_ADDCK0 GENMASK(9, 8)
9243 #define B_ADDCK0_MAN GENMASK(5, 4)
9244 #define B_ADDCK0_EN BIT(4)
9245 #define B_ADDCK0_VAL GENMASK(3, 0)
9246 #define B_ADDCK0_RST BIT(2)
9247 #define R_ADDCK0_RL 0xC0F8
9248 #define B_ADDCK0_RLS GENMASK(29, 28)
9249 #define B_ADDCK0_RL1 GENMASK(27, 18)
9250 #define B_ADDCK0_RL0 GENMASK(17, 8)
9251 #define R_ADDCKR0 0xC0FC
9252 #define B_ADDCKR0_A0 GENMASK(19, 10)
9253 #define B_ADDCKR0_DC GENMASK(15, 4)
9254 #define B_ADDCKR0_A1 GENMASK(9, 0)
9255 #define R_DACK10 0xC100
9256 #define B_DACK10_RST BIT(17)
9257 #define B_DACK10 GENMASK(4, 1)
9258 #define R_DACK1_K 0xc104
9259 #define B_DACK1_VAL GENMASK(31, 20)
9260 #define B_DACK1_RST BIT(17)
9261 #define B_DACK1_EN BIT(0)
9262 #define R_DACK11 0xC120
9263 #define B_DACK11 GENMASK(4, 1)
9264 #define R_DACK2_K 0xC124
9265 #define B_DACK2_VAL GENMASK(31, 20)
9266 #define B_DACK2_RST BIT(17)
9267 #define B_DACK2_EN BIT(0)
9268 #define R_DACK_S1P0 0xC140
9269 #define B_DACK_S1P0_OK BIT(31)
9270 #define R_DACK_BIAS10 0xC148
9271 #define B_DACK_BIAS10 GENMASK(11, 2)
9272 #define R_DACK10S 0xC15C
9273 #define B_DACK10S GENMASK(31, 24)
9274 #define R_DACK_S1P2 0xC15C
9275 #define B_DACK_S1P2_OK BIT(2)
9276 #define R_DACK_DADCK10 0xC160
9277 #define B_DACK_DADCK10 GENMASK(31, 24)
9278 #define R_DACK_S1P1 0xC164
9279 #define B_DACK_S1P1_OK BIT(31)
9280 #define R_DACK_BIAS11 0xC16C
9281 #define B_DACK_BIAS11 GENMASK(11, 2)
9282 #define R_DACK11S 0xC180
9283 #define B_DACK11S GENMASK(31, 24)
9284 #define R_DACK_S1P3 0xC180
9285 #define B_DACK_S1P3_OK BIT(2)
9286 #define R_DACK_DADCK11 0xC184
9287 #define B_DACK_DADCK11 GENMASK(31, 24)
9288 #define R_PATH1_SAMPL_DLY_T_V1 0xC1D4
9289 #define B_PATH1_SAMPL_DLY_T_MSK_V1 GENMASK(27, 26)
9290 #define R_PATH0_BW_SEL_V1 0xC0D8
9291 #define B_PATH0_BW_SEL_MSK_V1 GENMASK(8, 5)
9292 #define R_PATH1_BW_SEL_V1 0xC1D8
9293 #define B_PATH1_BW_SEL_EX BIT(13)
9294 #define B_PATH1_BW_SEL_MSK_V1 GENMASK(8, 5)
9295 #define R_ADDCK1D 0xC1F0
9296 #define B_ADDCK1D_VAL2 GENMASK(31, 26)
9297 #define B_ADDCK1D_VAL GENMASK(25, 16)
9298 #define R_ADDCK1 0xC1F4
9299 #define B_ADDCK1_TRG BIT(11)
9300 #define B_ADDCK1 GENMASK(9, 8)
9301 #define B_ADDCK1_MAN GENMASK(5, 4)
9302 #define B_ADDCK1_EN BIT(4)
9303 #define B_ADDCK1_RST BIT(2)
9304 #define R_ADDCK1_RL 0xC1F8
9305 #define B_ADDCK1_RLS GENMASK(29, 28)
9306 #define B_ADDCK1_RL1 GENMASK(27, 18)
9307 #define B_ADDCK1_RL0 GENMASK(17, 8)
9308 #define R_ADDCKR1 0xC1fC
9309 #define B_ADDCKR1_A0 GENMASK(19, 10)
9310 #define B_ADDCKR1_A1 GENMASK(9, 0)
9311 #define R_DACKN0_CTL 0xC210
9312 #define B_DACKN0_EN BIT(0)
9313 #define B_DACKN0_V GENMASK(21, 14)
9314 #define R_DACKN1_CTL 0xC224
9315 #define B_DACKN1_V GENMASK(21, 14)
9316 #define B_DACKN1_ON BIT(0)
9317 #define R_DACKN2_CTL 0xC238
9318 #define B_DACKN2_ON BIT(0)
9319 #define R_DACKN3_CTL 0xC24C
9320 #define B_DACKN3_ON BIT(0)
9321 #define R_GAIN_MAP0 0xE44C
9322 #define B_GAIN_MAP0_EN BIT(0)
9323 #define R_GAIN_MAP1 0xE54C
9324 #define B_GAIN_MAP1_EN BIT(0)
9325 #define R_GOTX_IQKDPK_C0 0xE464
9326 #define R_GOTX_IQKDPK_C1 0xE564
9327 #define B_GOTX_IQKDPK GENMASK(28, 27)
9328 #define R_IQK_DPK_PRST 0xE4AC
9329 #define R_IQK_DPK_PRST_C1 0xE5AC
9330 #define B_IQK_DPK_PRST BIT(27)
9331 #define R_TXPWR_RSTA 0xE60C
9332 #define B_TXPWR_RSTA BIT(16)
9333 #define R_TSSI_PWR_P0 0xE610
9334 #define R_TSSI_PWR_P1 0xE710
9335 #define B_TSSI_CONT_EN BIT(3)
9336 #define R_TSSI_MAP_OFST_P0 0xE620
9337 #define R_TSSI_MAP_OFST_P1 0xE720
9338 #define B_TSSI_MAP_OFST_OFDM GENMASK(17, 9)
9339 #define B_TSSI_MAP_OFST_CCK GENMASK(26, 18)
9340 #define R_TXAGC_REF0_P0 0xE628
9341 #define R_TXAGC_REF0_P1 0xE728
9342 #define B_TXAGC_REF0_OFDM_DBM GENMASK(8, 0)
9343 #define B_TXAGC_REF0_CCK_DBM GENMASK(17, 9)
9344 #define B_TXAGC_REF0_OFDM_CW GENMASK(26, 18)
9345 #define R_TXAGC_REF1_P0 0xE62C
9346 #define R_TXAGC_REF1_P1 0xE72C
9347 #define B_TXAGC_REF1_CCK_CW GENMASK(8, 0)
9348 #define R_TXPWR_RSTB 0xE70C
9349 #define B_TXPWR_RSTB BIT(16)
9350 
9351 /* WiFi CPU local domain */
9352 #define R_AX_WDT_CTRL 0x0040
9353 #define B_AX_WDT_EN BIT(31)
9354 #define B_AX_WDT_OPT_RESET_PLATFORM_EN BIT(29)
9355 #define B_AX_IO_HANG_IMR BIT(27)
9356 #define B_AX_IO_HANG_CMAC_RDATA_EN BIT(26)
9357 #define B_AX_IO_HANG_DMAC_EN BIT(25)
9358 #define B_AX_WDT_CLR BIT(16)
9359 #define B_AX_WDT_COUNT_MASK GENMASK(15, 0)
9360 #define WDT_CTRL_ALL_DIS 0
9361 
9362 #define R_AX_WDT_STATUS 0x0044
9363 #define B_AX_FS_WDT_INT BIT(8)
9364 #define B_AX_FS_WDT_INT_MSK BIT(0)
9365 
9366 #endif
9367