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