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