dma.h 388 B

123456789101112131415161718
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __ASM_CPU_SH4_DMA_H
  3. #define __ASM_CPU_SH4_DMA_H
  4. #include <linux/sh_intc.h>
  5. /*
  6. * SH7750/SH7751/SH7760
  7. */
  8. #define DMTE0_IRQ evt2irq(0x640)
  9. #define DMTE4_IRQ evt2irq(0x780)
  10. #define DMTE6_IRQ evt2irq(0x7c0)
  11. #define DMAE0_IRQ evt2irq(0x6c0)
  12. #define SH_DMAC_BASE0 0xffa00000
  13. #define SH_DMAC_BASE1 0xffa00070
  14. #endif /* __ASM_CPU_SH4_DMA_H */