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
d0a84e72
Commit
d0a84e72
authored
Jul 07, 2011
by
Russell King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ARM: io: RiscPC: define io addresses relative to IO_BASE
Signed-off-by:
Russell King
<
rmk+kernel@arm.linux.org.uk
>
parent
fb1dddd7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
arch/arm/mach-rpc/include/mach/hardware.h
arch/arm/mach-rpc/include/mach/hardware.h
+6
-6
No files found.
arch/arm/mach-rpc/include/mach/hardware.h
View file @
d0a84e72
...
...
@@ -51,12 +51,12 @@
/*
* IO Addresses
*/
#define VIDC_BASE
IOMEM(0xe
0400000)
#define EXPMASK_BASE
0xe0360000
#define IOMD_BASE
IOMEM(0xe
0200000)
#define IOC_BASE
IOMEM(0xe
0200000)
#define
PCIO_BASE IOMEM(0xe0010
000)
#define
FLOPPYDMA_BASE IOMEM(0xe002a
000)
#define VIDC_BASE
(IO_BASE + 0x0
0400000)
#define EXPMASK_BASE
(IO_BASE + 0x00360000)
#define IOMD_BASE
(IO_BASE + 0x0
0200000)
#define IOC_BASE
(IO_BASE + 0x0
0200000)
#define
FLOPPYDMA_BASE (IO_BASE + 0x0002a
000)
#define
PCIO_BASE (IO_BASE + 0x00010
000)
#define vidc_writel(val) __raw_writel(val, VIDC_BASE)
...
...
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