xref: /wlan-driver/fw-api/hw/qca6750/v1/he_sig_b2_ofdma_info.h (revision 5113495b16420b49004c444715d2daae2066e7dc)
1*5113495bSYour Name /*
2*5113495bSYour Name  * Copyright (c) 2020 The Linux Foundation. All rights reserved.
3*5113495bSYour Name  *
4*5113495bSYour Name  * Permission to use, copy, modify, and/or distribute this software for
5*5113495bSYour Name  * any purpose with or without fee is hereby granted, provided that the
6*5113495bSYour Name  * above copyright notice and this permission notice appear in all
7*5113495bSYour Name  * copies.
8*5113495bSYour Name  *
9*5113495bSYour Name  * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
10*5113495bSYour Name  * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
11*5113495bSYour Name  * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
12*5113495bSYour Name  * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
13*5113495bSYour Name  * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
14*5113495bSYour Name  * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
15*5113495bSYour Name  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
16*5113495bSYour Name  * PERFORMANCE OF THIS SOFTWARE.
17*5113495bSYour Name  */
18*5113495bSYour Name 
19*5113495bSYour Name //
20*5113495bSYour Name // DO NOT EDIT!  This file is automatically generated
21*5113495bSYour Name //               These definitions are tied to a particular hardware layout
22*5113495bSYour Name 
23*5113495bSYour Name 
24*5113495bSYour Name #ifndef _HE_SIG_B2_OFDMA_INFO_H_
25*5113495bSYour Name #define _HE_SIG_B2_OFDMA_INFO_H_
26*5113495bSYour Name #if !defined(__ASSEMBLER__)
27*5113495bSYour Name #endif
28*5113495bSYour Name 
29*5113495bSYour Name 
30*5113495bSYour Name // ################ START SUMMARY #################
31*5113495bSYour Name //
32*5113495bSYour Name //	Dword	Fields
33*5113495bSYour Name //	0	sta_id[10:0], nsts[13:11], txbf[14], sta_mcs[18:15], sta_dcm[19], sta_coding[20], reserved_0[31:21]
34*5113495bSYour Name //
35*5113495bSYour Name // ################ END SUMMARY #################
36*5113495bSYour Name 
37*5113495bSYour Name #define NUM_OF_DWORDS_HE_SIG_B2_OFDMA_INFO 1
38*5113495bSYour Name 
39*5113495bSYour Name struct he_sig_b2_ofdma_info {
40*5113495bSYour Name              uint32_t sta_id                          : 11, //[10:0]
41*5113495bSYour Name                       nsts                            :  3, //[13:11]
42*5113495bSYour Name                       txbf                            :  1, //[14]
43*5113495bSYour Name                       sta_mcs                         :  4, //[18:15]
44*5113495bSYour Name                       sta_dcm                         :  1, //[19]
45*5113495bSYour Name                       sta_coding                      :  1, //[20]
46*5113495bSYour Name                       reserved_0                      : 11; //[31:21]
47*5113495bSYour Name };
48*5113495bSYour Name 
49*5113495bSYour Name /*
50*5113495bSYour Name 
51*5113495bSYour Name sta_id
52*5113495bSYour Name 
53*5113495bSYour Name 			Identifies the STA that is addressed. Details of STA ID
54*5113495bSYour Name 			are TBD
55*5113495bSYour Name 
56*5113495bSYour Name nsts
57*5113495bSYour Name 
58*5113495bSYour Name 			MAC RX side usage only:
59*5113495bSYour Name 
60*5113495bSYour Name 
61*5113495bSYour Name 
62*5113495bSYour Name 			Number of spatial streams for this user
63*5113495bSYour Name 
64*5113495bSYour Name 
65*5113495bSYour Name 
66*5113495bSYour Name 			<enum 0 1_spatial_stream>Single spatial stream
67*5113495bSYour Name 
68*5113495bSYour Name 			<enum 1 2_spatial_streams>2 spatial streams
69*5113495bSYour Name 
70*5113495bSYour Name 			<enum 2 3_spatial_streams>3 spatial streams
71*5113495bSYour Name 
72*5113495bSYour Name 			<enum 3 4_spatial_streams>4 spatial streams
73*5113495bSYour Name 
74*5113495bSYour Name 			<enum 4 5_spatial_streams>5 spatial streams
75*5113495bSYour Name 
76*5113495bSYour Name 			<enum 5 6_spatial_streams>6 spatial streams
77*5113495bSYour Name 
78*5113495bSYour Name 			<enum 6 7_spatial_streams>7 spatial streams
79*5113495bSYour Name 
80*5113495bSYour Name 			<enum 7 8_spatial_streams>8 spatial streams
81*5113495bSYour Name 
82*5113495bSYour Name txbf
83*5113495bSYour Name 
84*5113495bSYour Name 			Indicates whether beamforming is applied
85*5113495bSYour Name 
86*5113495bSYour Name 			0: No beamforming
87*5113495bSYour Name 
88*5113495bSYour Name 			1: beamforming
89*5113495bSYour Name 
90*5113495bSYour Name 			<legal all>
91*5113495bSYour Name 
92*5113495bSYour Name sta_mcs
93*5113495bSYour Name 
94*5113495bSYour Name 			Indicates the data MCS
95*5113495bSYour Name 
96*5113495bSYour Name sta_dcm
97*5113495bSYour Name 
98*5113495bSYour Name 
99*5113495bSYour Name 			0: No DCM
100*5113495bSYour Name 
101*5113495bSYour Name 			1:DCM
102*5113495bSYour Name 
103*5113495bSYour Name 			<legal all>
104*5113495bSYour Name 
105*5113495bSYour Name sta_coding
106*5113495bSYour Name 
107*5113495bSYour Name 			Distinguishes between BCC/LDPC
108*5113495bSYour Name 
109*5113495bSYour Name 
110*5113495bSYour Name 
111*5113495bSYour Name 			0: BCC
112*5113495bSYour Name 
113*5113495bSYour Name 			1: LDPC
114*5113495bSYour Name 
115*5113495bSYour Name 			<legal all>
116*5113495bSYour Name 
117*5113495bSYour Name reserved_0
118*5113495bSYour Name 
119*5113495bSYour Name 			<legal 0>
120*5113495bSYour Name */
121*5113495bSYour Name 
122*5113495bSYour Name 
123*5113495bSYour Name /* Description		HE_SIG_B2_OFDMA_INFO_0_STA_ID
124*5113495bSYour Name 
125*5113495bSYour Name 			Identifies the STA that is addressed. Details of STA ID
126*5113495bSYour Name 			are TBD
127*5113495bSYour Name */
128*5113495bSYour Name #define HE_SIG_B2_OFDMA_INFO_0_STA_ID_OFFSET                         0x00000000
129*5113495bSYour Name #define HE_SIG_B2_OFDMA_INFO_0_STA_ID_LSB                            0
130*5113495bSYour Name #define HE_SIG_B2_OFDMA_INFO_0_STA_ID_MASK                           0x000007ff
131*5113495bSYour Name 
132*5113495bSYour Name /* Description		HE_SIG_B2_OFDMA_INFO_0_NSTS
133*5113495bSYour Name 
134*5113495bSYour Name 			MAC RX side usage only:
135*5113495bSYour Name 
136*5113495bSYour Name 
137*5113495bSYour Name 
138*5113495bSYour Name 			Number of spatial streams for this user
139*5113495bSYour Name 
140*5113495bSYour Name 
141*5113495bSYour Name 
142*5113495bSYour Name 			<enum 0 1_spatial_stream>Single spatial stream
143*5113495bSYour Name 
144*5113495bSYour Name 			<enum 1 2_spatial_streams>2 spatial streams
145*5113495bSYour Name 
146*5113495bSYour Name 			<enum 2 3_spatial_streams>3 spatial streams
147*5113495bSYour Name 
148*5113495bSYour Name 			<enum 3 4_spatial_streams>4 spatial streams
149*5113495bSYour Name 
150*5113495bSYour Name 			<enum 4 5_spatial_streams>5 spatial streams
151*5113495bSYour Name 
152*5113495bSYour Name 			<enum 5 6_spatial_streams>6 spatial streams
153*5113495bSYour Name 
154*5113495bSYour Name 			<enum 6 7_spatial_streams>7 spatial streams
155*5113495bSYour Name 
156*5113495bSYour Name 			<enum 7 8_spatial_streams>8 spatial streams
157*5113495bSYour Name */
158*5113495bSYour Name #define HE_SIG_B2_OFDMA_INFO_0_NSTS_OFFSET                           0x00000000
159*5113495bSYour Name #define HE_SIG_B2_OFDMA_INFO_0_NSTS_LSB                              11
160*5113495bSYour Name #define HE_SIG_B2_OFDMA_INFO_0_NSTS_MASK                             0x00003800
161*5113495bSYour Name 
162*5113495bSYour Name /* Description		HE_SIG_B2_OFDMA_INFO_0_TXBF
163*5113495bSYour Name 
164*5113495bSYour Name 			Indicates whether beamforming is applied
165*5113495bSYour Name 
166*5113495bSYour Name 			0: No beamforming
167*5113495bSYour Name 
168*5113495bSYour Name 			1: beamforming
169*5113495bSYour Name 
170*5113495bSYour Name 			<legal all>
171*5113495bSYour Name */
172*5113495bSYour Name #define HE_SIG_B2_OFDMA_INFO_0_TXBF_OFFSET                           0x00000000
173*5113495bSYour Name #define HE_SIG_B2_OFDMA_INFO_0_TXBF_LSB                              14
174*5113495bSYour Name #define HE_SIG_B2_OFDMA_INFO_0_TXBF_MASK                             0x00004000
175*5113495bSYour Name 
176*5113495bSYour Name /* Description		HE_SIG_B2_OFDMA_INFO_0_STA_MCS
177*5113495bSYour Name 
178*5113495bSYour Name 			Indicates the data MCS
179*5113495bSYour Name */
180*5113495bSYour Name #define HE_SIG_B2_OFDMA_INFO_0_STA_MCS_OFFSET                        0x00000000
181*5113495bSYour Name #define HE_SIG_B2_OFDMA_INFO_0_STA_MCS_LSB                           15
182*5113495bSYour Name #define HE_SIG_B2_OFDMA_INFO_0_STA_MCS_MASK                          0x00078000
183*5113495bSYour Name 
184*5113495bSYour Name /* Description		HE_SIG_B2_OFDMA_INFO_0_STA_DCM
185*5113495bSYour Name 
186*5113495bSYour Name 
187*5113495bSYour Name 			0: No DCM
188*5113495bSYour Name 
189*5113495bSYour Name 			1:DCM
190*5113495bSYour Name 
191*5113495bSYour Name 			<legal all>
192*5113495bSYour Name */
193*5113495bSYour Name #define HE_SIG_B2_OFDMA_INFO_0_STA_DCM_OFFSET                        0x00000000
194*5113495bSYour Name #define HE_SIG_B2_OFDMA_INFO_0_STA_DCM_LSB                           19
195*5113495bSYour Name #define HE_SIG_B2_OFDMA_INFO_0_STA_DCM_MASK                          0x00080000
196*5113495bSYour Name 
197*5113495bSYour Name /* Description		HE_SIG_B2_OFDMA_INFO_0_STA_CODING
198*5113495bSYour Name 
199*5113495bSYour Name 			Distinguishes between BCC/LDPC
200*5113495bSYour Name 
201*5113495bSYour Name 
202*5113495bSYour Name 
203*5113495bSYour Name 			0: BCC
204*5113495bSYour Name 
205*5113495bSYour Name 			1: LDPC
206*5113495bSYour Name 
207*5113495bSYour Name 			<legal all>
208*5113495bSYour Name */
209*5113495bSYour Name #define HE_SIG_B2_OFDMA_INFO_0_STA_CODING_OFFSET                     0x00000000
210*5113495bSYour Name #define HE_SIG_B2_OFDMA_INFO_0_STA_CODING_LSB                        20
211*5113495bSYour Name #define HE_SIG_B2_OFDMA_INFO_0_STA_CODING_MASK                       0x00100000
212*5113495bSYour Name 
213*5113495bSYour Name /* Description		HE_SIG_B2_OFDMA_INFO_0_RESERVED_0
214*5113495bSYour Name 
215*5113495bSYour Name 			<legal 0>
216*5113495bSYour Name */
217*5113495bSYour Name #define HE_SIG_B2_OFDMA_INFO_0_RESERVED_0_OFFSET                     0x00000000
218*5113495bSYour Name #define HE_SIG_B2_OFDMA_INFO_0_RESERVED_0_LSB                        21
219*5113495bSYour Name #define HE_SIG_B2_OFDMA_INFO_0_RESERVED_0_MASK                       0xffe00000
220*5113495bSYour Name 
221*5113495bSYour Name 
222*5113495bSYour Name #endif // _HE_SIG_B2_OFDMA_INFO_H_
223