Searched refs:L2CSR0_L2E (Results 1 – 12 of 12) sorted by relevance
/external/u-boot/arch/powerpc/cpu/mpc85xx/ |
D | cpu_init.c | 569 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()
|
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 743 lis r4, (L2CSR0_L2E|L2CSR0_L2PE)@h
|
D | release.S | 285 andis. r1,r3,L2CSR0_L2E@h
|
/external/u-boot/include/configs/km/ |
D | kmp204x-common.h | 66 #define CONFIG_SYS_INIT_L2CSR0 L2CSR0_L2E
|
/external/u-boot/include/configs/ |
D | cyrus.h | 65 #define CONFIG_SYS_INIT_L2CSR0 L2CSR0_L2E
|
D | P2041RDB.h | 100 #define CONFIG_SYS_INIT_L2CSR0 L2CSR0_L2E
|
D | corenet_ds.h | 107 #define CONFIG_SYS_INIT_L2CSR0 L2CSR0_L2E
|
D | T1040QDS.h | 110 #define CONFIG_SYS_INIT_L2CSR0 L2CSR0_L2E
|
D | T102xRDB.h | 204 #define CONFIG_SYS_INIT_L2CSR0 L2CSR0_L2E
|
D | T102xQDS.h | 181 #define CONFIG_SYS_INIT_L2CSR0 L2CSR0_L2E
|
D | T104xRDB.h | 206 #define CONFIG_SYS_INIT_L2CSR0 L2CSR0_L2E
|
/external/u-boot/arch/powerpc/include/asm/ |
D | processor.h | 501 #define L2CSR0_L2E 0x80000000 /* L2 Cache Enable */ macro
|