Home
last modified time | relevance | path

Searched refs:L2CSR0_L2E (Results 1 – 4 of 4) sorted by relevance

/arch/powerpc/cpu/mpc85xx/
A Dcpu_init.c501 out_be32(&l2cache->l2csr0, L2CSR0_L2E|L2CSR0_L2PE|L2CSR0_L2REP_MODE); in enable_cluster_l2()
628 if (CFG_SYS_INIT_L2CSR0 & L2CSR0_L2E) { in l2cache_init()
629 while (!(mfspr(SPRN_L2CSR0) & L2CSR0_L2E)) in l2cache_init()
636 if (l2cache->l2csr0 & L2CSR0_L2E) in l2cache_init()
A Dstart.S228 lis r2, L2CSR0_L2E@h
229 ori r2, r2, L2CSR0_L2E@l
248 lis r2, L2CSR0_L2E@h
249 ori r2, r2, L2CSR0_L2E@l
803 lis r4, (L2CSR0_L2E|L2CSR0_L2PE)@h
A Drelease.S285 andis. r1,r3,L2CSR0_L2E@h
/arch/powerpc/include/asm/
A Dprocessor.h497 #define L2CSR0_L2E 0x80000000 /* L2 Cache Enable */ macro

Completed in 12 milliseconds