Searched refs:L2CSR0_L2E (Results 1 – 11 of 11) sorted by relevance
/u-boot/arch/powerpc/cpu/mpc85xx/ |
A D | cpu_init.c | 573 out_be32(&l2cache->l2csr0, L2CSR0_L2E|L2CSR0_L2PE|L2CSR0_L2REP_MODE); in enable_cluster_l2() 700 if (CONFIG_SYS_INIT_L2CSR0 & L2CSR0_L2E) { in l2cache_init() 701 while (!(mfspr(SPRN_L2CSR0) & L2CSR0_L2E)) in l2cache_init() 708 if (l2cache->l2csr0 & L2CSR0_L2E) in l2cache_init()
|
A D | start.S | 135 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 710 lis r4, (L2CSR0_L2E|L2CSR0_L2PE)@h
|
A D | release.S | 285 andis. r1,r3,L2CSR0_L2E@h
|
/u-boot/include/configs/ |
A D | kmp204x.h | 62 #define CONFIG_SYS_INIT_L2CSR0 L2CSR0_L2E
|
A D | cyrus.h | 60 #define CONFIG_SYS_INIT_L2CSR0 L2CSR0_L2E
|
A D | P2041RDB.h | 65 #define CONFIG_SYS_INIT_L2CSR0 L2CSR0_L2E
|
A D | corenet_ds.h | 74 #define CONFIG_SYS_INIT_L2CSR0 L2CSR0_L2E
|
A D | kmcent2.h | 157 #define CONFIG_SYS_INIT_L2CSR0 L2CSR0_L2E
|
A D | T102xRDB.h | 148 #define CONFIG_SYS_INIT_L2CSR0 L2CSR0_L2E
|
A D | T104xRDB.h | 174 #define CONFIG_SYS_INIT_L2CSR0 L2CSR0_L2E
|
/u-boot/arch/powerpc/include/asm/ |
A D | processor.h | 501 #define L2CSR0_L2E 0x80000000 /* L2 Cache Enable */ macro
|
Completed in 26 milliseconds