if_urtwnreg.h revision 1.1 1 /* $NetBSD: if_urtwnreg.h,v 1.1 2012/03/25 00:11:16 nonaka Exp $ */
2 /* $OpenBSD: if_urtwnreg.h,v 1.3 2010/11/16 18:02:59 damien Exp $ */
3
4 /*-
5 * Copyright (c) 2010 Damien Bergamini <damien.bergamini (at) free.fr>
6 *
7 * Permission to use, copy, modify, and distribute this software for any
8 * purpose with or without fee is hereby granted, provided that the above
9 * copyright notice and this permission notice appear in all copies.
10 *
11 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
12 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
13 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
14 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
15 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
16 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
17 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
18 */
19
20 #define R92C_MAX_CHAINS 2
21
22 /* Maximum number of output pipes is 3. */
23 #define R92C_MAX_EPOUT 3
24
25 #define R92C_MAX_TX_PWR 0x3f
26
27 #define R92C_PUBQ_NPAGES 231
28 #define R92C_TXPKTBUF_COUNT 256
29 #define R92C_TX_PAGE_COUNT 248
30 #define R92C_TX_PAGE_BOUNDARY (R92C_TX_PAGE_COUNT + 1)
31
32 #define R92C_H2C_NBOX 4
33
34 /* USB Requests. */
35 #define R92C_REQ_REGS 0x05
36
37 /*
38 * MAC registers.
39 */
40 /* System Configuration. */
41 #define R92C_SYS_ISO_CTRL 0x000
42 #define R92C_SYS_FUNC_EN 0x002
43 #define R92C_APS_FSMCO 0x004
44 #define R92C_SYS_CLKR 0x008
45 #define R92C_AFE_MISC 0x010
46 #define R92C_SPS0_CTRL 0x011
47 #define R92C_SPS_OCP_CFG 0x018
48 #define R92C_RSV_CTRL 0x01c
49 #define R92C_RF_CTRL 0x01f
50 #define R92C_LDOA15_CTRL 0x020
51 #define R92C_LDOV12D_CTRL 0x021
52 #define R92C_LDOHCI12_CTRL 0x022
53 #define R92C_LPLDO_CTRL 0x023
54 #define R92C_AFE_XTAL_CTRL 0x024
55 #define R92C_AFE_PLL_CTRL 0x028
56 #define R92C_EFUSE_CTRL 0x030
57 #define R92C_EFUSE_TEST 0x034
58 #define R92C_PWR_DATA 0x038
59 #define R92C_CAL_TIMER 0x03c
60 #define R92C_ACLK_MON 0x03e
61 #define R92C_GPIO_MUXCFG 0x040
62 #define R92C_GPIO_IO_SEL 0x042
63 #define R92C_MAC_PINMUX_CFG 0x043
64 #define R92C_GPIO_PIN_CTRL 0x044
65 #define R92C_GPIO_INTM 0x048
66 #define R92C_LEDCFG0 0x04c
67 #define R92C_LEDCFG1 0x04d
68 #define R92C_LEDCFG2 0x04e
69 #define R92C_LEDCFG3 0x04f
70 #define R92C_FSIMR 0x050
71 #define R92C_FSISR 0x054
72 #define R92C_HSIMR 0x058
73 #define R92C_HSISR 0x05c
74 #define R92C_MCUFWDL 0x080
75 #define R92C_HMEBOX_EXT(idx) (0x088 + (idx) * 2)
76 #define R92C_BIST_SCAN 0x0d0
77 #define R92C_BIST_RPT 0x0d4
78 #define R92C_BIST_ROM_RPT 0x0d8
79 #define R92C_USB_SIE_INTF 0x0e0
80 #define R92C_PCIE_MIO_INTF 0x0e4
81 #define R92C_PCIE_MIO_INTD 0x0e8
82 #define R92C_HPON_FSM 0x0ec
83 #define R92C_SYS_CFG 0x0f0
84 /* MAC General Configuration. */
85 #define R92C_CR 0x100
86 #define R92C_PBP 0x104
87 #define R92C_TRXDMA_CTRL 0x10c
88 #define R92C_TRXFF_BNDY 0x114
89 #define R92C_TRXFF_STATUS 0x118
90 #define R92C_RXFF_PTR 0x11c
91 #define R92C_HIMR 0x120
92 #define R92C_HISR 0x124
93 #define R92C_HIMRE 0x128
94 #define R92C_HISRE 0x12c
95 #define R92C_CPWM 0x12f
96 #define R92C_FWIMR 0x130
97 #define R92C_FWISR 0x134
98 #define R92C_PKTBUF_DBG_CTRL 0x140
99 #define R92C_PKTBUF_DBG_DATA_L 0x144
100 #define R92C_PKTBUF_DBG_DATA_H 0x148
101 #define R92C_TC0_CTRL(i) (0x150 + (i) * 4)
102 #define R92C_TCUNIT_BASE 0x164
103 #define R92C_MBIST_START 0x174
104 #define R92C_MBIST_DONE 0x178
105 #define R92C_MBIST_FAIL 0x17c
106 #define R92C_C2HEVT_MSG_NORMAL 0x1a0
107 #define R92C_C2HEVT_MSG_TEST 0x1b8
108 #define R92C_C2HEVT_CLEAR 0x1bf
109 #define R92C_MCUTST_1 0x1c0
110 #define R92C_FMETHR 0x1c8
111 #define R92C_HMETFR 0x1cc
112 #define R92C_HMEBOX(idx) (0x1d0 + (idx) * 4)
113 #define R92C_LLT_INIT 0x1e0
114 #define R92C_BB_ACCESS_CTRL 0x1e8
115 #define R92C_BB_ACCESS_DATA 0x1ec
116 /* Tx DMA Configuration. */
117 #define R92C_RQPN 0x200
118 #define R92C_FIFOPAGE 0x204
119 #define R92C_TDECTRL 0x208
120 #define R92C_TXDMA_OFFSET_CHK 0x20c
121 #define R92C_TXDMA_STATUS 0x210
122 #define R92C_RQPN_NPQ 0x214
123 /* Rx DMA Configuration. */
124 #define R92C_RXDMA_AGG_PG_TH 0x280
125 #define R92C_RXPKT_NUM 0x284
126 #define R92C_RXDMA_STATUS 0x288
127 /* Protocol Configuration. */
128 #define R92C_FWHW_TXQ_CTRL 0x420
129 #define R92C_HWSEQ_CTRL 0x423
130 #define R92C_TXPKTBUF_BCNQ_BDNY 0x424
131 #define R92C_TXPKTBUF_MGQ_BDNY 0x425
132 #define R92C_SPEC_SIFS 0x428
133 #define R92C_RL 0x42a
134 #define R92C_DARFRC 0x430
135 #define R92C_RARFRC 0x438
136 #define R92C_RRSR 0x440
137 #define R92C_ARFR(i) (0x444 + (i) * 4)
138 #define R92C_AGGLEN_LMT 0x458
139 #define R92C_AMPDU_MIN_SPACE 0x45c
140 #define R92C_TXPKTBUF_WMAC_LBK_BF_HD 0x45d
141 #define R92C_FAST_EDCA_CTRL 0x460
142 #define R92C_RD_RESP_PKT_TH 0x463
143 #define R92C_INIRTS_RATE_SEL 0x480
144 #define R92C_INIDATA_RATE_SEL(macid) (0x484 + (macid))
145 #define R92C_PROT_MODE_CTRL 0x4c8
146 #define R92C_BAR_MODE_CTRL 0x4cc
147 /* EDCA Configuration. */
148 #define R92C_EDCA_VO_PARAM 0x500
149 #define R92C_EDCA_VI_PARAM 0x504
150 #define R92C_EDCA_BE_PARAM 0x508
151 #define R92C_EDCA_BK_PARAM 0x50c
152 #define R92C_BCNTCFG 0x510
153 #define R92C_PIFS 0x512
154 #define R92C_RDG_PIFS 0x513
155 #define R92C_SIFS_CCK 0x514
156 #define R92C_SIFS_OFDM 0x516
157 #define R92C_AGGR_BREAK_TIME 0x51a
158 #define R92C_SLOT 0x51b
159 #define R92C_TX_PTCL_CTRL 0x520
160 #define R92C_TXPAUSE 0x522
161 #define R92C_DIS_TXREQ_CLR 0x523
162 #define R92C_RD_CTRL 0x524
163 #define R92C_TBTT_PROHIBIT 0x540
164 #define R92C_RD_NAV_NXT 0x544
165 #define R92C_NAV_PROT_LEN 0x546
166 #define R92C_BCN_CTRL 0x550
167 #define R92C_USTIME_TSF 0x551
168 #define R92C_MBID_NUM 0x552
169 #define R92C_DUAL_TSF_RST 0x553
170 #define R92C_BCN_INTERVAL 0x554
171 #define R92C_DRVERLYINT 0x558
172 #define R92C_BCNDMATIM 0x559
173 #define R92C_ATIMWND 0x55a
174 #define R92C_BCN_MAX_ERR 0x55d
175 #define R92C_RXTSF_OFFSET_CCK 0x55e
176 #define R92C_RXTSF_OFFSET_OFDM 0x55f
177 #define R92C_TSFTR 0x560
178 #define R92C_INIT_TSFTR 0x564
179 #define R92C_PSTIMER 0x580
180 #define R92C_TIMER0 0x584
181 #define R92C_TIMER1 0x588
182 #define R92C_ACMHWCTRL 0x5c0
183 #define R92C_ACMRSTCTRL 0x5c1
184 #define R92C_ACMAVG 0x5c2
185 #define R92C_VO_ADMTIME 0x5c4
186 #define R92C_VI_ADMTIME 0x5c6
187 #define R92C_BE_ADMTIME 0x5c8
188 #define R92C_EDCA_RANDOM_GEN 0x5cc
189 #define R92C_SCH_TXCMD 0x5d0
190 /* WMAC Configuration. */
191 #define R92C_APSD_CTRL 0x600
192 #define R92C_BWOPMODE 0x603
193 #define R92C_RCR 0x608
194 #define R92C_RX_DRVINFO_SZ 0x60f
195 #define R92C_MACID 0x610
196 #define R92C_BSSID 0x618
197 #define R92C_MAR 0x620
198 #define R92C_MAC_SPEC_SIFS 0x63a
199 #define R92C_R2T_SIFS 0x63c
200 #define R92C_T2T_SIFS 0x63e
201 #define R92C_ACKTO 0x640
202 #define R92C_CAMCMD 0x670
203 #define R92C_CAMWRITE 0x674
204 #define R92C_CAMREAD 0x678
205 #define R92C_CAMDBG 0x67c
206 #define R92C_SECCFG 0x680
207 #define R92C_RXFLTMAP0 0x6a0
208 #define R92C_RXFLTMAP1 0x6a2
209 #define R92C_RXFLTMAP2 0x6a4
210
211 /* Bits for R92C_SYS_ISO_CTRL. */
212 #define R92C_SYS_ISO_CTRL_MD2PP 0x0001
213 #define R92C_SYS_ISO_CTRL_UA2USB 0x0002
214 #define R92C_SYS_ISO_CTRL_UD2CORE 0x0004
215 #define R92C_SYS_ISO_CTRL_PA2PCIE 0x0008
216 #define R92C_SYS_ISO_CTRL_PD2CORE 0x0010
217 #define R92C_SYS_ISO_CTRL_IP2MAC 0x0020
218 #define R92C_SYS_ISO_CTRL_DIOP 0x0040
219 #define R92C_SYS_ISO_CTRL_DIOE 0x0080
220 #define R92C_SYS_ISO_CTRL_EB2CORE 0x0100
221 #define R92C_SYS_ISO_CTRL_DIOR 0x0200
222 #define R92C_SYS_ISO_CTRL_PWC_EV25V 0x4000
223 #define R92C_SYS_ISO_CTRL_PWC_EV12V 0x8000
224
225 /* Bits for R92C_SYS_FUNC_EN. */
226 #define R92C_SYS_FUNC_EN_BBRSTB 0x0001
227 #define R92C_SYS_FUNC_EN_BB_GLB_RST 0x0002
228 #define R92C_SYS_FUNC_EN_USBA 0x0004
229 #define R92C_SYS_FUNC_EN_UPLL 0x0008
230 #define R92C_SYS_FUNC_EN_USBD 0x0010
231 #define R92C_SYS_FUNC_EN_DIO_PCIE 0x0020
232 #define R92C_SYS_FUNC_EN_PCIEA 0x0040
233 #define R92C_SYS_FUNC_EN_PPLL 0x0080
234 #define R92C_SYS_FUNC_EN_PCIED 0x0100
235 #define R92C_SYS_FUNC_EN_DIOE 0x0200
236 #define R92C_SYS_FUNC_EN_CPUEN 0x0400
237 #define R92C_SYS_FUNC_EN_DCORE 0x0800
238 #define R92C_SYS_FUNC_EN_ELDR 0x1000
239 #define R92C_SYS_FUNC_EN_DIO_RF 0x2000
240 #define R92C_SYS_FUNC_EN_HWPDN 0x4000
241 #define R92C_SYS_FUNC_EN_MREGEN 0x8000
242
243 /* Bits for R92C_APS_FSMCO. */
244 #define R92C_APS_FSMCO_PFM_LDALL 0x00000001
245 #define R92C_APS_FSMCO_PFM_ALDN 0x00000002
246 #define R92C_APS_FSMCO_PFM_LDKP 0x00000004
247 #define R92C_APS_FSMCO_PFM_WOWL 0x00000008
248 #define R92C_APS_FSMCO_PDN_EN 0x00000010
249 #define R92C_APS_FSMCO_PDN_PL 0x00000020
250 #define R92C_APS_FSMCO_APFM_ONMAC 0x00000100
251 #define R92C_APS_FSMCO_APFM_OFF 0x00000200
252 #define R92C_APS_FSMCO_APFM_RSM 0x00000400
253 #define R92C_APS_FSMCO_AFSM_HSUS 0x00000800
254 #define R92C_APS_FSMCO_AFSM_PCIE 0x00001000
255 #define R92C_APS_FSMCO_APDM_MAC 0x00002000
256 #define R92C_APS_FSMCO_APDM_HOST 0x00004000
257 #define R92C_APS_FSMCO_APDM_HPDN 0x00008000
258 #define R92C_APS_FSMCO_RDY_MACON 0x00010000
259 #define R92C_APS_FSMCO_SUS_HOST 0x00020000
260 #define R92C_APS_FSMCO_ROP_ALD 0x00100000
261 #define R92C_APS_FSMCO_ROP_PWR 0x00200000
262 #define R92C_APS_FSMCO_ROP_SPS 0x00400000
263 #define R92C_APS_FSMCO_SOP_MRST 0x02000000
264 #define R92C_APS_FSMCO_SOP_FUSE 0x04000000
265 #define R92C_APS_FSMCO_SOP_ABG 0x08000000
266 #define R92C_APS_FSMCO_SOP_AMB 0x10000000
267 #define R92C_APS_FSMCO_SOP_RCK 0x20000000
268 #define R92C_APS_FSMCO_SOP_A8M 0x40000000
269 #define R92C_APS_FSMCO_XOP_BTCK 0x80000000
270
271 /* Bits for R92C_SYS_CLKR. */
272 #define R92C_SYS_CLKR_ANAD16V_EN 0x00000001
273 #define R92C_SYS_CLKR_ANA8M 0x00000002
274 #define R92C_SYS_CLKR_MACSLP 0x00000010
275 #define R92C_SYS_CLKR_LOADER_EN 0x00000020
276 #define R92C_SYS_CLKR_80M_SSC_DIS 0x00000080
277 #define R92C_SYS_CLKR_80M_SSC_EN_HO 0x00000100
278 #define R92C_SYS_CLKR_PHY_SSC_RSTB 0x00000200
279 #define R92C_SYS_CLKR_SEC_EN 0x00000400
280 #define R92C_SYS_CLKR_MAC_EN 0x00000800
281 #define R92C_SYS_CLKR_SYS_EN 0x00001000
282 #define R92C_SYS_CLKR_RING_EN 0x00002000
283
284 /* Bits for R92C_RF_CTRL. */
285 #define R92C_RF_CTRL_EN 0x01
286 #define R92C_RF_CTRL_RSTB 0x02
287 #define R92C_RF_CTRL_SDMRSTB 0x04
288
289 /* Bits for R92C_LDOV12D_CTRL. */
290 #define R92C_LDOV12D_CTRL_LDV12_EN 0x01
291
292 /* Bits for R92C_EFUSE_CTRL. */
293 #define R92C_EFUSE_CTRL_DATA_M 0x000000ff
294 #define R92C_EFUSE_CTRL_DATA_S 0
295 #define R92C_EFUSE_CTRL_ADDR_M 0x0003ff00
296 #define R92C_EFUSE_CTRL_ADDR_S 8
297 #define R92C_EFUSE_CTRL_VALID 0x80000000
298
299 /* Bits for R92C_GPIO_MUXCFG. */
300 #define R92C_GPIO_MUXCFG_ENBT 0x0020
301
302 /* Bits for R92C_LEDCFG0. */
303 #define R92C_LEDCFG0_DIS 0x08
304
305 /* Bits for R92C_MCUFWDL. */
306 #define R92C_MCUFWDL_EN 0x00000001
307 #define R92C_MCUFWDL_RDY 0x00000002
308 #define R92C_MCUFWDL_CHKSUM_RPT 0x00000004
309 #define R92C_MCUFWDL_MACINI_RDY 0x00000008
310 #define R92C_MCUFWDL_BBINI_RDY 0x00000010
311 #define R92C_MCUFWDL_RFINI_RDY 0x00000020
312 #define R92C_MCUFWDL_WINTINI_RDY 0x00000040
313 #define R92C_MCUFWDL_PAGE_M 0x00070000
314 #define R92C_MCUFWDL_PAGE_S 16
315 #define R92C_MCUFWDL_CPRST 0x00800000
316
317 /* Bits for R92C_HPON_FSM. */
318 #define R92C_HPON_FSM_CHIP_BONDING_ID_S 22
319 #define R92C_HPON_FSM_CHIP_BONDING_ID_M 0x00c00000
320 #define R92C_HPON_FSM_CHIP_BONDING_ID_92C_1T2R 1
321
322 /* Bits for R92C_SYS_CFG. */
323 #define R92C_SYS_CFG_XCLK_VLD 0x00000001
324 #define R92C_SYS_CFG_ACLK_VLD 0x00000002
325 #define R92C_SYS_CFG_UCLK_VLD 0x00000004
326 #define R92C_SYS_CFG_PCLK_VLD 0x00000008
327 #define R92C_SYS_CFG_PCIRSTB 0x00000010
328 #define R92C_SYS_CFG_V15_VLD 0x00000020
329 #define R92C_SYS_CFG_TRP_B15V_EN 0x00000080
330 #define R92C_SYS_CFG_SIC_IDLE 0x00000100
331 #define R92C_SYS_CFG_BD_MAC2 0x00000200
332 #define R92C_SYS_CFG_BD_MAC1 0x00000400
333 #define R92C_SYS_CFG_IC_MACPHY_MODE 0x00000800
334 #define R92C_SYS_CFG_CHIP_VER_RTL_M 0x0000f000
335 #define R92C_SYS_CFG_CHIP_VER_RTL_S 12
336 #define R92C_SYS_CFG_BT_FUNC 0x00010000
337 #define R92C_SYS_CFG_VENDOR_UMC 0x00080000
338 #define R92C_SYS_CFG_PAD_HWPD_IDN 0x00400000
339 #define R92C_SYS_CFG_TRP_VAUX_EN 0x00800000
340 #define R92C_SYS_CFG_TRP_BT_EN 0x01000000
341 #define R92C_SYS_CFG_BD_PKG_SEL 0x02000000
342 #define R92C_SYS_CFG_BD_HCI_SEL 0x04000000
343 #define R92C_SYS_CFG_TYPE_92C 0x08000000
344
345 /* Bits for R92C_CR. */
346 #define R92C_CR_HCI_TXDMA_EN 0x00000001
347 #define R92C_CR_HCI_RXDMA_EN 0x00000002
348 #define R92C_CR_TXDMA_EN 0x00000004
349 #define R92C_CR_RXDMA_EN 0x00000008
350 #define R92C_CR_PROTOCOL_EN 0x00000010
351 #define R92C_CR_SCHEDULE_EN 0x00000020
352 #define R92C_CR_MACTXEN 0x00000040
353 #define R92C_CR_MACRXEN 0x00000080
354 #define R92C_CR_ENSEC 0x00000200
355 #define R92C_CR_NETTYPE_S 16
356 #define R92C_CR_NETTYPE_M 0x00030000
357 #define R92C_CR_NETTYPE_NOLINK 0
358 #define R92C_CR_NETTYPE_ADHOC 1
359 #define R92C_CR_NETTYPE_INFRA 2
360 #define R92C_CR_NETTYPE_AP 3
361
362 /* Bits for R92C_PBP. */
363 #define R92C_PBP_PSRX_M 0x0f
364 #define R92C_PBP_PSRX_S 0
365 #define R92C_PBP_PSTX_M 0xf0
366 #define R92C_PBP_PSTX_S 4
367 #define R92C_PBP_64 0
368 #define R92C_PBP_128 1
369 #define R92C_PBP_256 2
370 #define R92C_PBP_512 3
371 #define R92C_PBP_1024 4
372
373 /* Bits for R92C_TRXDMA_CTRL. */
374 #define R92C_TRXDMA_CTRL_RXDMA_AGG_EN 0x0004
375 #define R92C_TRXDMA_CTRL_TXDMA_VOQ_MAP_M 0x0030
376 #define R92C_TRXDMA_CTRL_TXDMA_VOQ_MAP_S 4
377 #define R92C_TRXDMA_CTRL_TXDMA_VIQ_MAP_M 0x00c0
378 #define R92C_TRXDMA_CTRL_TXDMA_VIQ_MAP_S 6
379 #define R92C_TRXDMA_CTRL_TXDMA_BEQ_MAP_M 0x0300
380 #define R92C_TRXDMA_CTRL_TXDMA_BEQ_MAP_S 8
381 #define R92C_TRXDMA_CTRL_TXDMA_BKQ_MAP_M 0x0c00
382 #define R92C_TRXDMA_CTRL_TXDMA_BKQ_MAP_S 10
383 #define R92C_TRXDMA_CTRL_TXDMA_MGQ_MAP_M 0x3000
384 #define R92C_TRXDMA_CTRL_TXDMA_MGQ_MAP_S 12
385 #define R92C_TRXDMA_CTRL_TXDMA_HIQ_MAP_M 0xc000
386 #define R92C_TRXDMA_CTRL_TXDMA_HIQ_MAP_S 14
387 #define R92C_TRXDMA_CTRL_QUEUE_LOW 1
388 #define R92C_TRXDMA_CTRL_QUEUE_NORMAL 2
389 #define R92C_TRXDMA_CTRL_QUEUE_HIGH 3
390 #define R92C_TRXDMA_CTRL_QMAP_M 0xfff0
391 /* Shortcuts. */
392 #define R92C_TRXDMA_CTRL_QMAP_3EP 0xf5b0
393 #define R92C_TRXDMA_CTRL_QMAP_HQ_LQ 0xf5f0
394 #define R92C_TRXDMA_CTRL_QMAP_HQ_NQ 0xfaf0
395 #define R92C_TRXDMA_CTRL_QMAP_LQ 0x5550
396 #define R92C_TRXDMA_CTRL_QMAP_NQ 0xaaa0
397 #define R92C_TRXDMA_CTRL_QMAP_HQ 0xfff0
398
399 /* Bits for R92C_LLT_INIT. */
400 #define R92C_LLT_INIT_DATA_M 0x000000ff
401 #define R92C_LLT_INIT_DATA_S 0
402 #define R92C_LLT_INIT_ADDR_M 0x0000ff00
403 #define R92C_LLT_INIT_ADDR_S 8
404 #define R92C_LLT_INIT_OP_M 0xc0000000
405 #define R92C_LLT_INIT_OP_S 30
406 #define R92C_LLT_INIT_OP_NO_ACTIVE 0
407 #define R92C_LLT_INIT_OP_WRITE 1
408
409 /* Bits for R92C_RQPN. */
410 #define R92C_RQPN_HPQ_M 0x000000ff
411 #define R92C_RQPN_HPQ_S 0
412 #define R92C_RQPN_LPQ_M 0x0000ff00
413 #define R92C_RQPN_LPQ_S 8
414 #define R92C_RQPN_PUBQ_M 0x00ff0000
415 #define R92C_RQPN_PUBQ_S 16
416 #define R92C_RQPN_LD 0x80000000
417
418 /* Bits for R92C_TDECTRL. */
419 #define R92C_TDECTRL_BLK_DESC_NUM_M 0x0000000f
420 #define R92C_TDECTRL_BLK_DESC_NUM_S 4
421
422 /* Bits for R92C_FWHW_TXQ_CTRL. */
423 #define R92C_FWHW_TXQ_CTRL_AMPDU_RTY_NEW 0x80
424
425 /* Bits for R92C_SPEC_SIFS. */
426 #define R92C_SPEC_SIFS_CCK_M 0x00ff
427 #define R92C_SPEC_SIFS_CCK_S 0
428 #define R92C_SPEC_SIFS_OFDM_M 0xff00
429 #define R92C_SPEC_SIFS_OFDM_S 8
430
431 /* Bits for R92C_RL. */
432 #define R92C_RL_LRL_M 0x003f
433 #define R92C_RL_LRL_S 0
434 #define R92C_RL_SRL_M 0x3f00
435 #define R92C_RL_SRL_S 8
436
437 /* Bits for R92C_RRSR. */
438 #define R92C_RRSR_RATE_BITMAP_M 0x000fffff
439 #define R92C_RRSR_RATE_BITMAP_S 0
440 #define R92C_RRSR_RATE_CCK_ONLY_1M 0xffff1
441 #define R92C_RRSR_RSC_LOWSUBCHNL 0x00200000
442 #define R92C_RRSR_RSC_UPSUBCHNL 0x00400000
443 #define R92C_RRSR_SHORT 0x00800000
444
445 /* Bits for R92C_EDCA_XX_PARAM. */
446 #define R92C_EDCA_PARAM_AIFS_M 0x000000ff
447 #define R92C_EDCA_PARAM_AIFS_S 0
448 #define R92C_EDCA_PARAM_ECWMIN_M 0x00000f00
449 #define R92C_EDCA_PARAM_ECWMIN_S 8
450 #define R92C_EDCA_PARAM_ECWMAX_M 0x0000f000
451 #define R92C_EDCA_PARAM_ECWMAX_S 12
452 #define R92C_EDCA_PARAM_TXOP_M 0xffff0000
453 #define R92C_EDCA_PARAM_TXOP_S 16
454
455 /* Bits for R92C_BCN_CTRL. */
456 #define R92C_BCN_CTRL_EN_MBSSID 0x02
457 #define R92C_BCN_CTRL_TXBCN_RPT 0x04
458 #define R92C_BCN_CTRL_EN_BCN 0x08
459 #define R92C_BCN_CTRL_DIS_TSF_UDT0 0x10
460
461 /* Bits for R92C_APSD_CTRL. */
462 #define R92C_APSD_CTRL_OFF 0x40
463 #define R92C_APSD_CTRL_OFF_STATUS 0x80
464
465 /* Bits for R92C_BWOPMODE. */
466 #define R92C_BWOPMODE_11J 0x01
467 #define R92C_BWOPMODE_5G 0x02
468 #define R92C_BWOPMODE_20MHZ 0x04
469
470 /* Bits for R92C_RCR. */
471 #define R92C_RCR_AAP 0x00000001
472 #define R92C_RCR_APM 0x00000002
473 #define R92C_RCR_AM 0x00000004
474 #define R92C_RCR_AB 0x00000008
475 #define R92C_RCR_ADD3 0x00000010
476 #define R92C_RCR_APWRMGT 0x00000020
477 #define R92C_RCR_CBSSID_DATA 0x00000040
478 #define R92C_RCR_CBSSID_BCN 0x00000080
479 #define R92C_RCR_ACRC32 0x00000100
480 #define R92C_RCR_AICV 0x00000200
481 #define R92C_RCR_ADF 0x00000800
482 #define R92C_RCR_ACF 0x00001000
483 #define R92C_RCR_AMF 0x00002000
484 #define R92C_RCR_HTC_LOC_CTRL 0x00004000
485 #define R92C_RCR_MFBEN 0x00400000
486 #define R92C_RCR_LSIGEN 0x00800000
487 #define R92C_RCR_ENMBID 0x01000000
488 #define R92C_RCR_APP_BA_SSN 0x08000000
489 #define R92C_RCR_APP_PHYSTS 0x10000000
490 #define R92C_RCR_APP_ICV 0x20000000
491 #define R92C_RCR_APP_MIC 0x40000000
492 #define R92C_RCR_APPFCS 0x80000000
493
494 /* Bits for R92C_CAMCMD. */
495 #define R92C_CAMCMD_ADDR_M 0x0000ffff
496 #define R92C_CAMCMD_ADDR_S 0
497 #define R92C_CAMCMD_WRITE 0x00010000
498 #define R92C_CAMCMD_CLR 0x40000000
499 #define R92C_CAMCMD_POLLING 0x80000000
500
501
502 /*
503 * Baseband registers.
504 */
505 #define R92C_FPGA0_RFMOD 0x800
506 #define R92C_FPGA0_TXINFO 0x804
507 #define R92C_HSSI_PARAM1(chain) (0x820 + (chain) * 8)
508 #define R92C_HSSI_PARAM2(chain) (0x824 + (chain) * 8)
509 #define R92C_TXAGC_RATE18_06(i) (((i) == 0) ? 0xe00 : 0x830)
510 #define R92C_TXAGC_RATE54_24(i) (((i) == 0) ? 0xe04 : 0x834)
511 #define R92C_TXAGC_A_CCK1_MCS32 0xe08
512 #define R92C_FPGA0_XA_HSSIPARAM1 0x820
513 #define R92C_TXAGC_B_CCK1_55_MCS32 0x838
514 #define R92C_TXAGC_B_CCK11_A_CCK2_11 0x86c
515 #define R92C_TXAGC_MCS03_MCS00(i) (((i) == 0) ? 0xe10 : 0x83c)
516 #define R92C_TXAGC_MCS07_MCS04(i) (((i) == 0) ? 0xe14 : 0x848)
517 #define R92C_TXAGC_MCS11_MCS08(i) (((i) == 0) ? 0xe18 : 0x84c)
518 #define R92C_TXAGC_MCS15_MCS12(i) (((i) == 0) ? 0xe1c : 0x868)
519 #define R92C_LSSI_PARAM(chain) (0x840 + (chain) * 4)
520 #define R92C_FPGA0_RFIFACEOE(chain) (0x860 + (chain) * 4)
521 #define R92C_FPGA0_RFIFACESW(idx) (0x870 + (idx) * 4)
522 #define R92C_FPGA0_RFPARAM(idx) (0x878 + (idx) * 4)
523 #define R92C_FPGA0_ANAPARAM2 0x884
524 #define R92C_LSSI_READBACK(chain) (0x8a0 + (chain) * 4)
525 #define R92C_HSPI_READBACK(chain) (0x8b8 + (chain) * 4)
526 #define R92C_FPGA1_RFMOD 0x900
527 #define R92C_FPGA1_TXINFO 0x90c
528 #define R92C_CCK0_SYSTEM 0xa00
529 #define R92C_CCK0_AFESETTING 0xa04
530 #define R92C_OFDM0_TRXPATHENA 0xc04
531 #define R92C_OFDM0_TRMUXPAR 0xc08
532 #define R92C_OFDM0_XARXIQIMBALANCE 0xc14
533 #define R92C_OFDM0_ECCATHRESHOLD 0xc4c
534 #define R92C_OFDM0_AGCCORE1(chain) (0xc50 + (chain) * 8)
535 #define R92C_OFDM0_AGCPARAM1 0xc70
536 #define R92C_OFDM0_AGCRSSITABLE 0xc78
537 #define R92C_OFDM0_HTSTFAGC 0xc7c
538 #define R92C_OFDM0_XATXIQIMBALANCE 0xc80
539 #define R92C_OFDM0_XBTXIQIMBALANCE 0xc88
540 #define R92C_OFDM0_XCTXIQIMBALANCE 0xc90
541 #define R92C_OFDM0_XCTXAFE 0xc94
542 #define R92C_OFDM0_XDTXAFE 0xc9c
543 #define R92C_OFDM0_RXIQEXTANTA 0xca0
544 #define R92C_OFDM1_LSTF 0xd00
545
546 /* Bits for R92C_FPGA[01]_RFMOD. */
547 #define R92C_RFMOD_40MHZ 0x00000001
548 #define R92C_RFMOD_JAPAN 0x00000002
549 #define R92C_RFMOD_CCK_TXSC 0x00000030
550 #define R92C_RFMOD_CCK_EN 0x01000000
551 #define R92C_RFMOD_OFDM_EN 0x02000000
552
553 /* Bits for R92C_HSSI_PARAM1(i). */
554 #define R92C_HSSI_PARAM1_PI 0x00000100
555
556 /* Bits for R92C_HSSI_PARAM2(i). */
557 #define R92C_HSSI_PARAM2_CCK_HIPWR 0x00000200
558 #define R92C_HSSI_PARAM2_ADDR_LENGTH 0x00000400
559 #define R92C_HSSI_PARAM2_DATA_LENGTH 0x00000800
560 #define R92C_HSSI_PARAM2_READ_ADDR_M 0x7f800000
561 #define R92C_HSSI_PARAM2_READ_ADDR_S 23
562 #define R92C_HSSI_PARAM2_READ_EDGE 0x80000000
563
564 /* Bits for R92C_TXAGC_A_CCK1_MCS32. */
565 #define R92C_TXAGC_A_CCK1_M 0x0000ff00
566 #define R92C_TXAGC_A_CCK1_S 8
567
568 /* Bits for R92C_TXAGC_B_CCK11_A_CCK2_11. */
569 #define R92C_TXAGC_B_CCK11_M 0x000000ff
570 #define R92C_TXAGC_B_CCK11_S 0
571 #define R92C_TXAGC_A_CCK2_M 0x0000ff00
572 #define R92C_TXAGC_A_CCK2_S 8
573 #define R92C_TXAGC_A_CCK55_M 0x00ff0000
574 #define R92C_TXAGC_A_CCK55_S 16
575 #define R92C_TXAGC_A_CCK11_M 0xff000000
576 #define R92C_TXAGC_A_CCK11_S 24
577
578 /* Bits for R92C_TXAGC_B_CCK1_55_MCS32. */
579 #define R92C_TXAGC_B_CCK1_M 0x0000ff00
580 #define R92C_TXAGC_B_CCK1_S 8
581 #define R92C_TXAGC_B_CCK2_M 0x00ff0000
582 #define R92C_TXAGC_B_CCK2_S 16
583 #define R92C_TXAGC_B_CCK55_M 0xff000000
584 #define R92C_TXAGC_B_CCK55_S 24
585
586 /* Bits for R92C_TXAGC_RATE18_06(x). */
587 #define R92C_TXAGC_RATE06_M 0x000000ff
588 #define R92C_TXAGC_RATE06_S 0
589 #define R92C_TXAGC_RATE09_M 0x0000ff00
590 #define R92C_TXAGC_RATE09_S 8
591 #define R92C_TXAGC_RATE12_M 0x00ff0000
592 #define R92C_TXAGC_RATE12_S 16
593 #define R92C_TXAGC_RATE18_M 0xff000000
594 #define R92C_TXAGC_RATE18_S 24
595
596 /* Bits for R92C_TXAGC_RATE54_24(x). */
597 #define R92C_TXAGC_RATE24_M 0x000000ff
598 #define R92C_TXAGC_RATE24_S 0
599 #define R92C_TXAGC_RATE36_M 0x0000ff00
600 #define R92C_TXAGC_RATE36_S 8
601 #define R92C_TXAGC_RATE48_M 0x00ff0000
602 #define R92C_TXAGC_RATE48_S 16
603 #define R92C_TXAGC_RATE54_M 0xff000000
604 #define R92C_TXAGC_RATE54_S 24
605
606 /* Bits for R92C_TXAGC_MCS03_MCS00(x). */
607 #define R92C_TXAGC_MCS00_M 0x000000ff
608 #define R92C_TXAGC_MCS00_S 0
609 #define R92C_TXAGC_MCS01_M 0x0000ff00
610 #define R92C_TXAGC_MCS01_S 8
611 #define R92C_TXAGC_MCS02_M 0x00ff0000
612 #define R92C_TXAGC_MCS02_S 16
613 #define R92C_TXAGC_MCS03_M 0xff000000
614 #define R92C_TXAGC_MCS03_S 24
615
616 /* Bits for R92C_TXAGC_MCS07_MCS04(x). */
617 #define R92C_TXAGC_MCS04_M 0x000000ff
618 #define R92C_TXAGC_MCS04_S 0
619 #define R92C_TXAGC_MCS05_M 0x0000ff00
620 #define R92C_TXAGC_MCS05_S 8
621 #define R92C_TXAGC_MCS06_M 0x00ff0000
622 #define R92C_TXAGC_MCS06_S 16
623 #define R92C_TXAGC_MCS07_M 0xff000000
624 #define R92C_TXAGC_MCS07_S 24
625
626 /* Bits for R92C_TXAGC_MCS11_MCS08(x). */
627 #define R92C_TXAGC_MCS08_M 0x000000ff
628 #define R92C_TXAGC_MCS08_S 0
629 #define R92C_TXAGC_MCS09_M 0x0000ff00
630 #define R92C_TXAGC_MCS09_S 8
631 #define R92C_TXAGC_MCS10_M 0x00ff0000
632 #define R92C_TXAGC_MCS10_S 16
633 #define R92C_TXAGC_MCS11_M 0xff000000
634 #define R92C_TXAGC_MCS11_S 24
635
636 /* Bits for R92C_TXAGC_MCS15_MCS12(x). */
637 #define R92C_TXAGC_MCS12_M 0x000000ff
638 #define R92C_TXAGC_MCS12_S 0
639 #define R92C_TXAGC_MCS13_M 0x0000ff00
640 #define R92C_TXAGC_MCS13_S 8
641 #define R92C_TXAGC_MCS14_M 0x00ff0000
642 #define R92C_TXAGC_MCS14_S 16
643 #define R92C_TXAGC_MCS15_M 0xff000000
644 #define R92C_TXAGC_MCS15_S 24
645
646 /* Bits for R92C_LSSI_PARAM(i). */
647 #define R92C_LSSI_PARAM_DATA_M 0x000fffff
648 #define R92C_LSSI_PARAM_DATA_S 0
649 #define R92C_LSSI_PARAM_ADDR_M 0x03f00000
650 #define R92C_LSSI_PARAM_ADDR_S 20
651
652 /* Bits for R92C_FPGA0_ANAPARAM2. */
653 #define R92C_FPGA0_ANAPARAM2_CBW20 0x00000400
654
655 /* Bits for R92C_LSSI_READBACK(i). */
656 #define R92C_LSSI_READBACK_DATA_M 0x000fffff
657 #define R92C_LSSI_READBACK_DATA_S 0
658
659 /* Bits for R92C_OFDM0_AGCCORE1(i). */
660 #define R92C_OFDM0_AGCCORE1_GAIN_M 0x0000007f
661 #define R92C_OFDM0_AGCCORE1_GAIN_S 0
662
663
664 /*
665 * USB registers.
666 */
667 #define R92C_USB_INFO 0xfe17
668 #define R92C_USB_SPECIAL_OPTION 0xfe55
669 #define R92C_USB_HCPWM 0xfe57
670 #define R92C_USB_HRPWM 0xfe58
671 #define R92C_USB_DMA_AGG_TO 0xfe5b
672 #define R92C_USB_AGG_TO 0xfe5c
673 #define R92C_USB_AGG_TH 0xfe5d
674 #define R92C_USB_VID 0xfe60
675 #define R92C_USB_PID 0xfe62
676 #define R92C_USB_OPTIONAL 0xfe64
677 #define R92C_USB_EP 0xfe65
678 #define R92C_USB_PHY 0xfe68
679 #define R92C_USB_MAC_ADDR 0xfe70
680 #define R92C_USB_STRING 0xfe80
681
682 /* Bits for R92C_USB_SPECIAL_OPTION. */
683 #define R92C_USB_SPECIAL_OPTION_AGG_EN 0x08
684
685 /* Bits for R92C_USB_EP. */
686 #define R92C_USB_EP_HQ_M 0x000f
687 #define R92C_USB_EP_HQ_S 0
688 #define R92C_USB_EP_NQ_M 0x00f0
689 #define R92C_USB_EP_NQ_S 4
690 #define R92C_USB_EP_LQ_M 0x0f00
691 #define R92C_USB_EP_LQ_S 8
692
693 /* Bits for R92C_RD_CTRL. */
694 #define R92C_RD_CTRL_DIS_EDCA_CNT_DWN __BIT(11)
695
696 /*
697 * Firmware base address.
698 */
699 #define R92C_FW_START_ADDR 0x1000
700 #define R92C_FW_PAGE_SIZE 4096
701
702
703 /*
704 * RF (6052) registers.
705 */
706 #define R92C_RF_AC 0x00
707 #define R92C_RF_IQADJ_G(i) (0x01 + (i))
708 #define R92C_RF_POW_TRSW 0x05
709 #define R92C_RF_GAIN_RX 0x06
710 #define R92C_RF_GAIN_TX 0x07
711 #define R92C_RF_TXM_IDAC 0x08
712 #define R92C_RF_BS_IQGEN 0x0f
713 #define R92C_RF_MODE1 0x10
714 #define R92C_RF_MODE2 0x11
715 #define R92C_RF_RX_AGC_HP 0x12
716 #define R92C_RF_TX_AGC 0x13
717 #define R92C_RF_BIAS 0x14
718 #define R92C_RF_IPA 0x15
719 #define R92C_RF_POW_ABILITY 0x17
720 #define R92C_RF_CHNLBW 0x18
721 #define R92C_RF_RX_G1 0x1a
722 #define R92C_RF_RX_G2 0x1b
723 #define R92C_RF_RX_BB2 0x1c
724 #define R92C_RF_RX_BB1 0x1d
725 #define R92C_RF_RCK1 0x1e
726 #define R92C_RF_RCK2 0x1f
727 #define R92C_RF_TX_G(i) (0x20 + (i))
728 #define R92C_RF_TX_BB1 0x23
729 #define R92C_RF_T_METER 0x24
730 #define R92C_RF_SYN_G(i) (0x25 + (i))
731 #define R92C_RF_RCK_OS 0x30
732 #define R92C_RF_TXPA_G(i) (0x31 + (i))
733
734 /* Bits for R92C_RF_AC. */
735 #define R92C_RF_AC_MODE_M 0x70000
736 #define R92C_RF_AC_MODE_S 16
737 #define R92C_RF_AC_MODE_STANDBY 1
738
739 /* Bits for R92C_RF_CHNLBW. */
740 #define R92C_RF_CHNLBW_CHNL_M 0x003ff
741 #define R92C_RF_CHNLBW_CHNL_S 0
742 #define R92C_RF_CHNLBW_BW20 0x00400
743 #define R92C_RF_CHNLBW_LCSTART 0x08000
744
745
746 /*
747 * CAM entries.
748 */
749 #define R92C_CAM_ENTRY_COUNT 32
750
751 #define R92C_CAM_CTL0(entry) ((entry) * 8 + 0)
752 #define R92C_CAM_CTL1(entry) ((entry) * 8 + 1)
753 #define R92C_CAM_KEY(entry, i) ((entry) * 8 + 2 + (i))
754
755 /* Bits for R92C_CAM_CTL0(i). */
756 #define R92C_CAM_KEYID_M 0x00000003
757 #define R92C_CAM_KEYID_S 0
758 #define R92C_CAM_ALGO_M 0x0000001c
759 #define R92C_CAM_ALGO_S 2
760 #define R92C_CAM_ALGO_NONE 0
761 #define R92C_CAM_ALGO_WEP40 1
762 #define R92C_CAM_ALGO_TKIP 2
763 #define R92C_CAM_ALGO_AES 4
764 #define R92C_CAM_ALGO_WEP104 5
765 #define R92C_CAM_VALID 0x00008000
766 #define R92C_CAM_MACLO_M 0xffff0000
767 #define R92C_CAM_MACLO_S 16
768
769 /* Rate adaptation modes. */
770 #define R92C_RAID_11GN 1
771 #define R92C_RAID_11N 3
772 #define R92C_RAID_11BG 4
773 #define R92C_RAID_11G 5 /* "pure" 11g */
774 #define R92C_RAID_11B 6
775
776
777 /* Macros to access unaligned little-endian memory. */
778 #define LE_READ_2(x) ((x)[0] | ((x)[1]<<8))
779 #define LE_READ_4(x) ((x)[0] | ((x)[1]<<8) | ((x)[2]<<16) | ((x)[3]<<24))
780
781 /*
782 * Macros to access subfields in registers.
783 */
784 /* Mask and Shift (getter). */
785 #define MS(val, field) \
786 (((val) & field##_M) >> field##_S)
787
788 /* Shift and Mask (setter). */
789 #define SM(field, val) \
790 (((val) << field##_S) & field##_M)
791
792 /* Rewrite. */
793 #define RW(var, field, val) \
794 (((var) & ~field##_M) | SM(field, val))
795
796 /*
797 * Firmware image header.
798 */
799 struct r92c_fw_hdr {
800 /* QWORD0 */
801 uint16_t signature;
802 uint8_t category;
803 uint8_t function;
804 uint16_t version;
805 uint16_t subversion;
806 /* QWORD1 */
807 uint8_t month;
808 uint8_t date;
809 uint8_t hour;
810 uint8_t minute;
811 uint16_t ramcodesize;
812 uint16_t reserved2;
813 /* QWORD2 */
814 uint32_t svnidx;
815 uint32_t reserved3;
816 /* QWORD3 */
817 uint32_t reserved4;
818 uint32_t reserved5;
819 } __packed;
820
821 /*
822 * Host to firmware commands.
823 */
824 struct r92c_fw_cmd {
825 uint8_t id;
826 #define R92C_CMD_AP_OFFLOAD 0
827 #define R92C_CMD_SET_PWRMODE 1
828 #define R92C_CMD_JOINBSS_RPT 2
829 #define R92C_CMD_RSVD_PAGE 3
830 #define R92C_CMD_RSSI 4
831 #define R92C_CMD_RSSI_SETTING 5
832 #define R92C_CMD_MACID_CONFIG 6
833 #define R92C_CMD_MACID_PS_MODE 7
834 #define R92C_CMD_P2P_PS_OFFLOAD 8
835 #define R92C_CMD_SELECTIVE_SUSPEND 9
836 #define R92C_CMD_FLAG_EXT 0x80
837
838 uint8_t msg[5];
839 } __packed;
840
841 /* Structure for R92C_CMD_RSSI_SETTING. */
842 struct r92c_fw_cmd_rssi {
843 uint8_t macid;
844 uint8_t reserved;
845 uint8_t pwdb;
846 } __packed;
847
848 /* Structure for R92C_CMD_MACID_CONFIG. */
849 struct r92c_fw_cmd_macid_cfg {
850 uint8_t mask[4];
851 uint8_t macid;
852 #define URTWN_MACID_BSS 0
853 #define URTWN_MACID_BC 4 /* Broadcast. */
854 #define URTWN_MACID_VALID 0x80
855 } __packed;
856
857 /*
858 * RTL8192CU ROM image.
859 */
860 struct r92c_rom {
861 uint16_t id; /* 0x8192 */
862 uint8_t reserved1[5];
863 uint8_t dbg_sel;
864 uint16_t reserved2;
865 uint16_t vid;
866 uint16_t pid;
867 uint8_t usb_opt;
868 uint8_t ep_setting;
869 uint16_t reserved3;
870 uint8_t usb_phy;
871 uint8_t reserved4[3];
872 uint8_t macaddr[6];
873 uint8_t string[61]; /* "Realtek" */
874 uint8_t subcustomer_id;
875 uint8_t cck_tx_pwr[R92C_MAX_CHAINS][3];
876 uint8_t ht40_1s_tx_pwr[R92C_MAX_CHAINS][3];
877 uint8_t ht40_2s_tx_pwr_diff[3];
878 uint8_t ht20_tx_pwr_diff[3];
879 uint8_t ofdm_tx_pwr_diff[3];
880 uint8_t ht40_max_pwr[3];
881 uint8_t ht20_max_pwr[3];
882 uint8_t xtal_calib;
883 uint8_t tssi[R92C_MAX_CHAINS];
884 uint8_t thermal_meter;
885 uint8_t rf_opt1;
886 #define R92C_ROM_RF1_REGULATORY_M 0x07
887 #define R92C_ROM_RF1_REGULATORY_S 0
888 #define R92C_ROM_RF1_BOARD_TYPE_M 0xe0
889 #define R92C_ROM_RF1_BOARD_TYPE_S 5
890 #define R92C_BOARD_TYPE_DONGLE 0
891 #define R92C_BOARD_TYPE_HIGHPA 1
892 #define R92C_BOARD_TYPE_MINICARD 2
893 #define R92C_BOARD_TYPE_SOLO 3
894 #define R92C_BOARD_TYPE_COMBO 4
895
896 uint8_t rf_opt2;
897 uint8_t rf_opt3;
898 uint8_t rf_opt4;
899 uint8_t channel_plan;
900 uint8_t version;
901 uint8_t curstomer_id;
902 } __packed;
903
904 /* Rx MAC descriptor. */
905 struct r92c_rx_stat {
906 uint32_t rxdw0;
907 #define R92C_RXDW0_PKTLEN_M 0x00003fff
908 #define R92C_RXDW0_PKTLEN_S 0
909 #define R92C_RXDW0_CRCERR 0x00004000
910 #define R92C_RXDW0_ICVERR 0x00008000
911 #define R92C_RXDW0_INFOSZ_M 0x000f0000
912 #define R92C_RXDW0_INFOSZ_S 16
913 #define R92C_RXDW0_QOS 0x00800000
914 #define R92C_RXDW0_SHIFT_M 0x03000000
915 #define R92C_RXDW0_SHIFT_S 24
916 #define R92C_RXDW0_PHYST 0x04000000
917 #define R92C_RXDW0_DECRYPTED 0x08000000
918
919 uint32_t rxdw1;
920 uint32_t rxdw2;
921 #define R92C_RXDW2_PKTCNT_M 0x00ff0000
922 #define R92C_RXDW2_PKTCNT_S 16
923
924 uint32_t rxdw3;
925 #define R92C_RXDW3_RATE_M 0x0000003f
926 #define R92C_RXDW3_RATE_S 0
927 #define R92C_RXDW3_HT 0x00000040
928 #define R92C_RXDW3_HTC 0x00000400
929
930 uint32_t rxdw4;
931 uint32_t rxdw5;
932 } __packed __aligned(4);
933
934 /* Rx PHY descriptor. */
935 struct r92c_rx_phystat {
936 uint32_t phydw0;
937 uint32_t phydw1;
938 uint32_t phydw2;
939 uint32_t phydw3;
940 uint32_t phydw4;
941 uint32_t phydw5;
942 uint32_t phydw6;
943 uint32_t phydw7;
944 } __packed __aligned(4);
945
946 /* Rx PHY CCK descriptor. */
947 struct r92c_rx_cck {
948 uint8_t adc_pwdb[4];
949 uint8_t sq_rpt;
950 uint8_t agc_rpt;
951 } __packed;
952
953 /* Tx MAC descriptor. */
954 struct r92c_tx_desc {
955 uint32_t txdw0;
956 #define R92C_TXDW0_PKTLEN_M 0x0000ffff
957 #define R92C_TXDW0_PKTLEN_S 0
958 #define R92C_TXDW0_OFFSET_M 0x00ff0000
959 #define R92C_TXDW0_OFFSET_S 16
960 #define R92C_TXDW0_BMCAST 0x01000000
961 #define R92C_TXDW0_LSG 0x04000000
962 #define R92C_TXDW0_FSG 0x08000000
963 #define R92C_TXDW0_OWN 0x80000000
964
965 uint32_t txdw1;
966 #define R92C_TXDW1_MACID_M 0x0000001f
967 #define R92C_TXDW1_MACID_S 0
968 #define R92C_TXDW1_AGGEN 0x00000020
969 #define R92C_TXDW1_AGGBK 0x00000040
970 #define R92C_TXDW1_QSEL_M 0x00001f00
971 #define R92C_TXDW1_QSEL_S 8
972 #define R92C_TXDW1_QSEL_BE 0x00
973 #define R92C_TXDW1_QSEL_MGNT 0x12
974 #define R92C_TXDW1_RAID_M 0x000f0000
975 #define R92C_TXDW1_RAID_S 16
976 #define R92C_TXDW1_CIPHER_M 0x00c00000
977 #define R92C_TXDW1_CIPHER_S 22
978 #define R92C_TXDW1_CIPHER_NONE 0
979 #define R92C_TXDW1_CIPHER_RC4 1
980 #define R92C_TXDW1_CIPHER_AES 3
981 #define R92C_TXDW1_PKTOFF_M 0x7c000000
982 #define R92C_TXDW1_PKTOFF_S 26
983
984 uint32_t txdw2;
985 uint16_t txdw3;
986 uint16_t txdseq;
987
988 uint32_t txdw4;
989 #define R92C_TXDW4_RTSRATE_M 0x0000003f
990 #define R92C_TXDW4_RTSRATE_S 0
991 #define R92C_TXDW4_QOS 0x00000040
992 #define R92C_TXDW4_HWSEQ 0x00000080
993 #define R92C_TXDW4_DRVRATE 0x00000100
994 #define R92C_TXDW4_CTS2SELF 0x00000800
995 #define R92C_TXDW4_RTSEN 0x00001000
996 #define R92C_TXDW4_HWRTSEN 0x00002000
997 #define R92C_TXDW4_SCO_M 0x003f0000
998 #define R92C_TXDW4_SCO_S 20
999 #define R92C_TXDW4_SCO_SCA 1
1000 #define R92C_TXDW4_SCO_SCB 2
1001 #define R92C_TXDW4_40MHZ 0x02000000
1002
1003 uint32_t txdw5;
1004 #define R92C_TXDW5_DATARATE_M 0x0000003f
1005 #define R92C_TXDW5_DATARATE_S 0
1006 #define R92C_TXDW5_SGI 0x00000040
1007 #define R92C_TXDW5_AGGNUM_M 0xff000000
1008 #define R92C_TXDW5_AGGNUM_S 24
1009
1010 uint32_t txdw6;
1011 uint16_t txdsum;
1012 uint16_t pad;
1013 } __packed __aligned(4);
1014