From: Adrian McMenamin Date: Sun, 7 Oct 2007 20:19:36 +0000 (+0900) Subject: sh: Fix SH-4 DMAC CHCR masking. X-Git-Tag: upstream/snapshot3+hdmi~30681^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5d9df8eeacec943c9599f1cfd1069bc8cced3de6;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git sh: Fix SH-4 DMAC CHCR masking. This patch fixes the DMA cascade by masking the correct bits. Tested and working with Dreamcast PVR2 DMA. With this patch applied the existing mainline code in arch/sh/drivers/dma/dma-sh.c works, whereas before I was patching that to get round this problem. Signed-off-by: Adrian McMenamin Signed-off-by: Paul Mundt --- diff --git a/include/asm-sh/cpu-sh4/dma.h b/include/asm-sh/cpu-sh4/dma.h index 36e26a9..aaf71b0 100644 --- a/include/asm-sh/cpu-sh4/dma.h +++ b/include/asm-sh/cpu-sh4/dma.h @@ -31,7 +31,7 @@ #define TS_32 0x00000030 #define TS_64 0x00000000 -#define CHCR_TS_MASK 0x30 +#define CHCR_TS_MASK 0x70 #define CHCR_TS_SHIFT 4 #define DMAOR_COD 0x00000008