Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
4ed250a5
Commit
4ed250a5
authored
Oct 20, 2009
by
Mike Frysinger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Blackfin: fix some BF547 header copy & paste typos
Signed-off-by:
Mike Frysinger
<
vapier@gentoo.org
>
parent
5da8a3dc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
arch/blackfin/mach-bf548/include/mach/cdefBF547.h
arch/blackfin/mach-bf548/include/mach/cdefBF547.h
+6
-6
arch/blackfin/mach-bf548/include/mach/defBF547.h
arch/blackfin/mach-bf548/include/mach/defBF547.h
+5
-5
No files found.
arch/blackfin/mach-bf548/include/mach/cdefBF547.h
View file @
4ed250a5
...
...
@@ -4,21 +4,21 @@
* Licensed under the GPL-2 or later.
*/
#ifndef _CDEF_BF54
8
_H
#define _CDEF_BF54
8
_H
#ifndef _CDEF_BF54
7
_H
#define _CDEF_BF54
7
_H
/* include all Core registers and bit definitions */
#include "defBF54
8
.h"
#include "defBF54
7
.h"
/* include core sbfin_read_()ecific register pointer definitions */
#include <asm/cdef_LPBlackfin.h>
/* SYSTEM & MMR ADDRESS DEFINITIONS FOR ADSP-BF54
8
*/
/* SYSTEM & MMR ADDRESS DEFINITIONS FOR ADSP-BF54
7
*/
/* include cdefBF54x_base.h for the set of #defines that are common to all ADSP-BF54x bfin_read_()rocessors */
#include "cdefBF54x_base.h"
/* The following are the #defines needed by ADSP-BF54
8
that are not in the common header */
/* The following are the #defines needed by ADSP-BF54
7
that are not in the common header */
/* Timer Registers */
...
...
@@ -805,4 +805,4 @@
#define bfin_read_HMDMA1_BCOUNT() bfin_read16(HMDMA1_BCOUNT)
#define bfin_write_HMDMA1_BCOUNT(val) bfin_write16(HMDMA1_BCOUNT, val)
#endif
/* _CDEF_BF54
8
_H */
#endif
/* _CDEF_BF54
7
_H */
arch/blackfin/mach-bf548/include/mach/defBF547.h
View file @
4ed250a5
...
...
@@ -4,18 +4,18 @@
* Licensed under the ADI BSD license or the GPL-2 (or later)
*/
#ifndef _DEF_BF54
8
_H
#define _DEF_BF54
8
_H
#ifndef _DEF_BF54
7
_H
#define _DEF_BF54
7
_H
/* Include all Core registers and bit definitions */
#include <asm/def_LPBlackfin.h>
/* SYSTEM & MMR ADDRESS DEFINITIONS FOR ADSP-BF54
8
*/
/* SYSTEM & MMR ADDRESS DEFINITIONS FOR ADSP-BF54
7
*/
/* Include defBF54x_base.h for the set of #defines that are common to all ADSP-BF54x processors */
#include "defBF54x_base.h"
/* The following are the #defines needed by ADSP-BF54
8
that are not in the common header */
/* The following are the #defines needed by ADSP-BF54
7
that are not in the common header */
/* Timer Registers */
...
...
@@ -1217,4 +1217,4 @@
/* ******************************************* */
#endif
/* _DEF_BF54
8
_H */
#endif
/* _DEF_BF54
7
_H */
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