OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:l3cr
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/powerpc/oea/
cpu_subr.c
1014
cpu_enable_l3cr(register_t
l3cr
)
1021
* 1: Set all
L3CR
bits for final config except L3E, L3I, L3PE, and
1025
l3cr
&= ~(L3CR_L3E|L3CR_L3I|L3CR_L3PE|L3CR_L3CLKEN|L3CR_RESERVED);
1026
mtspr(SPR_L3CR,
l3cr
);
1028
/* 2: Set
L3CR
[5] (otherwise reserved bit) to 1 */
1029
l3cr
|= 0x04000000;
1030
mtspr(SPR_L3CR,
l3cr
);
1033
l3cr
|= L3CR_L3CLKEN;
1034
mtspr(SPR_L3CR,
l3cr
);
1039
mtspr(SPR_L3CR,
l3cr
|L3CR_L3I)
1128
register_t
l3cr
;
local in function:cpu_config_l3cr
[
all
...]
cpu_subr.c
1014
cpu_enable_l3cr(register_t
l3cr
)
1021
* 1: Set all
L3CR
bits for final config except L3E, L3I, L3PE, and
1025
l3cr
&= ~(L3CR_L3E|L3CR_L3I|L3CR_L3PE|L3CR_L3CLKEN|L3CR_RESERVED);
1026
mtspr(SPR_L3CR,
l3cr
);
1028
/* 2: Set
L3CR
[5] (otherwise reserved bit) to 1 */
1029
l3cr
|= 0x04000000;
1030
mtspr(SPR_L3CR,
l3cr
);
1033
l3cr
|= L3CR_L3CLKEN;
1034
mtspr(SPR_L3CR,
l3cr
);
1039
mtspr(SPR_L3CR,
l3cr
|L3CR_L3I)
1128
register_t
l3cr
;
local in function:cpu_config_l3cr
[
all
...]
Completed in 181 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025