1 #ifndef __ASM_CPU_SH4_DMA_H
2 #define __ASM_CPU_SH4_DMA_H
4 /* SH7751/7760/7780 DMA IRQ sources */
8 #include <cpu/dma-sh4a.h>
10 #else /* CONFIG_CPU_SH4A */
12 * SH7750/SH7751/SH7760
19 #define SH_DMAC_BASE0 0xffa00000
20 #define SH_DMAC_BASE1 0xffa00070
21 /* Definitions for the SuperH DMAC */
22 #define TM_BURST 0x00000080
23 #define TS_8 0x00000010
24 #define TS_16 0x00000020
25 #define TS_32 0x00000030
26 #define TS_64 0x00000000
28 #define DMAOR_COD 0x00000008
32 #endif /* __ASM_CPU_SH4_DMA_H */