xref: /wlan-driver/fw-api/hw/kiwi/v1/l_sig_a_info.h (revision 5113495b16420b49004c444715d2daae2066e7dc)
1 
2 /*
3  * Copyright (c) 2021 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 
23 
24 
25 
26 
27 
28 
29 
30 #ifndef _L_SIG_A_INFO_H_
31 #define _L_SIG_A_INFO_H_
32 #if !defined(__ASSEMBLER__)
33 #endif
34 
35 #define NUM_OF_DWORDS_L_SIG_A_INFO 1
36 
37 
38 struct l_sig_a_info {
39 	     uint32_t rate                                                    :  4,
40 		      lsig_reserved                                           :  1,
41 		      length                                                  : 12,
42 		      parity                                                  :  1,
43 		      tail                                                    :  6,
44 		      pkt_type                                                :  4,
45 		      captured_implicit_sounding                              :  1,
46 		      reserved                                                :  2,
47 		      rx_integrity_check_passed                               :  1;
48 };
49 
50 
51 
52 
53 #define L_SIG_A_INFO_RATE_OFFSET                                                    0x00000000
54 #define L_SIG_A_INFO_RATE_LSB                                                       0
55 #define L_SIG_A_INFO_RATE_MSB                                                       3
56 #define L_SIG_A_INFO_RATE_MASK                                                      0x0000000f
57 
58 
59 
60 
61 #define L_SIG_A_INFO_LSIG_RESERVED_OFFSET                                           0x00000000
62 #define L_SIG_A_INFO_LSIG_RESERVED_LSB                                              4
63 #define L_SIG_A_INFO_LSIG_RESERVED_MSB                                              4
64 #define L_SIG_A_INFO_LSIG_RESERVED_MASK                                             0x00000010
65 
66 
67 
68 
69 #define L_SIG_A_INFO_LENGTH_OFFSET                                                  0x00000000
70 #define L_SIG_A_INFO_LENGTH_LSB                                                     5
71 #define L_SIG_A_INFO_LENGTH_MSB                                                     16
72 #define L_SIG_A_INFO_LENGTH_MASK                                                    0x0001ffe0
73 
74 
75 
76 
77 #define L_SIG_A_INFO_PARITY_OFFSET                                                  0x00000000
78 #define L_SIG_A_INFO_PARITY_LSB                                                     17
79 #define L_SIG_A_INFO_PARITY_MSB                                                     17
80 #define L_SIG_A_INFO_PARITY_MASK                                                    0x00020000
81 
82 
83 
84 
85 #define L_SIG_A_INFO_TAIL_OFFSET                                                    0x00000000
86 #define L_SIG_A_INFO_TAIL_LSB                                                       18
87 #define L_SIG_A_INFO_TAIL_MSB                                                       23
88 #define L_SIG_A_INFO_TAIL_MASK                                                      0x00fc0000
89 
90 
91 
92 
93 #define L_SIG_A_INFO_PKT_TYPE_OFFSET                                                0x00000000
94 #define L_SIG_A_INFO_PKT_TYPE_LSB                                                   24
95 #define L_SIG_A_INFO_PKT_TYPE_MSB                                                   27
96 #define L_SIG_A_INFO_PKT_TYPE_MASK                                                  0x0f000000
97 
98 
99 
100 
101 #define L_SIG_A_INFO_CAPTURED_IMPLICIT_SOUNDING_OFFSET                              0x00000000
102 #define L_SIG_A_INFO_CAPTURED_IMPLICIT_SOUNDING_LSB                                 28
103 #define L_SIG_A_INFO_CAPTURED_IMPLICIT_SOUNDING_MSB                                 28
104 #define L_SIG_A_INFO_CAPTURED_IMPLICIT_SOUNDING_MASK                                0x10000000
105 
106 
107 
108 
109 #define L_SIG_A_INFO_RESERVED_OFFSET                                                0x00000000
110 #define L_SIG_A_INFO_RESERVED_LSB                                                   29
111 #define L_SIG_A_INFO_RESERVED_MSB                                                   30
112 #define L_SIG_A_INFO_RESERVED_MASK                                                  0x60000000
113 
114 
115 
116 
117 #define L_SIG_A_INFO_RX_INTEGRITY_CHECK_PASSED_OFFSET                               0x00000000
118 #define L_SIG_A_INFO_RX_INTEGRITY_CHECK_PASSED_LSB                                  31
119 #define L_SIG_A_INFO_RX_INTEGRITY_CHECK_PASSED_MSB                                  31
120 #define L_SIG_A_INFO_RX_INTEGRITY_CHECK_PASSED_MASK                                 0x80000000
121 
122 
123 
124 #endif
125