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
c4f67ffe
Commit
c4f67ffe
authored
Sep 12, 2003
by
Tom Rini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PPC32: Make include/asm-ppc/processor.h more readable.
parent
1ade354f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
487 additions
and
487 deletions
+487
-487
include/asm-ppc/processor.h
include/asm-ppc/processor.h
+487
-487
No files found.
include/asm-ppc/processor.h
View file @
c4f67ffe
...
@@ -332,11 +332,12 @@
...
@@ -332,11 +332,12 @@
#define SPRN_ICTC 0x3FB
/* Instruction Cache Throttling Control Reg */
#define SPRN_ICTC 0x3FB
/* Instruction Cache Throttling Control Reg */
#define SPRN_ICTRL 0x3F3
/* 1011 7450 icache and interrupt ctrl */
#define SPRN_ICTRL 0x3F3
/* 1011 7450 icache and interrupt ctrl */
#define ICTRL_EICE 0x08000000
/* enable icache parity errs */
#define ICTRL_EICE 0x08000000
/* enable icache parity errs */
#define
ICTRL_EDCE
0x04000000
/* enable dcache parity errs */
#define
ICTRL_EDC
0x04000000
/* enable dcache parity errs */
#define ICTRL_EICP 0x00000100
/* enable icache par. check */
#define ICTRL_EICP 0x00000100
/* enable icache par. check */
#define SPRN_IMISS 0x3D4
/* Instruction TLB Miss Register */
#define SPRN_IMISS 0x3D4
/* Instruction TLB Miss Register */
#define SPRN_IMMR 0x27E
/* Internal Memory Map Register */
#define SPRN_IMMR 0x27E
/* Internal Memory Map Register */
#define SPRN_L2CR 0x3F9
/* Level 2 Cache Control Regsiter */
#define SPRN_L2CR 0x3F9
/* Level 2 Cache Control Regsiter */
#define SPRN_L2CR2 0x3f8
#define L2CR_L2E 0x80000000
/* L2 enable */
#define L2CR_L2E 0x80000000
/* L2 enable */
#define L2CR_L2PE 0x40000000
/* L2 parity enable */
#define L2CR_L2PE 0x40000000
/* L2 parity enable */
#define L2CR_L2SIZ_MASK 0x30000000
/* L2 size mask */
#define L2CR_L2SIZ_MASK 0x30000000
/* L2 size mask */
...
@@ -366,8 +367,7 @@
...
@@ -366,8 +367,7 @@
#define L2CR_L2DF 0x00004000
/* L2 differential clock */
#define L2CR_L2DF 0x00004000
/* L2 differential clock */
#define L2CR_L2BYP 0x00002000
/* L2 DLL bypass */
#define L2CR_L2BYP 0x00002000
/* L2 DLL bypass */
#define L2CR_L2IP 0x00000001
/* L2 GI in progress */
#define L2CR_L2IP 0x00000001
/* L2 GI in progress */
#define SPRN_L2CR2 0x3f8
#define SPRN_L3CR 0x3FA
/* Level 3 Cache Control Regsiter */
#define SPRN_L3CR 0x3FA
/* Level 3 Cache Control Regsiter (7450) */
#define L3CR_L3E 0x80000000
/* L3 enable */
#define L3CR_L3E 0x80000000
/* L3 enable */
#define L3CR_L3PE 0x40000000
/* L3 data parity enable */
#define L3CR_L3PE 0x40000000
/* L3 data parity enable */
#define L3CR_L3APE 0x20000000
/* L3 addr parity enable */
#define L3CR_L3APE 0x20000000
/* L3 addr parity enable */
...
...
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