Merge tag 'sound-6.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
[linux.git] / arch / sh / include / cpu-sh4 / cpu / dma.h
blobe97fb2c791778cb2aa446f25120f2d24eed801f2
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __ASM_CPU_SH4_DMA_H
3 #define __ASM_CPU_SH4_DMA_H
5 #include <linux/sh_intc.h>
7 /*
8 * SH7750/SH7751/SH7760
9 */
10 #define DMTE0_IRQ evt2irq(0x640)
11 #define DMTE4_IRQ evt2irq(0x780)
12 #define DMTE6_IRQ evt2irq(0x7c0)
13 #define DMAE0_IRQ evt2irq(0x6c0)
15 #define SH_DMAC_BASE0 0xffa00000
17 #endif /* __ASM_CPU_SH4_DMA_H */