]> Git Repo - linux.git/blob - arch/sh/include/cpu-sh4/cpu/dma.h
udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb().
[linux.git] / arch / sh / include / cpu-sh4 / cpu / dma.h
1 #ifndef __ASM_CPU_SH4_DMA_H
2 #define __ASM_CPU_SH4_DMA_H
3
4 #include <linux/sh_intc.h>
5
6 /*
7  * SH7750/SH7751/SH7760
8  */
9 #define DMTE0_IRQ       evt2irq(0x640)
10 #define DMTE4_IRQ       evt2irq(0x780)
11 #define DMTE6_IRQ       evt2irq(0x7c0)
12 #define DMAE0_IRQ       evt2irq(0x6c0)
13
14 #define SH_DMAC_BASE0   0xffa00000
15 #define SH_DMAC_BASE1   0xffa00070
16
17 #endif /* __ASM_CPU_SH4_DMA_H */
This page took 0.058821 seconds and 4 git commands to generate.