Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
2b73a19f
Commit
2b73a19f
authored
Jul 29, 2010
by
Mike Frysinger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Blackfin: BF54x: tweak DMAC MMR naming to match other ports
Signed-off-by:
Mike Frysinger
<
vapier@gentoo.org
>
parent
ba3f5973
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
arch/blackfin/mach-bf548/include/mach/cdefBF54x_base.h
arch/blackfin/mach-bf548/include/mach/cdefBF54x_base.h
+8
-8
arch/blackfin/mach-bf548/include/mach/defBF54x_base.h
arch/blackfin/mach-bf548/include/mach/defBF54x_base.h
+4
-4
No files found.
arch/blackfin/mach-bf548/include/mach/cdefBF54x_base.h
View file @
2b73a19f
...
...
@@ -301,10 +301,10 @@
/* DMAC0 Registers */
#define bfin_read_DMAC0_TC
PER() bfin_read16(DMAC0_TC
PER)
#define bfin_write_DMAC0_TC
PER(val) bfin_write16(DMAC0_TC
PER, val)
#define bfin_read_DMAC0_TC
CNT() bfin_read16(DMAC0_TC
CNT)
#define bfin_write_DMAC0_TC
CNT(val) bfin_write16(DMAC0_TC
CNT, val)
#define bfin_read_DMAC0_TC
_PER() bfin_read16(DMAC0_TC_
PER)
#define bfin_write_DMAC0_TC
_PER(val) bfin_write16(DMAC0_TC_
PER, val)
#define bfin_read_DMAC0_TC
_CNT() bfin_read16(DMAC0_TC_
CNT)
#define bfin_write_DMAC0_TC
_CNT(val) bfin_write16(DMAC0_TC_
CNT, val)
/* DMA Channel 0 Registers */
...
...
@@ -1155,10 +1155,10 @@
/* DMAC1 Registers */
#define bfin_read_DMAC1_TC
PER() bfin_read16(DMAC1_TC
PER)
#define bfin_write_DMAC1_TC
PER(val) bfin_write16(DMAC1_TC
PER, val)
#define bfin_read_DMAC1_TC
CNT() bfin_read16(DMAC1_TC
CNT)
#define bfin_write_DMAC1_TC
CNT(val) bfin_write16(DMAC1_TC
CNT, val)
#define bfin_read_DMAC1_TC
_PER() bfin_read16(DMAC1_TC_
PER)
#define bfin_write_DMAC1_TC
_PER(val) bfin_write16(DMAC1_TC_
PER, val)
#define bfin_read_DMAC1_TC
_CNT() bfin_read16(DMAC1_TC_
CNT)
#define bfin_write_DMAC1_TC
_CNT(val) bfin_write16(DMAC1_TC_
CNT, val)
/* DMA Channel 12 Registers */
...
...
arch/blackfin/mach-bf548/include/mach/defBF54x_base.h
View file @
2b73a19f
...
...
@@ -198,8 +198,8 @@
/* DMAC0 Registers */
#define
DMAC0_TC
PER 0xffc00b0c
/* DMA Controller 0 Traffic Control Periods Register */
#define
DMAC0_TC
CNT 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_TC
PER 0xffc01b0c
/* DMA Controller 1 Traffic Control Periods Register */
#define
DMAC1_TC
CNT 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 */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment