Blackfin arch: use a less common define name in BF549
authorMike Frysinger <michael.frysinger@analog.com>
Tue, 30 Oct 2007 04:04:53 +0000 (12:04 +0800)
committerBryan Wu <bryan.wu@analog.com>
Tue, 30 Oct 2007 04:04:53 +0000 (12:04 +0800)
Signed-off-by: Mike Frysinger <michael.frysinger@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
include/asm-blackfin/mach-bf548/defBF549.h

index 4e46d65..fcb72b4 100644 (file)
 /* Bit masks for MXVR_DMAx_CONFIG */
 
 #define                    MDMAEN  0x1        /* DMA Channel Enable */
-#define                        DD  0x2        /* DMA Channel Direction */
+#define                     DMADD  0x2        /* DMA Channel Direction */
 #define                 BY4SWAPEN  0x20       /* DMA Channel Four Byte Swap Enable */
 #define                     LCHAN  0x3c0      /* DMA Channel Logical Channel */
 #define                 BITSWAPEN  0x400      /* DMA Channel Bit Swap Enable */