Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uboot-i9100
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
onny
uboot-i9100
Commits
b2f44ba5
Commit
b2f44ba5
authored
16 years ago
by
Detlev Zundel
Committed by
Wolfgang Denk
16 years ago
Browse files
Options
Downloads
Patches
Plain Diff
83xx/85xx/86xx: Add LTEDR local bus definitions
Signed-off-by:
Detlev Zundel
<
dzu@denx.de
>
parent
f13f64cf
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
include/asm-ppc/fsl_lbc.h
+9
-0
9 additions, 0 deletions
include/asm-ppc/fsl_lbc.h
with
9 additions
and
0 deletions
include/asm-ppc/fsl_lbc.h
+
9
−
0
View file @
b2f44ba5
...
...
@@ -298,4 +298,13 @@
#define LCRR_CLKDIV_4 0x00000004
#define LCRR_CLKDIV_8 0x00000008
/* LTEDR - Transfer Error Check Disable Register
*/
#define LTEDR_BMD 0x80000000
/* Bus monitor disable */
#define LTEDR_PARD 0x20000000
/* Parity error checking disabled */
#define LTEDR_WPD 0x04000000
/* Write protect error checking diable */
#define LTEDR_WARA 0x00800000
/* Write-after-read-atomic error checking diable */
#define LTEDR_RAWA 0x00400000
/* Read-after-write-atomic error checking disable */
#define LTEDR_CSD 0x00080000
/* Chip select error checking disable */
#endif
/* __ASM_PPC_FSL_LBC_H */
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