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
f2b0cd61
Commit
f2b0cd61
authored
Mar 04, 2010
by
Mike Frysinger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Blackfin: eat spurious space in asm/dpmc.h
Signed-off-by:
Mike Frysinger
<
vapier@gentoo.org
>
parent
2943bff6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
arch/blackfin/include/asm/dpmc.h
arch/blackfin/include/asm/dpmc.h
+2
-2
No files found.
arch/blackfin/include/asm/dpmc.h
View file @
f2b0cd61
...
@@ -75,7 +75,7 @@
...
@@ -75,7 +75,7 @@
#define VLEV 0x00F0
/* Internal Voltage Level */
#define VLEV 0x00F0
/* Internal Voltage Level */
#ifdef __ADSPBF52x__
#ifdef __ADSPBF52x__
#define VLEV_085
0x0040
/* VLEV = 0.85 V (-5% - +10% Accuracy) */
#define VLEV_085 0x0040
/* VLEV = 0.85 V (-5% - +10% Accuracy) */
#define VLEV_090 0x0050
/* VLEV = 0.90 V (-5% - +10% Accuracy) */
#define VLEV_090 0x0050
/* VLEV = 0.90 V (-5% - +10% Accuracy) */
#define VLEV_095 0x0060
/* VLEV = 0.95 V (-5% - +10% Accuracy) */
#define VLEV_095 0x0060
/* VLEV = 0.95 V (-5% - +10% Accuracy) */
#define VLEV_100 0x0070
/* VLEV = 1.00 V (-5% - +10% Accuracy) */
#define VLEV_100 0x0070
/* VLEV = 1.00 V (-5% - +10% Accuracy) */
...
@@ -84,7 +84,7 @@
...
@@ -84,7 +84,7 @@
#define VLEV_115 0x00A0
/* VLEV = 1.15 V (-5% - +10% Accuracy) */
#define VLEV_115 0x00A0
/* VLEV = 1.15 V (-5% - +10% Accuracy) */
#define VLEV_120 0x00B0
/* VLEV = 1.20 V (-5% - +10% Accuracy) */
#define VLEV_120 0x00B0
/* VLEV = 1.20 V (-5% - +10% Accuracy) */
#else
#else
#define VLEV_085
0x0060
/* VLEV = 0.85 V (-5% - +10% Accuracy) */
#define VLEV_085 0x0060
/* VLEV = 0.85 V (-5% - +10% Accuracy) */
#define VLEV_090 0x0070
/* VLEV = 0.90 V (-5% - +10% Accuracy) */
#define VLEV_090 0x0070
/* VLEV = 0.90 V (-5% - +10% Accuracy) */
#define VLEV_095 0x0080
/* VLEV = 0.95 V (-5% - +10% Accuracy) */
#define VLEV_095 0x0080
/* VLEV = 0.95 V (-5% - +10% Accuracy) */
#define VLEV_100 0x0090
/* VLEV = 1.00 V (-5% - +10% Accuracy) */
#define VLEV_100 0x0090
/* VLEV = 1.00 V (-5% - +10% Accuracy) */
...
...
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