Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dcpu_init.c571 out_be32(&l2cache->l2csr0, L2CSR0_L2E|L2CSR0_L2PE|L2CSR0_L2REP_MODE); in enable_cluster_l2()
698 if (CONFIG_SYS_INIT_L2CSR0 & L2CSR0_L2E) { in l2cache_init()
699 while (!(mfspr(SPRN_L2CSR0) & L2CSR0_L2E)) in l2cache_init()
706 if (l2cache->l2csr0 & L2CSR0_L2E) in l2cache_init()
H A Dstart.S136 lis r2, L2CSR0_L2E@h
137 ori r2, r2, L2CSR0_L2E@l
156 lis r2, L2CSR0_L2E@h
157 ori r2, r2, L2CSR0_L2E@l
744 lis r4, (L2CSR0_L2E|L2CSR0_L2PE)@h
H A Drelease.S273 andis. r1,r3,L2CSR0_L2E@h
/OK3568_Linux_fs/u-boot/include/configs/km/
H A Dkmp204x-common.h69 #define CONFIG_SYS_INIT_L2CSR0 L2CSR0_L2E
/OK3568_Linux_fs/u-boot/include/configs/
H A Dcyrus.h72 #define CONFIG_SYS_INIT_L2CSR0 L2CSR0_L2E
H A DP2041RDB.h105 #define CONFIG_SYS_INIT_L2CSR0 L2CSR0_L2E
H A Dcorenet_ds.h112 #define CONFIG_SYS_INIT_L2CSR0 L2CSR0_L2E
H A DT1040QDS.h114 #define CONFIG_SYS_INIT_L2CSR0 L2CSR0_L2E
H A DT102xQDS.h188 #define CONFIG_SYS_INIT_L2CSR0 L2CSR0_L2E
H A DT102xRDB.h211 #define CONFIG_SYS_INIT_L2CSR0 L2CSR0_L2E
H A DT104xRDB.h213 #define CONFIG_SYS_INIT_L2CSR0 L2CSR0_L2E
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dreg_booke.h616 #define L2CSR0_L2E 0x80000000 /* L2 Cache Enable */ macro
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h501 #define L2CSR0_L2E 0x80000000 /* L2 Cache Enable */ macro