|
84 | 84 | // Description : If 1, the channel received a read bus error. Write one to |
85 | 85 | // clear. |
86 | 86 | // READ_ADDR shows the approximate address where the bus error was |
87 | | -// encountered (will not to be earlier, or more than 3 transfers |
| 87 | +// encountered (will not be earlier, or more than 3 transfers |
88 | 88 | // later) |
89 | 89 | #define DMA_CH0_CTRL_TRIG_READ_ERROR_RESET _u(0x0) |
90 | 90 | #define DMA_CH0_CTRL_TRIG_READ_ERROR_BITS _u(0x40000000) |
|
96 | 96 | // Description : If 1, the channel received a write bus error. Write one to |
97 | 97 | // clear. |
98 | 98 | // WRITE_ADDR shows the approximate address where the bus error |
99 | | -// was encountered (will not to be earlier, or more than 5 |
100 | | -// transfers later) |
| 99 | +// was encountered (will not be earlier, or more than 5 transfers |
| 100 | +// later) |
101 | 101 | #define DMA_CH0_CTRL_TRIG_WRITE_ERROR_RESET _u(0x0) |
102 | 102 | #define DMA_CH0_CTRL_TRIG_WRITE_ERROR_BITS _u(0x20000000) |
103 | 103 | #define DMA_CH0_CTRL_TRIG_WRITE_ERROR_MSB _u(29) |
|
472 | 472 | // Description : If 1, the channel received a read bus error. Write one to |
473 | 473 | // clear. |
474 | 474 | // READ_ADDR shows the approximate address where the bus error was |
475 | | -// encountered (will not to be earlier, or more than 3 transfers |
| 475 | +// encountered (will not be earlier, or more than 3 transfers |
476 | 476 | // later) |
477 | 477 | #define DMA_CH1_CTRL_TRIG_READ_ERROR_RESET _u(0x0) |
478 | 478 | #define DMA_CH1_CTRL_TRIG_READ_ERROR_BITS _u(0x40000000) |
|
484 | 484 | // Description : If 1, the channel received a write bus error. Write one to |
485 | 485 | // clear. |
486 | 486 | // WRITE_ADDR shows the approximate address where the bus error |
487 | | -// was encountered (will not to be earlier, or more than 5 |
488 | | -// transfers later) |
| 487 | +// was encountered (will not be earlier, or more than 5 transfers |
| 488 | +// later) |
489 | 489 | #define DMA_CH1_CTRL_TRIG_WRITE_ERROR_RESET _u(0x0) |
490 | 490 | #define DMA_CH1_CTRL_TRIG_WRITE_ERROR_BITS _u(0x20000000) |
491 | 491 | #define DMA_CH1_CTRL_TRIG_WRITE_ERROR_MSB _u(29) |
|
860 | 860 | // Description : If 1, the channel received a read bus error. Write one to |
861 | 861 | // clear. |
862 | 862 | // READ_ADDR shows the approximate address where the bus error was |
863 | | -// encountered (will not to be earlier, or more than 3 transfers |
| 863 | +// encountered (will not be earlier, or more than 3 transfers |
864 | 864 | // later) |
865 | 865 | #define DMA_CH2_CTRL_TRIG_READ_ERROR_RESET _u(0x0) |
866 | 866 | #define DMA_CH2_CTRL_TRIG_READ_ERROR_BITS _u(0x40000000) |
|
872 | 872 | // Description : If 1, the channel received a write bus error. Write one to |
873 | 873 | // clear. |
874 | 874 | // WRITE_ADDR shows the approximate address where the bus error |
875 | | -// was encountered (will not to be earlier, or more than 5 |
876 | | -// transfers later) |
| 875 | +// was encountered (will not be earlier, or more than 5 transfers |
| 876 | +// later) |
877 | 877 | #define DMA_CH2_CTRL_TRIG_WRITE_ERROR_RESET _u(0x0) |
878 | 878 | #define DMA_CH2_CTRL_TRIG_WRITE_ERROR_BITS _u(0x20000000) |
879 | 879 | #define DMA_CH2_CTRL_TRIG_WRITE_ERROR_MSB _u(29) |
|
1248 | 1248 | // Description : If 1, the channel received a read bus error. Write one to |
1249 | 1249 | // clear. |
1250 | 1250 | // READ_ADDR shows the approximate address where the bus error was |
1251 | | -// encountered (will not to be earlier, or more than 3 transfers |
| 1251 | +// encountered (will not be earlier, or more than 3 transfers |
1252 | 1252 | // later) |
1253 | 1253 | #define DMA_CH3_CTRL_TRIG_READ_ERROR_RESET _u(0x0) |
1254 | 1254 | #define DMA_CH3_CTRL_TRIG_READ_ERROR_BITS _u(0x40000000) |
|
1260 | 1260 | // Description : If 1, the channel received a write bus error. Write one to |
1261 | 1261 | // clear. |
1262 | 1262 | // WRITE_ADDR shows the approximate address where the bus error |
1263 | | -// was encountered (will not to be earlier, or more than 5 |
1264 | | -// transfers later) |
| 1263 | +// was encountered (will not be earlier, or more than 5 transfers |
| 1264 | +// later) |
1265 | 1265 | #define DMA_CH3_CTRL_TRIG_WRITE_ERROR_RESET _u(0x0) |
1266 | 1266 | #define DMA_CH3_CTRL_TRIG_WRITE_ERROR_BITS _u(0x20000000) |
1267 | 1267 | #define DMA_CH3_CTRL_TRIG_WRITE_ERROR_MSB _u(29) |
|
1636 | 1636 | // Description : If 1, the channel received a read bus error. Write one to |
1637 | 1637 | // clear. |
1638 | 1638 | // READ_ADDR shows the approximate address where the bus error was |
1639 | | -// encountered (will not to be earlier, or more than 3 transfers |
| 1639 | +// encountered (will not be earlier, or more than 3 transfers |
1640 | 1640 | // later) |
1641 | 1641 | #define DMA_CH4_CTRL_TRIG_READ_ERROR_RESET _u(0x0) |
1642 | 1642 | #define DMA_CH4_CTRL_TRIG_READ_ERROR_BITS _u(0x40000000) |
|
1648 | 1648 | // Description : If 1, the channel received a write bus error. Write one to |
1649 | 1649 | // clear. |
1650 | 1650 | // WRITE_ADDR shows the approximate address where the bus error |
1651 | | -// was encountered (will not to be earlier, or more than 5 |
1652 | | -// transfers later) |
| 1651 | +// was encountered (will not be earlier, or more than 5 transfers |
| 1652 | +// later) |
1653 | 1653 | #define DMA_CH4_CTRL_TRIG_WRITE_ERROR_RESET _u(0x0) |
1654 | 1654 | #define DMA_CH4_CTRL_TRIG_WRITE_ERROR_BITS _u(0x20000000) |
1655 | 1655 | #define DMA_CH4_CTRL_TRIG_WRITE_ERROR_MSB _u(29) |
|
2024 | 2024 | // Description : If 1, the channel received a read bus error. Write one to |
2025 | 2025 | // clear. |
2026 | 2026 | // READ_ADDR shows the approximate address where the bus error was |
2027 | | -// encountered (will not to be earlier, or more than 3 transfers |
| 2027 | +// encountered (will not be earlier, or more than 3 transfers |
2028 | 2028 | // later) |
2029 | 2029 | #define DMA_CH5_CTRL_TRIG_READ_ERROR_RESET _u(0x0) |
2030 | 2030 | #define DMA_CH5_CTRL_TRIG_READ_ERROR_BITS _u(0x40000000) |
|
2036 | 2036 | // Description : If 1, the channel received a write bus error. Write one to |
2037 | 2037 | // clear. |
2038 | 2038 | // WRITE_ADDR shows the approximate address where the bus error |
2039 | | -// was encountered (will not to be earlier, or more than 5 |
2040 | | -// transfers later) |
| 2039 | +// was encountered (will not be earlier, or more than 5 transfers |
| 2040 | +// later) |
2041 | 2041 | #define DMA_CH5_CTRL_TRIG_WRITE_ERROR_RESET _u(0x0) |
2042 | 2042 | #define DMA_CH5_CTRL_TRIG_WRITE_ERROR_BITS _u(0x20000000) |
2043 | 2043 | #define DMA_CH5_CTRL_TRIG_WRITE_ERROR_MSB _u(29) |
|
2412 | 2412 | // Description : If 1, the channel received a read bus error. Write one to |
2413 | 2413 | // clear. |
2414 | 2414 | // READ_ADDR shows the approximate address where the bus error was |
2415 | | -// encountered (will not to be earlier, or more than 3 transfers |
| 2415 | +// encountered (will not be earlier, or more than 3 transfers |
2416 | 2416 | // later) |
2417 | 2417 | #define DMA_CH6_CTRL_TRIG_READ_ERROR_RESET _u(0x0) |
2418 | 2418 | #define DMA_CH6_CTRL_TRIG_READ_ERROR_BITS _u(0x40000000) |
|
2424 | 2424 | // Description : If 1, the channel received a write bus error. Write one to |
2425 | 2425 | // clear. |
2426 | 2426 | // WRITE_ADDR shows the approximate address where the bus error |
2427 | | -// was encountered (will not to be earlier, or more than 5 |
2428 | | -// transfers later) |
| 2427 | +// was encountered (will not be earlier, or more than 5 transfers |
| 2428 | +// later) |
2429 | 2429 | #define DMA_CH6_CTRL_TRIG_WRITE_ERROR_RESET _u(0x0) |
2430 | 2430 | #define DMA_CH6_CTRL_TRIG_WRITE_ERROR_BITS _u(0x20000000) |
2431 | 2431 | #define DMA_CH6_CTRL_TRIG_WRITE_ERROR_MSB _u(29) |
|
2800 | 2800 | // Description : If 1, the channel received a read bus error. Write one to |
2801 | 2801 | // clear. |
2802 | 2802 | // READ_ADDR shows the approximate address where the bus error was |
2803 | | -// encountered (will not to be earlier, or more than 3 transfers |
| 2803 | +// encountered (will not be earlier, or more than 3 transfers |
2804 | 2804 | // later) |
2805 | 2805 | #define DMA_CH7_CTRL_TRIG_READ_ERROR_RESET _u(0x0) |
2806 | 2806 | #define DMA_CH7_CTRL_TRIG_READ_ERROR_BITS _u(0x40000000) |
|
2812 | 2812 | // Description : If 1, the channel received a write bus error. Write one to |
2813 | 2813 | // clear. |
2814 | 2814 | // WRITE_ADDR shows the approximate address where the bus error |
2815 | | -// was encountered (will not to be earlier, or more than 5 |
2816 | | -// transfers later) |
| 2815 | +// was encountered (will not be earlier, or more than 5 transfers |
| 2816 | +// later) |
2817 | 2817 | #define DMA_CH7_CTRL_TRIG_WRITE_ERROR_RESET _u(0x0) |
2818 | 2818 | #define DMA_CH7_CTRL_TRIG_WRITE_ERROR_BITS _u(0x20000000) |
2819 | 2819 | #define DMA_CH7_CTRL_TRIG_WRITE_ERROR_MSB _u(29) |
|
3188 | 3188 | // Description : If 1, the channel received a read bus error. Write one to |
3189 | 3189 | // clear. |
3190 | 3190 | // READ_ADDR shows the approximate address where the bus error was |
3191 | | -// encountered (will not to be earlier, or more than 3 transfers |
| 3191 | +// encountered (will not be earlier, or more than 3 transfers |
3192 | 3192 | // later) |
3193 | 3193 | #define DMA_CH8_CTRL_TRIG_READ_ERROR_RESET _u(0x0) |
3194 | 3194 | #define DMA_CH8_CTRL_TRIG_READ_ERROR_BITS _u(0x40000000) |
|
3200 | 3200 | // Description : If 1, the channel received a write bus error. Write one to |
3201 | 3201 | // clear. |
3202 | 3202 | // WRITE_ADDR shows the approximate address where the bus error |
3203 | | -// was encountered (will not to be earlier, or more than 5 |
3204 | | -// transfers later) |
| 3203 | +// was encountered (will not be earlier, or more than 5 transfers |
| 3204 | +// later) |
3205 | 3205 | #define DMA_CH8_CTRL_TRIG_WRITE_ERROR_RESET _u(0x0) |
3206 | 3206 | #define DMA_CH8_CTRL_TRIG_WRITE_ERROR_BITS _u(0x20000000) |
3207 | 3207 | #define DMA_CH8_CTRL_TRIG_WRITE_ERROR_MSB _u(29) |
|
3576 | 3576 | // Description : If 1, the channel received a read bus error. Write one to |
3577 | 3577 | // clear. |
3578 | 3578 | // READ_ADDR shows the approximate address where the bus error was |
3579 | | -// encountered (will not to be earlier, or more than 3 transfers |
| 3579 | +// encountered (will not be earlier, or more than 3 transfers |
3580 | 3580 | // later) |
3581 | 3581 | #define DMA_CH9_CTRL_TRIG_READ_ERROR_RESET _u(0x0) |
3582 | 3582 | #define DMA_CH9_CTRL_TRIG_READ_ERROR_BITS _u(0x40000000) |
|
3588 | 3588 | // Description : If 1, the channel received a write bus error. Write one to |
3589 | 3589 | // clear. |
3590 | 3590 | // WRITE_ADDR shows the approximate address where the bus error |
3591 | | -// was encountered (will not to be earlier, or more than 5 |
3592 | | -// transfers later) |
| 3591 | +// was encountered (will not be earlier, or more than 5 transfers |
| 3592 | +// later) |
3593 | 3593 | #define DMA_CH9_CTRL_TRIG_WRITE_ERROR_RESET _u(0x0) |
3594 | 3594 | #define DMA_CH9_CTRL_TRIG_WRITE_ERROR_BITS _u(0x20000000) |
3595 | 3595 | #define DMA_CH9_CTRL_TRIG_WRITE_ERROR_MSB _u(29) |
|
3964 | 3964 | // Description : If 1, the channel received a read bus error. Write one to |
3965 | 3965 | // clear. |
3966 | 3966 | // READ_ADDR shows the approximate address where the bus error was |
3967 | | -// encountered (will not to be earlier, or more than 3 transfers |
| 3967 | +// encountered (will not be earlier, or more than 3 transfers |
3968 | 3968 | // later) |
3969 | 3969 | #define DMA_CH10_CTRL_TRIG_READ_ERROR_RESET _u(0x0) |
3970 | 3970 | #define DMA_CH10_CTRL_TRIG_READ_ERROR_BITS _u(0x40000000) |
|
3976 | 3976 | // Description : If 1, the channel received a write bus error. Write one to |
3977 | 3977 | // clear. |
3978 | 3978 | // WRITE_ADDR shows the approximate address where the bus error |
3979 | | -// was encountered (will not to be earlier, or more than 5 |
3980 | | -// transfers later) |
| 3979 | +// was encountered (will not be earlier, or more than 5 transfers |
| 3980 | +// later) |
3981 | 3981 | #define DMA_CH10_CTRL_TRIG_WRITE_ERROR_RESET _u(0x0) |
3982 | 3982 | #define DMA_CH10_CTRL_TRIG_WRITE_ERROR_BITS _u(0x20000000) |
3983 | 3983 | #define DMA_CH10_CTRL_TRIG_WRITE_ERROR_MSB _u(29) |
|
4352 | 4352 | // Description : If 1, the channel received a read bus error. Write one to |
4353 | 4353 | // clear. |
4354 | 4354 | // READ_ADDR shows the approximate address where the bus error was |
4355 | | -// encountered (will not to be earlier, or more than 3 transfers |
| 4355 | +// encountered (will not be earlier, or more than 3 transfers |
4356 | 4356 | // later) |
4357 | 4357 | #define DMA_CH11_CTRL_TRIG_READ_ERROR_RESET _u(0x0) |
4358 | 4358 | #define DMA_CH11_CTRL_TRIG_READ_ERROR_BITS _u(0x40000000) |
|
4364 | 4364 | // Description : If 1, the channel received a write bus error. Write one to |
4365 | 4365 | // clear. |
4366 | 4366 | // WRITE_ADDR shows the approximate address where the bus error |
4367 | | -// was encountered (will not to be earlier, or more than 5 |
4368 | | -// transfers later) |
| 4367 | +// was encountered (will not be earlier, or more than 5 transfers |
| 4368 | +// later) |
4369 | 4369 | #define DMA_CH11_CTRL_TRIG_WRITE_ERROR_RESET _u(0x0) |
4370 | 4370 | #define DMA_CH11_CTRL_TRIG_WRITE_ERROR_BITS _u(0x20000000) |
4371 | 4371 | #define DMA_CH11_CTRL_TRIG_WRITE_ERROR_MSB _u(29) |
|
4690 | 4690 | #define DMA_INTR_RESET _u(0x00000000) |
4691 | 4691 | #define DMA_INTR_MSB _u(15) |
4692 | 4692 | #define DMA_INTR_LSB _u(0) |
4693 | | -#define DMA_INTR_ACCESS "RO" |
| 4693 | +#define DMA_INTR_ACCESS "WC" |
4694 | 4694 | // ============================================================================= |
4695 | 4695 | // Register : DMA_INTE0 |
4696 | 4696 | // Description : Interrupt Enables for IRQ 0 |
|
0 commit comments