dma.h 349 B

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