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
e7684c5c
Commit
e7684c5c
authored
May 25, 2003
by
Greg Ungerer
Committed by
Linus Torvalds
May 25, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] add support for the DMA of the ColdFire 5282
Add DMA base addresses for the ColdFire 5282 CPU.
parent
b9d38df1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
include/asm-m68knommu/mcfdma.h
include/asm-m68knommu/mcfdma.h
+6
-0
No files found.
include/asm-m68knommu/mcfdma.h
View file @
e7684c5c
...
...
@@ -21,6 +21,12 @@
#define MCFDMA_BASE1 0x240
/* Base address of DMA 1 */
#elif defined(CONFIG_M5272)
#define MCFDMA_BASE0 0x0e0
/* Base address of DMA 0 */
#elif defined(CONFIG_M5282)
/* These are relative to the IPSBAR, not MBAR */
#define MCFDMA_BASE0 0x100
/* Base address of DMA 0 */
#define MCFDMA_BASE1 0x140
/* Base address of DMA 1 */
#define MCFDMA_BASE2 0x180
/* Base address of DMA 2 */
#define MCFDMA_BASE3 0x1C0
/* Base address of DMA 3 */
#elif defined(CONFIG_M5249) || defined(CONFIG_M5307) || defined(CONFIG_M5407)
#define MCFDMA_BASE0 0x300
/* Base address of DMA 0 */
#define MCFDMA_BASE1 0x340
/* Base address of DMA 1 */
...
...
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