Lines Matching +full:dma +full:- +full:protection +full:- +full:control

1 /* SPDX-License-Identifier: GPL-2.0 */
5 * m5307sim.h -- ColdFire 5307 System Integration Module support.
28 #define MCFSIM_SYPCR (MCF_MBAR + 0x01) /* System Protection */
53 #define MCFSIM_CSCR0 (MCF_MBAR + 0x8a) /* CS 0 Control reg */
56 #define MCFSIM_CSCR1 (MCF_MBAR + 0x96) /* CS 1 Control reg */
62 #define MCFSIM_CSCR2 (MCF_MBAR + 0xa2) /* CS 2 Control reg */
64 #define MCFSIM_CSCR3 (MCF_MBAR + 0xae) /* CS 3 Control reg */
66 #define MCFSIM_CSCR4 (MCF_MBAR + 0xba) /* CS 4 Control reg */
68 #define MCFSIM_CSCR5 (MCF_MBAR + 0xc6) /* CS 5 Control reg */
70 #define MCFSIM_CSCR6 (MCF_MBAR + 0xd2) /* CS 6 Control reg */
72 #define MCFSIM_CSCR7 (MCF_MBAR + 0xde) /* CS 7 Control reg */
76 #define MCFSIM_CSCR2 (MCF_MBAR + 0xa2) /* CS 2 Control reg */
79 #define MCFSIM_CSCR3 (MCF_MBAR + 0xae) /* CS 3 Control reg */
82 #define MCFSIM_CSCR4 (MCF_MBAR + 0xba) /* CS 4 Control reg */
85 #define MCFSIM_CSCR5 (MCF_MBAR + 0xc6) /* CS 5 Control reg */
88 #define MCFSIM_CSCR6 (MCF_MBAR + 0xd2) /* CS 6 Control reg */
91 #define MCFSIM_CSCR7 (MCF_MBAR + 0xde) /* CS 7 Control reg */
94 #define MCFSIM_DCR (MCF_MBAR + 0x100) /* DRAM Control */
110 * DMA unit base addresses.
112 #define MCFDMA_BASE0 (MCF_MBAR + 0x300) /* Base address DMA 0 */
113 #define MCFDMA_BASE1 (MCF_MBAR + 0x340) /* Base address DMA 1 */
114 #define MCFDMA_BASE2 (MCF_MBAR + 0x380) /* Base address DMA 2 */
115 #define MCFDMA_BASE3 (MCF_MBAR + 0x3C0) /* Base address DMA 3 */
132 #define MCFGPIO_IRQ_MAX -1
133 #define MCFGPIO_IRQ_VECBASE -1
136 /* Definition offset address for CS2-7 -- old mask 5307 */
155 #define MCFSIM_DMA0ICR MCFSIM_ICR6 /* DMA 0 ICR */
156 #define MCFSIM_DMA1ICR MCFSIM_ICR7 /* DMA 1 ICR */
157 #define MCFSIM_DMA2ICR MCFSIM_ICR8 /* DMA 2 ICR */
158 #define MCFSIM_DMA3ICR MCFSIM_ICR9 /* DMA 3 ICR */