Home
last modified time | relevance | path

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

/external/u-boot/arch/powerpc/cpu/mpc85xx/
Dcpu_init.c569 out_be32(&l2cache->l2csr0, L2CSR0_L2E|L2CSR0_L2PE|L2CSR0_L2REP_MODE); in enable_cluster_l2()
696 if (CONFIG_SYS_INIT_L2CSR0 & L2CSR0_L2E) { in l2cache_init()
697 while (!(mfspr(SPRN_L2CSR0) & L2CSR0_L2E)) in l2cache_init()
704 if (l2cache->l2csr0 & L2CSR0_L2E) in l2cache_init()
Dstart.S135 lis r2, L2CSR0_L2E@h
136 ori r2, r2, L2CSR0_L2E@l
155 lis r2, L2CSR0_L2E@h
156 ori r2, r2, L2CSR0_L2E@l
743 lis r4, (L2CSR0_L2E|L2CSR0_L2PE)@h
Drelease.S285 andis. r1,r3,L2CSR0_L2E@h
/external/u-boot/include/configs/km/
Dkmp204x-common.h66 #define CONFIG_SYS_INIT_L2CSR0 L2CSR0_L2E
/external/u-boot/include/configs/
Dcyrus.h65 #define CONFIG_SYS_INIT_L2CSR0 L2CSR0_L2E
DP2041RDB.h100 #define CONFIG_SYS_INIT_L2CSR0 L2CSR0_L2E
Dcorenet_ds.h107 #define CONFIG_SYS_INIT_L2CSR0 L2CSR0_L2E
DT1040QDS.h110 #define CONFIG_SYS_INIT_L2CSR0 L2CSR0_L2E
DT102xRDB.h204 #define CONFIG_SYS_INIT_L2CSR0 L2CSR0_L2E
DT102xQDS.h181 #define CONFIG_SYS_INIT_L2CSR0 L2CSR0_L2E
DT104xRDB.h206 #define CONFIG_SYS_INIT_L2CSR0 L2CSR0_L2E
/external/u-boot/arch/powerpc/include/asm/
Dprocessor.h501 #define L2CSR0_L2E 0x80000000 /* L2 Cache Enable */ macro