projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ce998c
)
Blackfin arch: Sync channel defines with struct dma_register dma_io_base_addr.
author
Michael Hennerich
<michael.hennerich@analog.com>
Sat, 17 May 2008 07:59:11 +0000
(15:59 +0800)
committer
Bryan Wu
<cooloney@kernel.org>
Sat, 17 May 2008 07:59:11 +0000
(15:59 +0800)
Otherwise we use the wrong DMA channels.
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
include/asm-blackfin/mach-bf561/dma.h
patch
|
blob
|
history
diff --git
a/include/asm-blackfin/mach-bf561/dma.h
b/include/asm-blackfin/mach-bf561/dma.h
index 21d982003e7525c80188ae55bf2df8985ec77658..8bc46cd89a0238ba3949c0bd65cdc2d2778e9e15 100644
(file)
--- a/
include/asm-blackfin/mach-bf561/dma.h
+++ b/
include/asm-blackfin/mach-bf561/dma.h
@@
-25,11
+25,11
@@
#define CH_MEM_STREAM1_SRC 27 /* RX */
#define CH_MEM_STREAM2_DEST 28
#define CH_MEM_STREAM2_SRC 29
-#define CH_MEM_STREAM3_
SRC
30
-#define CH_MEM_STREAM3_
DEST
31
+#define CH_MEM_STREAM3_
DEST
30
+#define CH_MEM_STREAM3_
SRC
31
#define CH_IMEM_STREAM0_DEST 32
#define CH_IMEM_STREAM0_SRC 33
-#define CH_IMEM_STREAM1_
SRC
34
-#define CH_IMEM_STREAM1_
DEST
35
+#define CH_IMEM_STREAM1_
DEST
34
+#define CH_IMEM_STREAM1_
SRC
35
#endif