Home
last modified time | relevance | path

Searched refs:L3CR_L3CLKEN (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/sys/powerpc/aim/
Dmp_cpudep.c147 ccr = l3cr_config & ~(L3CR_L3E | L3CR_L3I | L3CR_L3PE | L3CR_L3CLKEN); in mpc745x_l3_enable()
151 ccr |= L3CR_L3CLKEN; in mpc745x_l3_enable()
156 mtspr(SPR_L3CR, ccr & ~L3CR_L3CLKEN); in mpc745x_l3_enable()
/freebsd-10-stable/sys/powerpc/include/
Dspr.h577 #define L3CR_L3CLKEN 0x08000000 /* 4: Enables L3_CLK[0:1] */ macro