xref: /wlan-driver/fw-api/hw/wcn6450/v1/l_sig_b_info.h (revision 5113495b16420b49004c444715d2daae2066e7dc)
1 
2 /*
3  * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
4  *
5  * Permission to use, copy, modify, and/or distribute this software for
6  * any purpose with or without fee is hereby granted, provided that the
7  * above copyright notice and this permission notice appear in all
8  * copies.
9  *
10  * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
11  * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
12  * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
13  * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
14  * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
15  * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
16  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
17  * PERFORMANCE OF THIS SOFTWARE.
18  */
19 
20 
21 
22 #ifndef _L_SIG_B_INFO_H_
23 #define _L_SIG_B_INFO_H_
24 #if !defined(__ASSEMBLER__)
25 #endif
26 
27 #define NUM_OF_DWORDS_L_SIG_B_INFO 1
28 
29 struct l_sig_b_info {
30              uint32_t rate                            :  4,
31                       length                          : 12,
32                       reserved                        : 16;
33 };
34 
35 #define L_SIG_B_INFO_0_RATE_OFFSET                                   0x00000000
36 #define L_SIG_B_INFO_0_RATE_LSB                                      0
37 #define L_SIG_B_INFO_0_RATE_MASK                                     0x0000000f
38 
39 #define L_SIG_B_INFO_0_LENGTH_OFFSET                                 0x00000000
40 #define L_SIG_B_INFO_0_LENGTH_LSB                                    4
41 #define L_SIG_B_INFO_0_LENGTH_MASK                                   0x0000fff0
42 
43 #define L_SIG_B_INFO_0_RESERVED_OFFSET                               0x00000000
44 #define L_SIG_B_INFO_0_RESERVED_LSB                                  16
45 #define L_SIG_B_INFO_0_RESERVED_MASK                                 0xffff0000
46 
47 #endif
48