Searched refs:L2CSR0_L2E (Results 1 - 8 of 8) sorted by relevance

/u-boot/include/configs/
H A DP2041RDB.h41 #define CFG_SYS_INIT_L2CSR0 L2CSR0_L2E
H A Dkmcent2.h136 #define CFG_SYS_INIT_L2CSR0 L2CSR0_L2E
H A DT102xRDB.h96 #define CFG_SYS_INIT_L2CSR0 L2CSR0_L2E
H A DT104xRDB.h60 #define CFG_SYS_INIT_L2CSR0 L2CSR0_L2E
/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dcpu_init.c502 out_be32(&l2cache->l2csr0, L2CSR0_L2E|L2CSR0_L2PE|L2CSR0_L2REP_MODE);
629 if (CFG_SYS_INIT_L2CSR0 & L2CSR0_L2E) {
630 while (!(mfspr(SPRN_L2CSR0) & L2CSR0_L2E))
637 if (l2cache->l2csr0 & L2CSR0_L2E)
H 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
H A Drelease.S285 andis. r1,r3,L2CSR0_L2E@h
/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h497 #define L2CSR0_L2E 0x80000000 /* L2 Cache Enable */ macro

Completed in 79 milliseconds