xref: /wlan-driver/fw-api/hw/qcn6432/phyrx_location.h (revision 5113495b16420b49004c444715d2daae2066e7dc)
1*5113495bSYour Name /*
2*5113495bSYour Name  * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
3*5113495bSYour Name  *
4*5113495bSYour Name  * Permission to use, copy, modify, and/or distribute this software for any
5*5113495bSYour Name  * purpose with or without fee is hereby granted, provided that the above
6*5113495bSYour Name  * copyright notice and this permission notice appear in all copies.
7*5113495bSYour Name  *
8*5113495bSYour Name  * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9*5113495bSYour Name  * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10*5113495bSYour Name  * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
11*5113495bSYour Name  * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12*5113495bSYour Name  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13*5113495bSYour Name  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14*5113495bSYour Name  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15*5113495bSYour Name  */
16*5113495bSYour Name 
17*5113495bSYour Name #ifndef _PHYRX_LOCATION_H_
18*5113495bSYour Name #define _PHYRX_LOCATION_H_
19*5113495bSYour Name #if !defined(__ASSEMBLER__)
20*5113495bSYour Name #endif
21*5113495bSYour Name 
22*5113495bSYour Name #include "rx_location_info.h"
23*5113495bSYour Name #define NUM_OF_DWORDS_PHYRX_LOCATION 28
24*5113495bSYour Name 
25*5113495bSYour Name #define NUM_OF_QWORDS_PHYRX_LOCATION 14
26*5113495bSYour Name 
27*5113495bSYour Name 
28*5113495bSYour Name struct phyrx_location {
29*5113495bSYour Name #ifndef WIFI_BIT_ORDER_BIG_ENDIAN
30*5113495bSYour Name              struct   rx_location_info                                          rx_location_info_details;
31*5113495bSYour Name #else
32*5113495bSYour Name              struct   rx_location_info                                          rx_location_info_details;
33*5113495bSYour Name #endif
34*5113495bSYour Name };
35*5113495bSYour Name 
36*5113495bSYour Name 
37*5113495bSYour Name /* Description		RX_LOCATION_INFO_DETAILS
38*5113495bSYour Name 
39*5113495bSYour Name 			Overview of location related info
40*5113495bSYour Name */
41*5113495bSYour Name 
42*5113495bSYour Name 
43*5113495bSYour Name /* Description		RX_LOCATION_INFO_VALID
44*5113495bSYour Name 
45*5113495bSYour Name 			<enum 0 rx_location_info_is_not_valid>
46*5113495bSYour Name 			<enum 1 rx_location_info_is_valid>
47*5113495bSYour Name 			<legal all>
48*5113495bSYour Name */
49*5113495bSYour Name 
50*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RX_LOCATION_INFO_VALID_OFFSET       0x0000000000000000
51*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RX_LOCATION_INFO_VALID_LSB          0
52*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RX_LOCATION_INFO_VALID_MSB          0
53*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RX_LOCATION_INFO_VALID_MASK         0x0000000000000001
54*5113495bSYour Name 
55*5113495bSYour Name 
56*5113495bSYour Name /* Description		RTT_HW_IFFT_MODE
57*5113495bSYour Name 
58*5113495bSYour Name 			Indicator showing if HW IFFT mode or SW IFFT mode
59*5113495bSYour Name 
60*5113495bSYour Name 			<enum 0 location_sw_ifft_mode>
61*5113495bSYour Name 			<enum 1 location_hw_ifft_mode>
62*5113495bSYour Name 			<legal all>
63*5113495bSYour Name */
64*5113495bSYour Name 
65*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_HW_IFFT_MODE_OFFSET             0x0000000000000000
66*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_HW_IFFT_MODE_LSB                1
67*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_HW_IFFT_MODE_MSB                1
68*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_HW_IFFT_MODE_MASK               0x0000000000000002
69*5113495bSYour Name 
70*5113495bSYour Name 
71*5113495bSYour Name /* Description		RTT_11AZ_MODE
72*5113495bSYour Name 
73*5113495bSYour Name 			Indicator showing RTT5/.11mc or .11az mode for debug
74*5113495bSYour Name 
75*5113495bSYour Name 			<enum 0 location_rtt5_mode> legacy RTT5/.11mc mode
76*5113495bSYour Name 			<enum 1 location_11az_ISTA> .11az ISTA location info. sent
77*5113495bSYour Name 			 on Rx path after receiving R2I LMR
78*5113495bSYour Name 			<enum 2 location_RSVD>
79*5113495bSYour Name 			<enum 3 location_11az_RSTA> .11az RSTA location info. sent
80*5113495bSYour Name 			 on Tx path after transmitting R2I LMR
81*5113495bSYour Name 			<legal all>
82*5113495bSYour Name */
83*5113495bSYour Name 
84*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_11AZ_MODE_OFFSET                0x0000000000000000
85*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_11AZ_MODE_LSB                   2
86*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_11AZ_MODE_MSB                   3
87*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_11AZ_MODE_MASK                  0x000000000000000c
88*5113495bSYour Name 
89*5113495bSYour Name 
90*5113495bSYour Name /* Description		RESERVED_0
91*5113495bSYour Name 
92*5113495bSYour Name 			<legal 0>
93*5113495bSYour Name */
94*5113495bSYour Name 
95*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RESERVED_0_OFFSET                   0x0000000000000000
96*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RESERVED_0_LSB                      4
97*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RESERVED_0_MSB                      7
98*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RESERVED_0_MASK                     0x00000000000000f0
99*5113495bSYour Name 
100*5113495bSYour Name 
101*5113495bSYour Name /* Description		RTT_NUM_FAC
102*5113495bSYour Name 
103*5113495bSYour Name 			Number of valid first arrival correction (FAC) values (in
104*5113495bSYour Name 			 fields rtt_fac_0 - rtt_fac_31)
105*5113495bSYour Name 			<legal 0-32>
106*5113495bSYour Name */
107*5113495bSYour Name 
108*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_NUM_FAC_OFFSET                  0x0000000000000000
109*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_NUM_FAC_LSB                     8
110*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_NUM_FAC_MSB                     15
111*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_NUM_FAC_MASK                    0x000000000000ff00
112*5113495bSYour Name 
113*5113495bSYour Name 
114*5113495bSYour Name /* Description		RTT_RX_CHAIN_MASK
115*5113495bSYour Name 
116*5113495bSYour Name 			Rx chain mask, each bit is a Rx chain
117*5113495bSYour Name 			0: the Rx chain is not used
118*5113495bSYour Name 			1: the Rx chain is used
119*5113495bSYour Name 
120*5113495bSYour Name 			Up to 4 Rx chains are supported.
121*5113495bSYour Name 
122*5113495bSYour Name 			<legal all>
123*5113495bSYour Name */
124*5113495bSYour Name 
125*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_RX_CHAIN_MASK_OFFSET            0x0000000000000000
126*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_RX_CHAIN_MASK_LSB               16
127*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_RX_CHAIN_MASK_MSB               23
128*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_RX_CHAIN_MASK_MASK              0x0000000000ff0000
129*5113495bSYour Name 
130*5113495bSYour Name 
131*5113495bSYour Name /* Description		RTT_NUM_STREAMS
132*5113495bSYour Name 
133*5113495bSYour Name 			Number of streams used
134*5113495bSYour Name 
135*5113495bSYour Name 			Up to 8 streams are supported.
136*5113495bSYour Name 
137*5113495bSYour Name 			<legal 0-8>
138*5113495bSYour Name */
139*5113495bSYour Name 
140*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_NUM_STREAMS_OFFSET              0x0000000000000000
141*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_NUM_STREAMS_LSB                 24
142*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_NUM_STREAMS_MSB                 31
143*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_NUM_STREAMS_MASK                0x00000000ff000000
144*5113495bSYour Name 
145*5113495bSYour Name 
146*5113495bSYour Name /* Description		RTT_FIRST_SELECTED_CHAIN
147*5113495bSYour Name 
148*5113495bSYour Name 			For legacy RTT5/.11mc mode, this field shows the first selected
149*5113495bSYour Name 			 Rx chain that is used for FAC calculations, when forced
150*5113495bSYour Name 			 by a virtual register.
151*5113495bSYour Name 
152*5113495bSYour Name 			<enum 0 location_selected_chain_is_0>
153*5113495bSYour Name 			<enum 1 location_selected_chain_is_1>
154*5113495bSYour Name 			<enum 2 location_selected_chain_is_2>
155*5113495bSYour Name 			<enum 3 location_selected_chain_is_3>
156*5113495bSYour Name 			<legal 0-3>
157*5113495bSYour Name */
158*5113495bSYour Name 
159*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FIRST_SELECTED_CHAIN_OFFSET     0x0000000000000000
160*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FIRST_SELECTED_CHAIN_LSB        32
161*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FIRST_SELECTED_CHAIN_MSB        39
162*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FIRST_SELECTED_CHAIN_MASK       0x000000ff00000000
163*5113495bSYour Name 
164*5113495bSYour Name 
165*5113495bSYour Name /* Description		RTT_SECOND_SELECTED_CHAIN
166*5113495bSYour Name 
167*5113495bSYour Name 			For legacy RTT5/.11mc mode, this field shows the second
168*5113495bSYour Name 			selected Rx chain that is used for FAC calculations, when
169*5113495bSYour Name 			 forced by a virtual register.
170*5113495bSYour Name 
171*5113495bSYour Name 			<enum 0 location_selected_chain_is_0>
172*5113495bSYour Name 			<enum 1 location_selected_chain_is_1>
173*5113495bSYour Name 			<enum 2 location_selected_chain_is_2>
174*5113495bSYour Name 			<enum 3 location_selected_chain_is_3>
175*5113495bSYour Name 			<legal 0-3>
176*5113495bSYour Name */
177*5113495bSYour Name 
178*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_SECOND_SELECTED_CHAIN_OFFSET    0x0000000000000000
179*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_SECOND_SELECTED_CHAIN_LSB       40
180*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_SECOND_SELECTED_CHAIN_MSB       47
181*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_SECOND_SELECTED_CHAIN_MASK      0x0000ff0000000000
182*5113495bSYour Name 
183*5113495bSYour Name 
184*5113495bSYour Name /* Description		RTT_CFR_STATUS
185*5113495bSYour Name 
186*5113495bSYour Name 			Status of channel frequency response dump
187*5113495bSYour Name 
188*5113495bSYour Name 			<enum 0 location_CFR_dump_not_valid>
189*5113495bSYour Name 			<enum 1 location_CFR_dump_valid>
190*5113495bSYour Name 			<legal 0-1>
191*5113495bSYour Name */
192*5113495bSYour Name 
193*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_CFR_STATUS_OFFSET               0x0000000000000000
194*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_CFR_STATUS_LSB                  48
195*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_CFR_STATUS_MSB                  55
196*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_CFR_STATUS_MASK                 0x00ff000000000000
197*5113495bSYour Name 
198*5113495bSYour Name 
199*5113495bSYour Name /* Description		RTT_CIR_STATUS
200*5113495bSYour Name 
201*5113495bSYour Name 			Status of channel impulse response dump
202*5113495bSYour Name 
203*5113495bSYour Name 			<enum 0 location_CIR_dump_not_valid>
204*5113495bSYour Name 			<enum 1 location_CIR_dump_valid>
205*5113495bSYour Name 			<legal 0-1>
206*5113495bSYour Name */
207*5113495bSYour Name 
208*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_CIR_STATUS_OFFSET               0x0000000000000000
209*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_CIR_STATUS_LSB                  56
210*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_CIR_STATUS_MSB                  63
211*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_CIR_STATUS_MASK                 0xff00000000000000
212*5113495bSYour Name 
213*5113495bSYour Name 
214*5113495bSYour Name /* Description		RTT_CHE_BUFFER_POINTER_LOW32
215*5113495bSYour Name 
216*5113495bSYour Name 			The low 32 bits of the 40 bits pointer pointed to the external
217*5113495bSYour Name 			 RTT channel information buffer
218*5113495bSYour Name 			<legal all>
219*5113495bSYour Name */
220*5113495bSYour Name 
221*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_CHE_BUFFER_POINTER_LOW32_OFFSET 0x0000000000000008
222*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_CHE_BUFFER_POINTER_LOW32_LSB    0
223*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_CHE_BUFFER_POINTER_LOW32_MSB    31
224*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_CHE_BUFFER_POINTER_LOW32_MASK   0x00000000ffffffff
225*5113495bSYour Name 
226*5113495bSYour Name 
227*5113495bSYour Name /* Description		RTT_CHE_BUFFER_POINTER_HIGH8
228*5113495bSYour Name 
229*5113495bSYour Name 			The high 8 bits of the 40 bits pointer pointed to the external
230*5113495bSYour Name 			 RTT channel information buffer
231*5113495bSYour Name 			<legal all>
232*5113495bSYour Name */
233*5113495bSYour Name 
234*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_CHE_BUFFER_POINTER_HIGH8_OFFSET 0x0000000000000008
235*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_CHE_BUFFER_POINTER_HIGH8_LSB    32
236*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_CHE_BUFFER_POINTER_HIGH8_MSB    39
237*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_CHE_BUFFER_POINTER_HIGH8_MASK   0x000000ff00000000
238*5113495bSYour Name 
239*5113495bSYour Name 
240*5113495bSYour Name /* Description		RESERVED_3
241*5113495bSYour Name 
242*5113495bSYour Name 			<legal 0>
243*5113495bSYour Name */
244*5113495bSYour Name 
245*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RESERVED_3_OFFSET                   0x0000000000000008
246*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RESERVED_3_LSB                      40
247*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RESERVED_3_MSB                      47
248*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RESERVED_3_MASK                     0x0000ff0000000000
249*5113495bSYour Name 
250*5113495bSYour Name 
251*5113495bSYour Name /* Description		RTT_PKT_BW_VHT
252*5113495bSYour Name 
253*5113495bSYour Name 			Indicate the bandwidth of (V)HT/HE-LTF
254*5113495bSYour Name 
255*5113495bSYour Name 			<enum 0 location_pkt_bw_20MHz>
256*5113495bSYour Name 			<enum 1 location_pkt_bw_40MHz>
257*5113495bSYour Name 			<enum 2 location_pkt_bw_80MHz>
258*5113495bSYour Name 			<enum 3 location_pkt_bw_160MHz>
259*5113495bSYour Name 			<enum 4 location_pkt_bw_240MHz> Only valid for CFR, FAC
260*5113495bSYour Name 			calculations are not PoR for 240 MHz.
261*5113495bSYour Name 			<enum 5 location_pkt_bw_320MHz> Only valid for CFR, FAC
262*5113495bSYour Name 			calculations are not PoR for 320 MHz.
263*5113495bSYour Name 			<legal 0-5>
264*5113495bSYour Name */
265*5113495bSYour Name 
266*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_PKT_BW_VHT_OFFSET               0x0000000000000008
267*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_PKT_BW_VHT_LSB                  48
268*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_PKT_BW_VHT_MSB                  51
269*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_PKT_BW_VHT_MASK                 0x000f000000000000
270*5113495bSYour Name 
271*5113495bSYour Name 
272*5113495bSYour Name /* Description		RTT_PKT_BW_LEG
273*5113495bSYour Name 
274*5113495bSYour Name 			Indicate the bandwidth of L-LTF
275*5113495bSYour Name 
276*5113495bSYour Name 			<enum 0 location_pkt_bw_20MHz>
277*5113495bSYour Name 			<enum 1 location_pkt_bw_40MHz>
278*5113495bSYour Name 			<enum 2 location_pkt_bw_80MHz>
279*5113495bSYour Name 			<enum 3 location_pkt_bw_160MHz>
280*5113495bSYour Name 			<enum 4 location_pkt_bw_240MHz> Only valid for CFR, FAC
281*5113495bSYour Name 			calculations are not PoR for 240 MHz.
282*5113495bSYour Name 			<enum 5 location_pkt_bw_320MHz> Only valid for CFR, FAC
283*5113495bSYour Name 			calculations are not PoR for 320 MHz.
284*5113495bSYour Name 			<legal 0-5>
285*5113495bSYour Name */
286*5113495bSYour Name 
287*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_PKT_BW_LEG_OFFSET               0x0000000000000008
288*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_PKT_BW_LEG_LSB                  52
289*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_PKT_BW_LEG_MSB                  55
290*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_PKT_BW_LEG_MASK                 0x00f0000000000000
291*5113495bSYour Name 
292*5113495bSYour Name 
293*5113495bSYour Name /* Description		RTT_MCS_RATE
294*5113495bSYour Name 
295*5113495bSYour Name 			Bits 0~4 indicate MCS rate, if Legacy,
296*5113495bSYour Name 			0: 48 Mbps,
297*5113495bSYour Name 			1: 24 Mbps,
298*5113495bSYour Name 			2: 12 Mbps,
299*5113495bSYour Name 			3: 6 Mbps,
300*5113495bSYour Name 			4: 54 Mbps,
301*5113495bSYour Name 			5: 36 Mbps,
302*5113495bSYour Name 			6: 18 Mbps,
303*5113495bSYour Name 			7: 9 Mbps,
304*5113495bSYour Name 			8-15: reserved
305*5113495bSYour Name 
306*5113495bSYour Name 			if HT, 0-7: MCS0-MCS7, 8-15: reserved,
307*5113495bSYour Name 			if VHT, 0-9: MCS0-MCS9, 10-15: reserved,
308*5113495bSYour Name 			if HE or EHT, 0-11: MCS0-MCS11, 12-13: 4096QAM, 14-15: reserved
309*5113495bSYour Name 
310*5113495bSYour Name 			<legal all>
311*5113495bSYour Name */
312*5113495bSYour Name 
313*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_MCS_RATE_OFFSET                 0x0000000000000008
314*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_MCS_RATE_LSB                    56
315*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_MCS_RATE_MSB                    63
316*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_MCS_RATE_MASK                   0xff00000000000000
317*5113495bSYour Name 
318*5113495bSYour Name 
319*5113495bSYour Name /* Description		RTT_CFO_MEASUREMENT
320*5113495bSYour Name 
321*5113495bSYour Name 			CFO measurement. Needed for passive locationing
322*5113495bSYour Name 
323*5113495bSYour Name 			14 bits, signed 1.13. 13 bits fraction to provide a resolution
324*5113495bSYour Name 			 of 153 Hz
325*5113495bSYour Name 
326*5113495bSYour Name 			In units of cycles/800 ns
327*5113495bSYour Name 			<legal 0-16383>
328*5113495bSYour Name */
329*5113495bSYour Name 
330*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_CFO_MEASUREMENT_OFFSET          0x0000000000000010
331*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_CFO_MEASUREMENT_LSB             0
332*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_CFO_MEASUREMENT_MSB             15
333*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_CFO_MEASUREMENT_MASK            0x000000000000ffff
334*5113495bSYour Name 
335*5113495bSYour Name 
336*5113495bSYour Name /* Description		RTT_PREAMBLE_TYPE
337*5113495bSYour Name 
338*5113495bSYour Name 			Indicate preamble type
339*5113495bSYour Name 
340*5113495bSYour Name 			<enum 0 location_preamble_type_legacy>
341*5113495bSYour Name 			<enum 1 location_preamble_type_ht>
342*5113495bSYour Name 			<enum 2 location_preamble_type_vht>
343*5113495bSYour Name 			<enum 3 location_preamble_type_he_su_4xltf>
344*5113495bSYour Name 			<enum 4 location_preamble_type_he_su_2xltf>
345*5113495bSYour Name 			<enum 5 location_preamble_type_he_su_1xltf>
346*5113495bSYour Name 			<enum 6 location_preamble_type_he_trigger_based_ul_4xltf>
347*5113495bSYour Name 
348*5113495bSYour Name 			<enum 7 location_preamble_type_he_trigger_based_ul_2xltf>
349*5113495bSYour Name 
350*5113495bSYour Name 			<enum 8 location_preamble_type_he_trigger_based_ul_1xltf>
351*5113495bSYour Name 
352*5113495bSYour Name 			<enum 9 location_preamble_type_he_mu_4xltf>
353*5113495bSYour Name 			<enum 10 location_preamble_type_he_mu_2xltf>
354*5113495bSYour Name 			<enum 11 location_preamble_type_he_mu_1xltf>
355*5113495bSYour Name 			<enum 12 location_preamble_type_he_extended_range_su_4xltf>
356*5113495bSYour Name 
357*5113495bSYour Name 			<enum 13 location_preamble_type_he_extended_range_su_2xltf>
358*5113495bSYour Name 
359*5113495bSYour Name 			<enum 14 location_preamble_type_he_extended_range_su_1xltf>
360*5113495bSYour Name 
361*5113495bSYour Name 			<legal 0-14>
362*5113495bSYour Name */
363*5113495bSYour Name 
364*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_PREAMBLE_TYPE_OFFSET            0x0000000000000010
365*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_PREAMBLE_TYPE_LSB               16
366*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_PREAMBLE_TYPE_MSB               23
367*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_PREAMBLE_TYPE_MASK              0x0000000000ff0000
368*5113495bSYour Name 
369*5113495bSYour Name 
370*5113495bSYour Name /* Description		RTT_GI_TYPE
371*5113495bSYour Name 
372*5113495bSYour Name 			Indicate GI (guard interval) type
373*5113495bSYour Name 
374*5113495bSYour Name 			<enum 0 location_gi_0_8_us > HE related GI. Can also be
375*5113495bSYour Name 			used for HE
376*5113495bSYour Name 			<enum 1 location_gi_0_4_us > HE related GI. Can also be
377*5113495bSYour Name 			used for HE
378*5113495bSYour Name 			<enum 2 location_gi_1_6_us > HE related GI
379*5113495bSYour Name 			<enum 3 location_gi_3_2_us > HE related GI
380*5113495bSYour Name 			<legal 0 - 3>
381*5113495bSYour Name */
382*5113495bSYour Name 
383*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_GI_TYPE_OFFSET                  0x0000000000000010
384*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_GI_TYPE_LSB                     24
385*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_GI_TYPE_MSB                     31
386*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_GI_TYPE_MASK                    0x00000000ff000000
387*5113495bSYour Name 
388*5113495bSYour Name 
389*5113495bSYour Name /* Description		RX_START_TS
390*5113495bSYour Name 
391*5113495bSYour Name 			RX packet start timestamp lower 32 bits
392*5113495bSYour Name 
393*5113495bSYour Name 			It reports the time the first L-STF ADC sample arrived at
394*5113495bSYour Name 			 RX antenna.
395*5113495bSYour Name 
396*5113495bSYour Name 			The clock unit is 960MHz.
397*5113495bSYour Name 			<legal all>
398*5113495bSYour Name */
399*5113495bSYour Name 
400*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RX_START_TS_OFFSET                  0x0000000000000010
401*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RX_START_TS_LSB                     32
402*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RX_START_TS_MSB                     63
403*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RX_START_TS_MASK                    0xffffffff00000000
404*5113495bSYour Name 
405*5113495bSYour Name 
406*5113495bSYour Name /* Description		RX_START_TS_UPPER
407*5113495bSYour Name 
408*5113495bSYour Name 			RX packet start timestamp upper 32 bits
409*5113495bSYour Name 
410*5113495bSYour Name 			It reports the time the first L-STF ADC sample arrived at
411*5113495bSYour Name 			 RX antenna.
412*5113495bSYour Name 
413*5113495bSYour Name 			The clock unit is 960MHz.
414*5113495bSYour Name 			<legal all>
415*5113495bSYour Name */
416*5113495bSYour Name 
417*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RX_START_TS_UPPER_OFFSET            0x0000000000000018
418*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RX_START_TS_UPPER_LSB               0
419*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RX_START_TS_UPPER_MSB               31
420*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RX_START_TS_UPPER_MASK              0x00000000ffffffff
421*5113495bSYour Name 
422*5113495bSYour Name 
423*5113495bSYour Name /* Description		RX_END_TS
424*5113495bSYour Name 
425*5113495bSYour Name 			RX packet end timestamp lower 32 bits
426*5113495bSYour Name 
427*5113495bSYour Name 			It reports the time the last symbol's last ADC sample arrived
428*5113495bSYour Name 			 at RX antenna.
429*5113495bSYour Name 
430*5113495bSYour Name 			The clock unit is 960MHz. Only 32 bits are reported.
431*5113495bSYour Name 			<legal all>
432*5113495bSYour Name */
433*5113495bSYour Name 
434*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RX_END_TS_OFFSET                    0x0000000000000018
435*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RX_END_TS_LSB                       32
436*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RX_END_TS_MSB                       63
437*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RX_END_TS_MASK                      0xffffffff00000000
438*5113495bSYour Name 
439*5113495bSYour Name 
440*5113495bSYour Name /* Description		GAIN_CHAIN0
441*5113495bSYour Name 
442*5113495bSYour Name 			Reports the total gain in dB and the gain table index to
443*5113495bSYour Name 			 support angle of arrival for chain0
444*5113495bSYour Name */
445*5113495bSYour Name 
446*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_GAIN_CHAIN0_OFFSET                  0x0000000000000020
447*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_GAIN_CHAIN0_LSB                     0
448*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_GAIN_CHAIN0_MSB                     15
449*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_GAIN_CHAIN0_MASK                    0x000000000000ffff
450*5113495bSYour Name 
451*5113495bSYour Name 
452*5113495bSYour Name /* Description		GAIN_CHAIN1
453*5113495bSYour Name 
454*5113495bSYour Name 			Reports the total gain in dB and the gain table index to
455*5113495bSYour Name 			 support angle of arrival for chain1
456*5113495bSYour Name */
457*5113495bSYour Name 
458*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_GAIN_CHAIN1_OFFSET                  0x0000000000000020
459*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_GAIN_CHAIN1_LSB                     16
460*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_GAIN_CHAIN1_MSB                     31
461*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_GAIN_CHAIN1_MASK                    0x00000000ffff0000
462*5113495bSYour Name 
463*5113495bSYour Name 
464*5113495bSYour Name /* Description		GAIN_CHAIN2
465*5113495bSYour Name 
466*5113495bSYour Name 			Reports the total gain in dB and the gain table index to
467*5113495bSYour Name 			 support angle of arrival for chain2
468*5113495bSYour Name */
469*5113495bSYour Name 
470*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_GAIN_CHAIN2_OFFSET                  0x0000000000000020
471*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_GAIN_CHAIN2_LSB                     32
472*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_GAIN_CHAIN2_MSB                     47
473*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_GAIN_CHAIN2_MASK                    0x0000ffff00000000
474*5113495bSYour Name 
475*5113495bSYour Name 
476*5113495bSYour Name /* Description		GAIN_CHAIN3
477*5113495bSYour Name 
478*5113495bSYour Name 			Reports the total gain in dB and the gain table index to
479*5113495bSYour Name 			 support angle of arrival for chain3
480*5113495bSYour Name */
481*5113495bSYour Name 
482*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_GAIN_CHAIN3_OFFSET                  0x0000000000000020
483*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_GAIN_CHAIN3_LSB                     48
484*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_GAIN_CHAIN3_MSB                     63
485*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_GAIN_CHAIN3_MASK                    0xffff000000000000
486*5113495bSYour Name 
487*5113495bSYour Name 
488*5113495bSYour Name /* Description		GAIN_REPORT_STATUS
489*5113495bSYour Name 
490*5113495bSYour Name 			Number of valid gain reports (in fields gain_chain0 - gain_chain_3)
491*5113495bSYour Name 
492*5113495bSYour Name 			<legal 0-4>
493*5113495bSYour Name */
494*5113495bSYour Name 
495*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_GAIN_REPORT_STATUS_OFFSET           0x0000000000000028
496*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_GAIN_REPORT_STATUS_LSB              0
497*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_GAIN_REPORT_STATUS_MSB              7
498*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_GAIN_REPORT_STATUS_MASK             0x00000000000000ff
499*5113495bSYour Name 
500*5113495bSYour Name 
501*5113495bSYour Name /* Description		RTT_TIMING_BACKOFF_SEL
502*5113495bSYour Name 
503*5113495bSYour Name 			Indicate which timing backoff value is used
504*5113495bSYour Name 
505*5113495bSYour Name 			<enum 0 timing_backoff_low_rssi>
506*5113495bSYour Name 			<enum 1 timing_backoff_mid_rssi>
507*5113495bSYour Name 			<enum 2 timing_backoff_high_rssi>
508*5113495bSYour Name 			<enum 3 reserved>
509*5113495bSYour Name 			<legal 0-3>
510*5113495bSYour Name */
511*5113495bSYour Name 
512*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_TIMING_BACKOFF_SEL_OFFSET       0x0000000000000028
513*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_TIMING_BACKOFF_SEL_LSB          8
514*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_TIMING_BACKOFF_SEL_MSB          15
515*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_TIMING_BACKOFF_SEL_MASK         0x000000000000ff00
516*5113495bSYour Name 
517*5113495bSYour Name 
518*5113495bSYour Name /* Description		RTT_FAC_COMBINED
519*5113495bSYour Name 
520*5113495bSYour Name 			Final adjusted and combined first arrival correction value
521*5113495bSYour Name 
522*5113495bSYour Name 			<legal all>
523*5113495bSYour Name */
524*5113495bSYour Name 
525*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_COMBINED_OFFSET             0x0000000000000028
526*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_COMBINED_LSB                16
527*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_COMBINED_MSB                31
528*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_COMBINED_MASK               0x00000000ffff0000
529*5113495bSYour Name 
530*5113495bSYour Name 
531*5113495bSYour Name /* Description		RTT_FAC_0
532*5113495bSYour Name 
533*5113495bSYour Name 			The fields 'rtt_fac_0' - 'rtt_fac_31' show the RTT first
534*5113495bSYour Name 			 arrival correction (FAC) value computed from the LTFs on
535*5113495bSYour Name 			 the selected Rx chains.
536*5113495bSYour Name 
537*5113495bSYour Name 			16 bits, signed 11.5. 11 integer bits to cover -3.2us to
538*5113495bSYour Name 			 3.2us, and 5 fraction bits to cover 160 MHz with 32x FAC
539*5113495bSYour Name 			 interpolation.
540*5113495bSYour Name 
541*5113495bSYour Name 			The clock unit is 320MHz.
542*5113495bSYour Name 
543*5113495bSYour Name 			For .11az/MIMO, the FACs will be stored in spatial stream
544*5113495bSYour Name 			 order with multiple chains reported together for each stream. [ss0-ch0,
545*5113495bSYour Name 			ss0-ch1, ..., ss1-ch0, ss1-ch1, ...]
546*5113495bSYour Name 
547*5113495bSYour Name 			For legacy RTT5/.11mc, the FACs will be stored in preamble
548*5113495bSYour Name 			 order with multiple chains reported together for each LTF. [legacy-ch0,
549*5113495bSYour Name 			legacy-ch1, ..., (v)ht/he-ch0, (v)ht/he-ch1, ...]
550*5113495bSYour Name */
551*5113495bSYour Name 
552*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_0_OFFSET                    0x0000000000000028
553*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_0_LSB                       32
554*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_0_MSB                       47
555*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_0_MASK                      0x0000ffff00000000
556*5113495bSYour Name 
557*5113495bSYour Name 
558*5113495bSYour Name /* Description		RTT_FAC_1
559*5113495bSYour Name 
560*5113495bSYour Name 			See 'rtt_fac_0' description
561*5113495bSYour Name */
562*5113495bSYour Name 
563*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_1_OFFSET                    0x0000000000000028
564*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_1_LSB                       48
565*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_1_MSB                       63
566*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_1_MASK                      0xffff000000000000
567*5113495bSYour Name 
568*5113495bSYour Name 
569*5113495bSYour Name /* Description		RTT_FAC_2
570*5113495bSYour Name 
571*5113495bSYour Name 			See 'rtt_fac_0' description
572*5113495bSYour Name */
573*5113495bSYour Name 
574*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_2_OFFSET                    0x0000000000000030
575*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_2_LSB                       0
576*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_2_MSB                       15
577*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_2_MASK                      0x000000000000ffff
578*5113495bSYour Name 
579*5113495bSYour Name 
580*5113495bSYour Name /* Description		RTT_FAC_3
581*5113495bSYour Name 
582*5113495bSYour Name 			See 'rtt_fac_0' description
583*5113495bSYour Name */
584*5113495bSYour Name 
585*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_3_OFFSET                    0x0000000000000030
586*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_3_LSB                       16
587*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_3_MSB                       31
588*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_3_MASK                      0x00000000ffff0000
589*5113495bSYour Name 
590*5113495bSYour Name 
591*5113495bSYour Name /* Description		RTT_FAC_4
592*5113495bSYour Name 
593*5113495bSYour Name 			See 'rtt_fac_0' description
594*5113495bSYour Name */
595*5113495bSYour Name 
596*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_4_OFFSET                    0x0000000000000030
597*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_4_LSB                       32
598*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_4_MSB                       47
599*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_4_MASK                      0x0000ffff00000000
600*5113495bSYour Name 
601*5113495bSYour Name 
602*5113495bSYour Name /* Description		RTT_FAC_5
603*5113495bSYour Name 
604*5113495bSYour Name 			See 'rtt_fac_0' description
605*5113495bSYour Name */
606*5113495bSYour Name 
607*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_5_OFFSET                    0x0000000000000030
608*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_5_LSB                       48
609*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_5_MSB                       63
610*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_5_MASK                      0xffff000000000000
611*5113495bSYour Name 
612*5113495bSYour Name 
613*5113495bSYour Name /* Description		RTT_FAC_6
614*5113495bSYour Name 
615*5113495bSYour Name 			See 'rtt_fac_0' description
616*5113495bSYour Name */
617*5113495bSYour Name 
618*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_6_OFFSET                    0x0000000000000038
619*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_6_LSB                       0
620*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_6_MSB                       15
621*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_6_MASK                      0x000000000000ffff
622*5113495bSYour Name 
623*5113495bSYour Name 
624*5113495bSYour Name /* Description		RTT_FAC_7
625*5113495bSYour Name 
626*5113495bSYour Name 			See 'rtt_fac_0' description
627*5113495bSYour Name */
628*5113495bSYour Name 
629*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_7_OFFSET                    0x0000000000000038
630*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_7_LSB                       16
631*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_7_MSB                       31
632*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_7_MASK                      0x00000000ffff0000
633*5113495bSYour Name 
634*5113495bSYour Name 
635*5113495bSYour Name /* Description		RTT_FAC_8
636*5113495bSYour Name 
637*5113495bSYour Name 			See 'rtt_fac_0' description
638*5113495bSYour Name */
639*5113495bSYour Name 
640*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_8_OFFSET                    0x0000000000000038
641*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_8_LSB                       32
642*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_8_MSB                       47
643*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_8_MASK                      0x0000ffff00000000
644*5113495bSYour Name 
645*5113495bSYour Name 
646*5113495bSYour Name /* Description		RTT_FAC_9
647*5113495bSYour Name 
648*5113495bSYour Name 			See 'rtt_fac_0' description
649*5113495bSYour Name */
650*5113495bSYour Name 
651*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_9_OFFSET                    0x0000000000000038
652*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_9_LSB                       48
653*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_9_MSB                       63
654*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_9_MASK                      0xffff000000000000
655*5113495bSYour Name 
656*5113495bSYour Name 
657*5113495bSYour Name /* Description		RTT_FAC_10
658*5113495bSYour Name 
659*5113495bSYour Name 			See 'rtt_fac_0' description
660*5113495bSYour Name */
661*5113495bSYour Name 
662*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_10_OFFSET                   0x0000000000000040
663*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_10_LSB                      0
664*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_10_MSB                      15
665*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_10_MASK                     0x000000000000ffff
666*5113495bSYour Name 
667*5113495bSYour Name 
668*5113495bSYour Name /* Description		RTT_FAC_11
669*5113495bSYour Name 
670*5113495bSYour Name 			See 'rtt_fac_0' description
671*5113495bSYour Name */
672*5113495bSYour Name 
673*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_11_OFFSET                   0x0000000000000040
674*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_11_LSB                      16
675*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_11_MSB                      31
676*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_11_MASK                     0x00000000ffff0000
677*5113495bSYour Name 
678*5113495bSYour Name 
679*5113495bSYour Name /* Description		RTT_FAC_12
680*5113495bSYour Name 
681*5113495bSYour Name 			See 'rtt_fac_0' description
682*5113495bSYour Name */
683*5113495bSYour Name 
684*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_12_OFFSET                   0x0000000000000040
685*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_12_LSB                      32
686*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_12_MSB                      47
687*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_12_MASK                     0x0000ffff00000000
688*5113495bSYour Name 
689*5113495bSYour Name 
690*5113495bSYour Name /* Description		RTT_FAC_13
691*5113495bSYour Name 
692*5113495bSYour Name 			See 'rtt_fac_0' description
693*5113495bSYour Name */
694*5113495bSYour Name 
695*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_13_OFFSET                   0x0000000000000040
696*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_13_LSB                      48
697*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_13_MSB                      63
698*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_13_MASK                     0xffff000000000000
699*5113495bSYour Name 
700*5113495bSYour Name 
701*5113495bSYour Name /* Description		RTT_FAC_14
702*5113495bSYour Name 
703*5113495bSYour Name 			See 'rtt_fac_0' description
704*5113495bSYour Name */
705*5113495bSYour Name 
706*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_14_OFFSET                   0x0000000000000048
707*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_14_LSB                      0
708*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_14_MSB                      15
709*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_14_MASK                     0x000000000000ffff
710*5113495bSYour Name 
711*5113495bSYour Name 
712*5113495bSYour Name /* Description		RTT_FAC_15
713*5113495bSYour Name 
714*5113495bSYour Name 			See 'rtt_fac_0' description
715*5113495bSYour Name */
716*5113495bSYour Name 
717*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_15_OFFSET                   0x0000000000000048
718*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_15_LSB                      16
719*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_15_MSB                      31
720*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_15_MASK                     0x00000000ffff0000
721*5113495bSYour Name 
722*5113495bSYour Name 
723*5113495bSYour Name /* Description		RTT_FAC_16
724*5113495bSYour Name 
725*5113495bSYour Name 			See 'rtt_fac_0' description
726*5113495bSYour Name */
727*5113495bSYour Name 
728*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_16_OFFSET                   0x0000000000000048
729*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_16_LSB                      32
730*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_16_MSB                      47
731*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_16_MASK                     0x0000ffff00000000
732*5113495bSYour Name 
733*5113495bSYour Name 
734*5113495bSYour Name /* Description		RTT_FAC_17
735*5113495bSYour Name 
736*5113495bSYour Name 			See 'rtt_fac_0' description
737*5113495bSYour Name */
738*5113495bSYour Name 
739*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_17_OFFSET                   0x0000000000000048
740*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_17_LSB                      48
741*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_17_MSB                      63
742*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_17_MASK                     0xffff000000000000
743*5113495bSYour Name 
744*5113495bSYour Name 
745*5113495bSYour Name /* Description		RTT_FAC_18
746*5113495bSYour Name 
747*5113495bSYour Name 			See 'rtt_fac_0' description
748*5113495bSYour Name */
749*5113495bSYour Name 
750*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_18_OFFSET                   0x0000000000000050
751*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_18_LSB                      0
752*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_18_MSB                      15
753*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_18_MASK                     0x000000000000ffff
754*5113495bSYour Name 
755*5113495bSYour Name 
756*5113495bSYour Name /* Description		RTT_FAC_19
757*5113495bSYour Name 
758*5113495bSYour Name 			See 'rtt_fac_0' description
759*5113495bSYour Name */
760*5113495bSYour Name 
761*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_19_OFFSET                   0x0000000000000050
762*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_19_LSB                      16
763*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_19_MSB                      31
764*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_19_MASK                     0x00000000ffff0000
765*5113495bSYour Name 
766*5113495bSYour Name 
767*5113495bSYour Name /* Description		RTT_FAC_20
768*5113495bSYour Name 
769*5113495bSYour Name 			See 'rtt_fac_0' description
770*5113495bSYour Name */
771*5113495bSYour Name 
772*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_20_OFFSET                   0x0000000000000050
773*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_20_LSB                      32
774*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_20_MSB                      47
775*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_20_MASK                     0x0000ffff00000000
776*5113495bSYour Name 
777*5113495bSYour Name 
778*5113495bSYour Name /* Description		RTT_FAC_21
779*5113495bSYour Name 
780*5113495bSYour Name 			See 'rtt_fac_0' description
781*5113495bSYour Name */
782*5113495bSYour Name 
783*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_21_OFFSET                   0x0000000000000050
784*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_21_LSB                      48
785*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_21_MSB                      63
786*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_21_MASK                     0xffff000000000000
787*5113495bSYour Name 
788*5113495bSYour Name 
789*5113495bSYour Name /* Description		RTT_FAC_22
790*5113495bSYour Name 
791*5113495bSYour Name 			See 'rtt_fac_0' description
792*5113495bSYour Name */
793*5113495bSYour Name 
794*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_22_OFFSET                   0x0000000000000058
795*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_22_LSB                      0
796*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_22_MSB                      15
797*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_22_MASK                     0x000000000000ffff
798*5113495bSYour Name 
799*5113495bSYour Name 
800*5113495bSYour Name /* Description		RTT_FAC_23
801*5113495bSYour Name 
802*5113495bSYour Name 			See 'rtt_fac_0' description
803*5113495bSYour Name */
804*5113495bSYour Name 
805*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_23_OFFSET                   0x0000000000000058
806*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_23_LSB                      16
807*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_23_MSB                      31
808*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_23_MASK                     0x00000000ffff0000
809*5113495bSYour Name 
810*5113495bSYour Name 
811*5113495bSYour Name /* Description		RTT_FAC_24
812*5113495bSYour Name 
813*5113495bSYour Name 			See 'rtt_fac_0' description
814*5113495bSYour Name */
815*5113495bSYour Name 
816*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_24_OFFSET                   0x0000000000000058
817*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_24_LSB                      32
818*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_24_MSB                      47
819*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_24_MASK                     0x0000ffff00000000
820*5113495bSYour Name 
821*5113495bSYour Name 
822*5113495bSYour Name /* Description		RTT_FAC_25
823*5113495bSYour Name 
824*5113495bSYour Name 			See 'rtt_fac_0' description
825*5113495bSYour Name */
826*5113495bSYour Name 
827*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_25_OFFSET                   0x0000000000000058
828*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_25_LSB                      48
829*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_25_MSB                      63
830*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_25_MASK                     0xffff000000000000
831*5113495bSYour Name 
832*5113495bSYour Name 
833*5113495bSYour Name /* Description		RTT_FAC_26
834*5113495bSYour Name 
835*5113495bSYour Name 			See 'rtt_fac_0' description
836*5113495bSYour Name */
837*5113495bSYour Name 
838*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_26_OFFSET                   0x0000000000000060
839*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_26_LSB                      0
840*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_26_MSB                      15
841*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_26_MASK                     0x000000000000ffff
842*5113495bSYour Name 
843*5113495bSYour Name 
844*5113495bSYour Name /* Description		RTT_FAC_27
845*5113495bSYour Name 
846*5113495bSYour Name 			See 'rtt_fac_0' description
847*5113495bSYour Name */
848*5113495bSYour Name 
849*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_27_OFFSET                   0x0000000000000060
850*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_27_LSB                      16
851*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_27_MSB                      31
852*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_27_MASK                     0x00000000ffff0000
853*5113495bSYour Name 
854*5113495bSYour Name 
855*5113495bSYour Name /* Description		RTT_FAC_28
856*5113495bSYour Name 
857*5113495bSYour Name 			See 'rtt_fac_0' description
858*5113495bSYour Name */
859*5113495bSYour Name 
860*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_28_OFFSET                   0x0000000000000060
861*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_28_LSB                      32
862*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_28_MSB                      47
863*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_28_MASK                     0x0000ffff00000000
864*5113495bSYour Name 
865*5113495bSYour Name 
866*5113495bSYour Name /* Description		RTT_FAC_29
867*5113495bSYour Name 
868*5113495bSYour Name 			See 'rtt_fac_0' description
869*5113495bSYour Name */
870*5113495bSYour Name 
871*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_29_OFFSET                   0x0000000000000060
872*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_29_LSB                      48
873*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_29_MSB                      63
874*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_29_MASK                     0xffff000000000000
875*5113495bSYour Name 
876*5113495bSYour Name 
877*5113495bSYour Name /* Description		RTT_FAC_30
878*5113495bSYour Name 
879*5113495bSYour Name 			See 'rtt_fac_0' description
880*5113495bSYour Name */
881*5113495bSYour Name 
882*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_30_OFFSET                   0x0000000000000068
883*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_30_LSB                      0
884*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_30_MSB                      15
885*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_30_MASK                     0x000000000000ffff
886*5113495bSYour Name 
887*5113495bSYour Name 
888*5113495bSYour Name /* Description		RTT_FAC_31
889*5113495bSYour Name 
890*5113495bSYour Name 			See 'rtt_fac_0' description
891*5113495bSYour Name */
892*5113495bSYour Name 
893*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_31_OFFSET                   0x0000000000000068
894*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_31_LSB                      16
895*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_31_MSB                      31
896*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RTT_FAC_31_MASK                     0x00000000ffff0000
897*5113495bSYour Name 
898*5113495bSYour Name 
899*5113495bSYour Name /* Description		RESERVED_27A
900*5113495bSYour Name 
901*5113495bSYour Name 			<legal 0>
902*5113495bSYour Name */
903*5113495bSYour Name 
904*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RESERVED_27A_OFFSET                 0x0000000000000068
905*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RESERVED_27A_LSB                    32
906*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RESERVED_27A_MSB                    63
907*5113495bSYour Name #define PHYRX_LOCATION_RX_LOCATION_INFO_DETAILS_RESERVED_27A_MASK                   0xffffffff00000000
908*5113495bSYour Name 
909*5113495bSYour Name 
910*5113495bSYour Name 
911*5113495bSYour Name #endif   // PHYRX_LOCATION
912