summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-bf548/include/mach/defBF54x_base.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-07-29 02:04:42 +0000
committerMike Frysinger <vapier@gentoo.org>2010-08-06 12:55:55 -0400
commit2b73a19f2d3391b070d9d9270a9c9d502fe357ce (patch)
tree848160deecb40270d08cf11a5739dedca043d7cd /arch/blackfin/mach-bf548/include/mach/defBF54x_base.h
parentba3f5973ce3eb7ef4894ccd3df78c5cb410b17cc (diff)
downloadop-kernel-dev-2b73a19f2d3391b070d9d9270a9c9d502fe357ce.zip
op-kernel-dev-2b73a19f2d3391b070d9d9270a9c9d502fe357ce.tar.gz
Blackfin: BF54x: tweak DMAC MMR naming to match other ports
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/mach-bf548/include/mach/defBF54x_base.h')
-rw-r--r--arch/blackfin/mach-bf548/include/mach/defBF54x_base.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/blackfin/mach-bf548/include/mach/defBF54x_base.h b/arch/blackfin/mach-bf548/include/mach/defBF54x_base.h
index 01d52fa..4b33b18 100644
--- a/arch/blackfin/mach-bf548/include/mach/defBF54x_base.h
+++ b/arch/blackfin/mach-bf548/include/mach/defBF54x_base.h
@@ -198,8 +198,8 @@
/* DMAC0 Registers */
-#define DMAC0_TCPER 0xffc00b0c /* DMA Controller 0 Traffic Control Periods Register */
-#define DMAC0_TCCNT 0xffc00b10 /* DMA Controller 0 Current Counts Register */
+#define DMAC0_TC_PER 0xffc00b0c /* DMA Controller 0 Traffic Control Periods Register */
+#define DMAC0_TC_CNT 0xffc00b10 /* DMA Controller 0 Current Counts Register */
/* DMA Channel 0 Registers */
@@ -688,8 +688,8 @@
/* DMAC1 Registers */
-#define DMAC1_TCPER 0xffc01b0c /* DMA Controller 1 Traffic Control Periods Register */
-#define DMAC1_TCCNT 0xffc01b10 /* DMA Controller 1 Current Counts Register */
+#define DMAC1_TC_PER 0xffc01b0c /* DMA Controller 1 Traffic Control Periods Register */
+#define DMAC1_TC_CNT 0xffc01b10 /* DMA Controller 1 Current Counts Register */
/* DMA Channel 12 Registers */
OpenPOWER on IntegriCloud