aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/cpu-sh4
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2012-05-19 05:30:31 -0400
committerPaul Mundt <lethal@linux-sh.org>2012-05-19 05:30:31 -0400
commit2ff9f317f15b7c3bd95273a7f04ca0b148850104 (patch)
tree9976dae25055dfd3b3bd89a63d111476a3b3ff87 /arch/sh/include/cpu-sh4
parent0c6012313c22154367c36cecbc949d0fc120042e (diff)
sh: Tidy up some of the cpu legacy dma header mess.
This has turned in to quite a mess, and with CPUs that care using dmaengine now it's about time to start cleaning up after the legacy DMA code. For starters, kill off the stubs for the CPUs that don't do anything, as well as all of the unused definitions. This leaves us with a set of IRQs and base addresses we can deal with later. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/cpu-sh4')
-rw-r--r--arch/sh/include/cpu-sh4/cpu/dma.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/sh/include/cpu-sh4/cpu/dma.h b/arch/sh/include/cpu-sh4/cpu/dma.h
index 6d7b66b6fe7e..a520eb219621 100644
--- a/arch/sh/include/cpu-sh4/cpu/dma.h
+++ b/arch/sh/include/cpu-sh4/cpu/dma.h
@@ -14,13 +14,4 @@
14#define SH_DMAC_BASE0 0xffa00000 14#define SH_DMAC_BASE0 0xffa00000
15#define SH_DMAC_BASE1 0xffa00070 15#define SH_DMAC_BASE1 0xffa00070
16 16
17/* Definitions for the SuperH DMAC */
18#define TM_BURST 0x00000080
19#define TS_8 0x00000010
20#define TS_16 0x00000020
21#define TS_32 0x00000030
22#define TS_64 0x00000000
23
24#define DMAOR_COD 0x00000008
25
26#endif /* __ASM_CPU_SH4_DMA_H */ 17#endif /* __ASM_CPU_SH4_DMA_H */