Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/aim/
H A Dmp_cpudep.c184 ccr = l3cr_config & ~(L3CR_L3E | L3CR_L3I | L3CR_L3PE | L3CR_L3CLKEN); in mpc745x_l3_enable()
188 ccr |= L3CR_L3CLKEN; in mpc745x_l3_enable()
193 mtspr(SPR_L3CR, ccr & ~L3CR_L3CLKEN); in mpc745x_l3_enable()
/freebsd/sys/powerpc/include/
H A Dspr.h654 #define L3CR_L3CLKEN 0x08000000 /* 4: Enables L3_CLK[0:1] */ macro