xref: /openbmc/linux/arch/sh/include/cpu-sh4/cpu/dma.h (revision 2612e3bbc0386368a850140a6c9b990cd496a5ec)
1*b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */
2f15cbe6fSPaul Mundt #ifndef __ASM_CPU_SH4_DMA_H
3f15cbe6fSPaul Mundt #define __ASM_CPU_SH4_DMA_H
4f15cbe6fSPaul Mundt 
59f380456SPaul Mundt #include <linux/sh_intc.h>
69f380456SPaul Mundt 
771b973a4SNobuhiro Iwamatsu /*
871b973a4SNobuhiro Iwamatsu  * SH7750/SH7751/SH7760
971b973a4SNobuhiro Iwamatsu  */
109f380456SPaul Mundt #define DMTE0_IRQ	evt2irq(0x640)
119f380456SPaul Mundt #define DMTE4_IRQ	evt2irq(0x780)
129f380456SPaul Mundt #define DMTE6_IRQ	evt2irq(0x7c0)
139f380456SPaul Mundt #define DMAE0_IRQ	evt2irq(0x6c0)
14f15cbe6fSPaul Mundt 
1571b973a4SNobuhiro Iwamatsu #define SH_DMAC_BASE0	0xffa00000
160c601231SPaul Mundt 
17f15cbe6fSPaul Mundt #endif /* __ASM_CPU_SH4_DMA_H */
18