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
5904539b
Commit
5904539b
authored
Feb 07, 2007
by
Paul Mundt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sh: dcache write-back for R7780RP PIO.
Signed-off-by:
Paul Mundt
<
lethal@linux-sh.org
>
parent
0072032d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
arch/sh/boards/renesas/r7780rp/io.c
arch/sh/boards/renesas/r7780rp/io.c
+4
-0
No files found.
arch/sh/boards/renesas/r7780rp/io.c
View file @
5904539b
...
...
@@ -214,6 +214,8 @@ void r7780rp_insw(unsigned long port, void *dst, unsigned long count)
while
(
count
--
)
*
buf
++
=
*
p
;
flush_dcache_all
();
}
void
r7780rp_insl
(
unsigned
long
port
,
void
*
dst
,
unsigned
long
count
)
...
...
@@ -271,6 +273,8 @@ void r7780rp_outsw(unsigned long port, const void *src, unsigned long count)
while
(
count
--
)
*
p
=
*
buf
++
;
flush_dcache_all
();
}
void
r7780rp_outsl
(
unsigned
long
port
,
const
void
*
src
,
unsigned
long
count
)
...
...
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