xref: /wlan-driver/fw-api/hw/qca8074/v2/he_sig_b1_mu_info.h (revision 5113495b16420b49004c444715d2daae2066e7dc)
1 /*
2  * Copyright (c) 2020 The Linux Foundation. All rights reserved.
3  *
4  * Permission to use, copy, modify, and/or distribute this software for any
5  * purpose with or without fee is hereby granted, provided that the above
6  * copyright notice and this permission notice appear in all copies.
7  *
8  * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9  * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10  * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
11  * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15  */
16 
17 // $ATH_LICENSE_HW_HDR_C$
18 //
19 // DO NOT EDIT!  This file is automatically generated
20 //               These definitions are tied to a particular hardware layout
21 
22 
23 #ifndef _HE_SIG_B1_MU_INFO_H_
24 #define _HE_SIG_B1_MU_INFO_H_
25 #if !defined(__ASSEMBLER__)
26 #endif
27 
28 
29 // ################ START SUMMARY #################
30 //
31 //	Dword	Fields
32 //	0	ru_allocation[7:0], reserved_0[31:8]
33 //
34 // ################ END SUMMARY #################
35 
36 #define NUM_OF_DWORDS_HE_SIG_B1_MU_INFO 1
37 
38 struct he_sig_b1_mu_info {
39              uint32_t ru_allocation                   :  8, //[7:0]
40                       reserved_0                      : 24; //[31:8]
41 };
42 
43 /*
44 
45 ru_allocation
46 
47 			RU allocation for the user(s) following this common
48 			portion of the SIG
49 
50 
51 
52 			For details, refer to  RU_TYPE description
53 
54 			<legal all>
55 
56 reserved_0
57 
58 			<legal 0>
59 */
60 
61 
62 /* Description		HE_SIG_B1_MU_INFO_0_RU_ALLOCATION
63 
64 			RU allocation for the user(s) following this common
65 			portion of the SIG
66 
67 
68 
69 			For details, refer to  RU_TYPE description
70 
71 			<legal all>
72 */
73 #define HE_SIG_B1_MU_INFO_0_RU_ALLOCATION_OFFSET                     0x00000000
74 #define HE_SIG_B1_MU_INFO_0_RU_ALLOCATION_LSB                        0
75 #define HE_SIG_B1_MU_INFO_0_RU_ALLOCATION_MASK                       0x000000ff
76 
77 /* Description		HE_SIG_B1_MU_INFO_0_RESERVED_0
78 
79 			<legal 0>
80 */
81 #define HE_SIG_B1_MU_INFO_0_RESERVED_0_OFFSET                        0x00000000
82 #define HE_SIG_B1_MU_INFO_0_RESERVED_0_LSB                           8
83 #define HE_SIG_B1_MU_INFO_0_RESERVED_0_MASK                          0xffffff00
84 
85 
86 #endif // _HE_SIG_B1_MU_INFO_H_
87