Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #ifndef __ASM_CPU_SH4_DMA_H |
| 2 | #define __ASM_CPU_SH4_DMA_H |
| 3 | |
Paul Mundt | 9f38045 | 2012-05-18 17:27:28 +0900 | [diff] [blame] | 4 | #include <linux/sh_intc.h> |
| 5 | |
Nobuhiro Iwamatsu | 71b973a | 2009-03-10 17:26:49 +0900 | [diff] [blame] | 6 | /* |
| 7 | * SH7750/SH7751/SH7760 |
| 8 | */ |
Paul Mundt | 9f38045 | 2012-05-18 17:27:28 +0900 | [diff] [blame] | 9 | #define DMTE0_IRQ evt2irq(0x640) |
| 10 | #define DMTE4_IRQ evt2irq(0x780) |
| 11 | #define DMTE6_IRQ evt2irq(0x7c0) |
| 12 | #define DMAE0_IRQ evt2irq(0x6c0) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 13 | |
Nobuhiro Iwamatsu | 71b973a | 2009-03-10 17:26:49 +0900 | [diff] [blame] | 14 | #define SH_DMAC_BASE0 0xffa00000 |
| 15 | #define SH_DMAC_BASE1 0xffa00070 |
Paul Mundt | 0c60123 | 2012-05-19 18:06:12 +0900 | [diff] [blame] | 16 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 17 | #endif /* __ASM_CPU_SH4_DMA_H */ |