xref: /wlan-driver/fw-api/hw/qca8074/v2/phyrx_other_receive_info_su_evm_details.h (revision 5113495b16420b49004c444715d2daae2066e7dc)
1 /* Copyright (c) 2022, Qualcomm Innovation Center, Inc. All rights reserved.
2  *
3  * Permission to use, copy, modify, and/or distribute this software for any
4  * purpose with or without fee is hereby granted, provided that the above
5  * copyright notice and this permission notice appear in all copies.
6  *
7  * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
8  * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
9  * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
10  * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
11  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
12  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
13  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
14  */
15 
16 // $ATH_LICENSE_HW_HDR_C$
17 //
18 // DO NOT EDIT!  This file is automatically generated
19 //               These definitions are tied to a particular hardware layout
20 
21 
22 #ifndef _PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_H_
23 #define _PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_H_
24 #if !defined(__ASSEMBLER__)
25 #endif
26 
27 
28 // ################ START SUMMARY #################
29 //
30 //	Dword	Fields
31 //	0	number_of_symbols[15:0], nss_count[23:16], pilot_count[31:24]
32 //	1	pilot_0_evm[31:0]
33 //	2	pilot_1_evm[31:0]
34 //	3	pilot_2_evm[31:0]
35 //	4	pilot_3_evm[31:0]
36 //	5	pilot_4_evm[31:0]
37 //	6	pilot_5_evm[31:0]
38 //	7	pilot_6_evm[31:0]
39 //	8	pilot_7_evm[31:0]
40 //	9	pilot_8_evm[31:0]
41 //	10	pilot_9_evm[31:0]
42 //	11	pilot_10_evm[31:0]
43 //	12	pilot_11_evm[31:0]
44 //	13	pilot_12_evm[31:0]
45 //	14	pilot_13_evm[31:0]
46 //	15	pilot_14_evm[31:0]
47 //	16	pilot_15_evm[31:0]
48 //	17	pilot_16_evm[31:0]
49 //	18	pilot_17_evm[31:0]
50 //	19	pilot_18_evm[31:0]
51 //	20	pilot_19_evm[31:0]
52 //	21	pilot_20_evm[31:0]
53 //	22	pilot_21_evm[31:0]
54 //	23	pilot_22_evm[31:0]
55 //	24	pilot_23_evm[31:0]
56 //	25	pilot_24_evm[31:0]
57 //	26	pilot_25_evm[31:0]
58 //	27	pilot_26_evm[31:0]
59 //	28	pilot_27_evm[31:0]
60 //	29	pilot_28_evm[31:0]
61 //	30	pilot_29_evm[31:0]
62 //	31	pilot_30_evm[31:0]
63 //	32	pilot_31_evm[31:0]
64 //
65 // ################ END SUMMARY #################
66 
67 #define NUM_OF_DWORDS_PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS 33
68 
69 struct phyrx_other_receive_info_su_evm_details {
70              uint32_t number_of_symbols               : 16, //[15:0]
71                       nss_count                       :  8, //[23:16]
72                       pilot_count                     :  8; //[31:24]
73              uint32_t pilot_0_evm                     : 32; //[31:0]
74              uint32_t pilot_1_evm                     : 32; //[31:0]
75              uint32_t pilot_2_evm                     : 32; //[31:0]
76              uint32_t pilot_3_evm                     : 32; //[31:0]
77              uint32_t pilot_4_evm                     : 32; //[31:0]
78              uint32_t pilot_5_evm                     : 32; //[31:0]
79              uint32_t pilot_6_evm                     : 32; //[31:0]
80              uint32_t pilot_7_evm                     : 32; //[31:0]
81              uint32_t pilot_8_evm                     : 32; //[31:0]
82              uint32_t pilot_9_evm                     : 32; //[31:0]
83              uint32_t pilot_10_evm                    : 32; //[31:0]
84              uint32_t pilot_11_evm                    : 32; //[31:0]
85              uint32_t pilot_12_evm                    : 32; //[31:0]
86              uint32_t pilot_13_evm                    : 32; //[31:0]
87              uint32_t pilot_14_evm                    : 32; //[31:0]
88              uint32_t pilot_15_evm                    : 32; //[31:0]
89              uint32_t pilot_16_evm                    : 32; //[31:0]
90              uint32_t pilot_17_evm                    : 32; //[31:0]
91              uint32_t pilot_18_evm                    : 32; //[31:0]
92              uint32_t pilot_19_evm                    : 32; //[31:0]
93              uint32_t pilot_20_evm                    : 32; //[31:0]
94              uint32_t pilot_21_evm                    : 32; //[31:0]
95              uint32_t pilot_22_evm                    : 32; //[31:0]
96              uint32_t pilot_23_evm                    : 32; //[31:0]
97              uint32_t pilot_24_evm                    : 32; //[31:0]
98              uint32_t pilot_25_evm                    : 32; //[31:0]
99              uint32_t pilot_26_evm                    : 32; //[31:0]
100              uint32_t pilot_27_evm                    : 32; //[31:0]
101              uint32_t pilot_28_evm                    : 32; //[31:0]
102              uint32_t pilot_29_evm                    : 32; //[31:0]
103              uint32_t pilot_30_evm                    : 32; //[31:0]
104              uint32_t pilot_31_evm                    : 32; //[31:0]
105 };
106 
107 /*
108 
109 number_of_symbols
110 
111 			The number of symbols over which this EVM measurement
112 			was done
113 
114 			<legal all>
115 
116 nss_count
117 
118 			The number of Spatial Streams in this SU reception.
119 
120 			<legal 1-8>
121 
122 pilot_count
123 
124 			The number of pilots captured per Spatial Stream in this
125 			log
126 
127 			<legal 1-32>
128 
129 pilot_0_evm
130 
131 
132 
133 
134 			Example mapping of Nss and pilots to the evm fields:
135 
136 			With NSS_count = 2, Pilot_count = 3
137 
138 			Pilot_0_evm => NSS 0, Pilot 0
139 
140 			Pilot_1_evm => NSS 1, Pilot 0
141 
142 			Pilot_2_evm => NSS 0, Pilot 1
143 
144 			Pilot_3_evm => NSS 1, Pilot 1
145 
146 			Pilot_4_evm => NSS 0, Pilot 2
147 
148 			Pilot_5_evm => NSS 1, Pilot 2
149 
150 
151 
152 			<legal all>
153 
154 pilot_1_evm
155 
156 
157 
158 
159 			See Pilot_0_evm descriptions details for mapping info
160 
161 			<legal all>
162 
163 pilot_2_evm
164 
165 
166 
167 
168 			See Pilot_0_evm descriptions details for mapping info
169 
170 			<legal all>
171 
172 pilot_3_evm
173 
174 
175 
176 
177 			See Pilot_0_evm descriptions details for mapping info
178 
179 			<legal all>
180 
181 pilot_4_evm
182 
183 
184 
185 
186 			See Pilot_0_evm descriptions details for mapping info
187 
188 			<legal all>
189 
190 pilot_5_evm
191 
192 
193 
194 
195 			See Pilot_0_evm descriptions details for mapping info
196 
197 			<legal all>
198 
199 pilot_6_evm
200 
201 
202 
203 
204 			See Pilot_0_evm descriptions details for mapping info
205 
206 			<legal all>
207 
208 pilot_7_evm
209 
210 
211 
212 
213 			See Pilot_0_evm descriptions details for mapping info
214 
215 			<legal all>
216 
217 pilot_8_evm
218 
219 
220 
221 
222 			See Pilot_0_evm descriptions details for mapping info
223 
224 			<legal all>
225 
226 pilot_9_evm
227 
228 
229 
230 
231 			See Pilot_0_evm descriptions details for mapping info
232 
233 			<legal all>
234 
235 pilot_10_evm
236 
237 
238 
239 
240 			See Pilot_0_evm descriptions details for mapping info
241 
242 			<legal all>
243 
244 pilot_11_evm
245 
246 
247 
248 
249 			See Pilot_0_evm descriptions details for mapping info
250 
251 			<legal all>
252 
253 pilot_12_evm
254 
255 
256 
257 
258 			See Pilot_0_evm descriptions details for mapping info
259 
260 			<legal all>
261 
262 pilot_13_evm
263 
264 
265 
266 
267 			See Pilot_0_evm descriptions details for mapping info
268 
269 			<legal all>
270 
271 pilot_14_evm
272 
273 
274 
275 
276 			See Pilot_0_evm descriptions details for mapping info
277 
278 			<legal all>
279 
280 pilot_15_evm
281 
282 
283 
284 
285 			See Pilot_0_evm descriptions details for mapping info
286 
287 			<legal all>
288 
289 pilot_16_evm
290 
291 
292 
293 
294 			See Pilot_0_evm descriptions details for mapping info
295 
296 			<legal all>
297 
298 pilot_17_evm
299 
300 
301 
302 
303 			See Pilot_0_evm descriptions details for mapping info
304 
305 			<legal all>
306 
307 pilot_18_evm
308 
309 
310 
311 
312 			See Pilot_0_evm descriptions details for mapping info
313 
314 			<legal all>
315 
316 pilot_19_evm
317 
318 
319 
320 
321 			See Pilot_0_evm descriptions details for mapping info
322 
323 			<legal all>
324 
325 pilot_20_evm
326 
327 
328 
329 
330 			See Pilot_0_evm descriptions details for mapping info
331 
332 			<legal all>
333 
334 pilot_21_evm
335 
336 
337 
338 
339 			See Pilot_0_evm descriptions details for mapping info
340 
341 			<legal all>
342 
343 pilot_22_evm
344 
345 
346 
347 
348 			See Pilot_0_evm descriptions details for mapping info
349 
350 			<legal all>
351 
352 pilot_23_evm
353 
354 
355 
356 
357 			See Pilot_0_evm descriptions details for mapping info
358 
359 			<legal all>
360 
361 pilot_24_evm
362 
363 
364 
365 
366 			See Pilot_0_evm descriptions details for mapping info
367 
368 			<legal all>
369 
370 pilot_25_evm
371 
372 
373 
374 
375 			See Pilot_0_evm descriptions details for mapping info
376 
377 			<legal all>
378 
379 pilot_26_evm
380 
381 
382 
383 
384 			See Pilot_0_evm descriptions details for mapping info
385 
386 			<legal all>
387 
388 pilot_27_evm
389 
390 
391 
392 
393 			See Pilot_0_evm descriptions details for mapping info
394 
395 			<legal all>
396 
397 pilot_28_evm
398 
399 
400 
401 
402 			See Pilot_0_evm descriptions details for mapping info
403 
404 			<legal all>
405 
406 pilot_29_evm
407 
408 
409 
410 
411 			See Pilot_0_evm descriptions details for mapping info
412 
413 			<legal all>
414 
415 pilot_30_evm
416 
417 
418 
419 
420 			See Pilot_0_evm descriptions details for mapping info
421 
422 			<legal all>
423 
424 pilot_31_evm
425 
426 
427 
428 
429 			See Pilot_0_evm descriptions details for mapping info
430 
431 			<legal all>
432 */
433 
434 
435 /* Description		PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_0_NUMBER_OF_SYMBOLS
436 
437 			The number of symbols over which this EVM measurement
438 			was done
439 
440 			<legal all>
441 */
442 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_0_NUMBER_OF_SYMBOLS_OFFSET 0x00000000
443 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_0_NUMBER_OF_SYMBOLS_LSB 0
444 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_0_NUMBER_OF_SYMBOLS_MASK 0x0000ffff
445 
446 /* Description		PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_0_NSS_COUNT
447 
448 			The number of Spatial Streams in this SU reception.
449 
450 			<legal 1-8>
451 */
452 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_0_NSS_COUNT_OFFSET   0x00000000
453 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_0_NSS_COUNT_LSB      16
454 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_0_NSS_COUNT_MASK     0x00ff0000
455 
456 /* Description		PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_0_PILOT_COUNT
457 
458 			The number of pilots captured per Spatial Stream in this
459 			log
460 
461 			<legal 1-32>
462 */
463 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_0_PILOT_COUNT_OFFSET 0x00000000
464 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_0_PILOT_COUNT_LSB    24
465 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_0_PILOT_COUNT_MASK   0xff000000
466 
467 /* Description		PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_1_PILOT_0_EVM
468 
469 
470 
471 
472 			Example mapping of Nss and pilots to the evm fields:
473 
474 			With NSS_count = 2, Pilot_count = 3
475 
476 			Pilot_0_evm => NSS 0, Pilot 0
477 
478 			Pilot_1_evm => NSS 1, Pilot 0
479 
480 			Pilot_2_evm => NSS 0, Pilot 1
481 
482 			Pilot_3_evm => NSS 1, Pilot 1
483 
484 			Pilot_4_evm => NSS 0, Pilot 2
485 
486 			Pilot_5_evm => NSS 1, Pilot 2
487 
488 
489 
490 			<legal all>
491 */
492 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_1_PILOT_0_EVM_OFFSET 0x00000004
493 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_1_PILOT_0_EVM_LSB    0
494 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_1_PILOT_0_EVM_MASK   0xffffffff
495 
496 /* Description		PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_2_PILOT_1_EVM
497 
498 
499 
500 
501 			See Pilot_0_evm descriptions details for mapping info
502 
503 			<legal all>
504 */
505 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_2_PILOT_1_EVM_OFFSET 0x00000008
506 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_2_PILOT_1_EVM_LSB    0
507 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_2_PILOT_1_EVM_MASK   0xffffffff
508 
509 /* Description		PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_3_PILOT_2_EVM
510 
511 
512 
513 
514 			See Pilot_0_evm descriptions details for mapping info
515 
516 			<legal all>
517 */
518 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_3_PILOT_2_EVM_OFFSET 0x0000000c
519 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_3_PILOT_2_EVM_LSB    0
520 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_3_PILOT_2_EVM_MASK   0xffffffff
521 
522 /* Description		PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_4_PILOT_3_EVM
523 
524 
525 
526 
527 			See Pilot_0_evm descriptions details for mapping info
528 
529 			<legal all>
530 */
531 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_4_PILOT_3_EVM_OFFSET 0x00000010
532 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_4_PILOT_3_EVM_LSB    0
533 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_4_PILOT_3_EVM_MASK   0xffffffff
534 
535 /* Description		PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_5_PILOT_4_EVM
536 
537 
538 
539 
540 			See Pilot_0_evm descriptions details for mapping info
541 
542 			<legal all>
543 */
544 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_5_PILOT_4_EVM_OFFSET 0x00000014
545 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_5_PILOT_4_EVM_LSB    0
546 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_5_PILOT_4_EVM_MASK   0xffffffff
547 
548 /* Description		PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_6_PILOT_5_EVM
549 
550 
551 
552 
553 			See Pilot_0_evm descriptions details for mapping info
554 
555 			<legal all>
556 */
557 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_6_PILOT_5_EVM_OFFSET 0x00000018
558 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_6_PILOT_5_EVM_LSB    0
559 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_6_PILOT_5_EVM_MASK   0xffffffff
560 
561 /* Description		PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_7_PILOT_6_EVM
562 
563 
564 
565 
566 			See Pilot_0_evm descriptions details for mapping info
567 
568 			<legal all>
569 */
570 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_7_PILOT_6_EVM_OFFSET 0x0000001c
571 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_7_PILOT_6_EVM_LSB    0
572 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_7_PILOT_6_EVM_MASK   0xffffffff
573 
574 /* Description		PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_8_PILOT_7_EVM
575 
576 
577 
578 
579 			See Pilot_0_evm descriptions details for mapping info
580 
581 			<legal all>
582 */
583 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_8_PILOT_7_EVM_OFFSET 0x00000020
584 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_8_PILOT_7_EVM_LSB    0
585 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_8_PILOT_7_EVM_MASK   0xffffffff
586 
587 /* Description		PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_9_PILOT_8_EVM
588 
589 
590 
591 
592 			See Pilot_0_evm descriptions details for mapping info
593 
594 			<legal all>
595 */
596 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_9_PILOT_8_EVM_OFFSET 0x00000024
597 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_9_PILOT_8_EVM_LSB    0
598 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_9_PILOT_8_EVM_MASK   0xffffffff
599 
600 /* Description		PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_10_PILOT_9_EVM
601 
602 
603 
604 
605 			See Pilot_0_evm descriptions details for mapping info
606 
607 			<legal all>
608 */
609 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_10_PILOT_9_EVM_OFFSET 0x00000028
610 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_10_PILOT_9_EVM_LSB   0
611 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_10_PILOT_9_EVM_MASK  0xffffffff
612 
613 /* Description		PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_11_PILOT_10_EVM
614 
615 
616 
617 
618 			See Pilot_0_evm descriptions details for mapping info
619 
620 			<legal all>
621 */
622 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_11_PILOT_10_EVM_OFFSET 0x0000002c
623 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_11_PILOT_10_EVM_LSB  0
624 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_11_PILOT_10_EVM_MASK 0xffffffff
625 
626 /* Description		PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_12_PILOT_11_EVM
627 
628 
629 
630 
631 			See Pilot_0_evm descriptions details for mapping info
632 
633 			<legal all>
634 */
635 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_12_PILOT_11_EVM_OFFSET 0x00000030
636 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_12_PILOT_11_EVM_LSB  0
637 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_12_PILOT_11_EVM_MASK 0xffffffff
638 
639 /* Description		PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_13_PILOT_12_EVM
640 
641 
642 
643 
644 			See Pilot_0_evm descriptions details for mapping info
645 
646 			<legal all>
647 */
648 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_13_PILOT_12_EVM_OFFSET 0x00000034
649 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_13_PILOT_12_EVM_LSB  0
650 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_13_PILOT_12_EVM_MASK 0xffffffff
651 
652 /* Description		PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_14_PILOT_13_EVM
653 
654 
655 
656 
657 			See Pilot_0_evm descriptions details for mapping info
658 
659 			<legal all>
660 */
661 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_14_PILOT_13_EVM_OFFSET 0x00000038
662 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_14_PILOT_13_EVM_LSB  0
663 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_14_PILOT_13_EVM_MASK 0xffffffff
664 
665 /* Description		PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_15_PILOT_14_EVM
666 
667 
668 
669 
670 			See Pilot_0_evm descriptions details for mapping info
671 
672 			<legal all>
673 */
674 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_15_PILOT_14_EVM_OFFSET 0x0000003c
675 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_15_PILOT_14_EVM_LSB  0
676 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_15_PILOT_14_EVM_MASK 0xffffffff
677 
678 /* Description		PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_16_PILOT_15_EVM
679 
680 
681 
682 
683 			See Pilot_0_evm descriptions details for mapping info
684 
685 			<legal all>
686 */
687 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_16_PILOT_15_EVM_OFFSET 0x00000040
688 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_16_PILOT_15_EVM_LSB  0
689 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_16_PILOT_15_EVM_MASK 0xffffffff
690 
691 /* Description		PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_17_PILOT_16_EVM
692 
693 
694 
695 
696 			See Pilot_0_evm descriptions details for mapping info
697 
698 			<legal all>
699 */
700 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_17_PILOT_16_EVM_OFFSET 0x00000044
701 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_17_PILOT_16_EVM_LSB  0
702 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_17_PILOT_16_EVM_MASK 0xffffffff
703 
704 /* Description		PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_18_PILOT_17_EVM
705 
706 
707 
708 
709 			See Pilot_0_evm descriptions details for mapping info
710 
711 			<legal all>
712 */
713 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_18_PILOT_17_EVM_OFFSET 0x00000048
714 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_18_PILOT_17_EVM_LSB  0
715 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_18_PILOT_17_EVM_MASK 0xffffffff
716 
717 /* Description		PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_19_PILOT_18_EVM
718 
719 
720 
721 
722 			See Pilot_0_evm descriptions details for mapping info
723 
724 			<legal all>
725 */
726 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_19_PILOT_18_EVM_OFFSET 0x0000004c
727 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_19_PILOT_18_EVM_LSB  0
728 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_19_PILOT_18_EVM_MASK 0xffffffff
729 
730 /* Description		PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_20_PILOT_19_EVM
731 
732 
733 
734 
735 			See Pilot_0_evm descriptions details for mapping info
736 
737 			<legal all>
738 */
739 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_20_PILOT_19_EVM_OFFSET 0x00000050
740 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_20_PILOT_19_EVM_LSB  0
741 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_20_PILOT_19_EVM_MASK 0xffffffff
742 
743 /* Description		PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_21_PILOT_20_EVM
744 
745 
746 
747 
748 			See Pilot_0_evm descriptions details for mapping info
749 
750 			<legal all>
751 */
752 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_21_PILOT_20_EVM_OFFSET 0x00000054
753 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_21_PILOT_20_EVM_LSB  0
754 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_21_PILOT_20_EVM_MASK 0xffffffff
755 
756 /* Description		PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_22_PILOT_21_EVM
757 
758 
759 
760 
761 			See Pilot_0_evm descriptions details for mapping info
762 
763 			<legal all>
764 */
765 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_22_PILOT_21_EVM_OFFSET 0x00000058
766 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_22_PILOT_21_EVM_LSB  0
767 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_22_PILOT_21_EVM_MASK 0xffffffff
768 
769 /* Description		PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_23_PILOT_22_EVM
770 
771 
772 
773 
774 			See Pilot_0_evm descriptions details for mapping info
775 
776 			<legal all>
777 */
778 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_23_PILOT_22_EVM_OFFSET 0x0000005c
779 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_23_PILOT_22_EVM_LSB  0
780 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_23_PILOT_22_EVM_MASK 0xffffffff
781 
782 /* Description		PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_24_PILOT_23_EVM
783 
784 
785 
786 
787 			See Pilot_0_evm descriptions details for mapping info
788 
789 			<legal all>
790 */
791 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_24_PILOT_23_EVM_OFFSET 0x00000060
792 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_24_PILOT_23_EVM_LSB  0
793 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_24_PILOT_23_EVM_MASK 0xffffffff
794 
795 /* Description		PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_25_PILOT_24_EVM
796 
797 
798 
799 
800 			See Pilot_0_evm descriptions details for mapping info
801 
802 			<legal all>
803 */
804 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_25_PILOT_24_EVM_OFFSET 0x00000064
805 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_25_PILOT_24_EVM_LSB  0
806 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_25_PILOT_24_EVM_MASK 0xffffffff
807 
808 /* Description		PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_26_PILOT_25_EVM
809 
810 
811 
812 
813 			See Pilot_0_evm descriptions details for mapping info
814 
815 			<legal all>
816 */
817 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_26_PILOT_25_EVM_OFFSET 0x00000068
818 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_26_PILOT_25_EVM_LSB  0
819 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_26_PILOT_25_EVM_MASK 0xffffffff
820 
821 /* Description		PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_27_PILOT_26_EVM
822 
823 
824 
825 
826 			See Pilot_0_evm descriptions details for mapping info
827 
828 			<legal all>
829 */
830 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_27_PILOT_26_EVM_OFFSET 0x0000006c
831 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_27_PILOT_26_EVM_LSB  0
832 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_27_PILOT_26_EVM_MASK 0xffffffff
833 
834 /* Description		PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_28_PILOT_27_EVM
835 
836 
837 
838 
839 			See Pilot_0_evm descriptions details for mapping info
840 
841 			<legal all>
842 */
843 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_28_PILOT_27_EVM_OFFSET 0x00000070
844 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_28_PILOT_27_EVM_LSB  0
845 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_28_PILOT_27_EVM_MASK 0xffffffff
846 
847 /* Description		PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_29_PILOT_28_EVM
848 
849 
850 
851 
852 			See Pilot_0_evm descriptions details for mapping info
853 
854 			<legal all>
855 */
856 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_29_PILOT_28_EVM_OFFSET 0x00000074
857 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_29_PILOT_28_EVM_LSB  0
858 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_29_PILOT_28_EVM_MASK 0xffffffff
859 
860 /* Description		PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_30_PILOT_29_EVM
861 
862 
863 
864 
865 			See Pilot_0_evm descriptions details for mapping info
866 
867 			<legal all>
868 */
869 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_30_PILOT_29_EVM_OFFSET 0x00000078
870 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_30_PILOT_29_EVM_LSB  0
871 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_30_PILOT_29_EVM_MASK 0xffffffff
872 
873 /* Description		PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_31_PILOT_30_EVM
874 
875 
876 
877 
878 			See Pilot_0_evm descriptions details for mapping info
879 
880 			<legal all>
881 */
882 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_31_PILOT_30_EVM_OFFSET 0x0000007c
883 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_31_PILOT_30_EVM_LSB  0
884 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_31_PILOT_30_EVM_MASK 0xffffffff
885 
886 /* Description		PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_32_PILOT_31_EVM
887 
888 
889 
890 
891 			See Pilot_0_evm descriptions details for mapping info
892 
893 			<legal all>
894 */
895 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_32_PILOT_31_EVM_OFFSET 0x00000080
896 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_32_PILOT_31_EVM_LSB  0
897 #define PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_32_PILOT_31_EVM_MASK 0xffffffff
898 
899 
900 #endif // _PHYRX_OTHER_RECEIVE_INFO_SU_EVM_DETAILS_H_
901