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