Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
u-boot-2015.04
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vesta
u-boot-2015.04
Commits
bb596e84
Commit
bb596e84
authored
14 years ago
by
Marek Vasut
Browse files
Options
Downloads
Patches
Plain Diff
PXA: Add missing MDREFR bits
Signed-off-by:
Marek Vasut
<
marek.vasut@gmail.com
>
parent
52dc45e5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arch/arm/include/asm/arch-pxa/pxa-regs.h
+3
-0
3 additions, 0 deletions
arch/arm/include/asm/arch-pxa/pxa-regs.h
with
3 additions
and
0 deletions
arch/arm/include/asm/arch-pxa/pxa-regs.h
+
3
−
0
View file @
bb596e84
...
...
@@ -2421,6 +2421,9 @@ typedef void (*ExcpHndlr) (void) ;
#define MDMRS __REG(0x48000040)
/* MRS value to be written to SDRAM */
#define BOOT_DEF __REG(0x48000044)
/* Read-Only Boot-Time Register. Contains BOOT_SEL and PKG_SEL */
#define MDREFR_ALTREFA (1 << 31)
/* Exiting Alternate Bus Master Mode Refresh Control */
#define MDREFR_ALTREFB (1 << 30)
/* Entering Alternate Bus Master Mode Refresh Control */
#define MDREFR_K0DB4 (1 << 29)
/* SDCLK0 Divide by 4 Control/Status */
#define MDREFR_K2FREE (1 << 25)
/* SDRAM Free-Running Control */
#define MDREFR_K1FREE (1 << 24)
/* SDRAM Free-Running Control */
#define MDREFR_K0FREE (1 << 23)
/* SDRAM Free-Running Control */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment