Searched refs:L2CSR0_L2E (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | cpu_init.c | 571 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 D | start.S | 136 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 D | release.S | 273 andis. r1,r3,L2CSR0_L2E@h
|
| /OK3568_Linux_fs/u-boot/include/configs/km/ |
| H A D | kmp204x-common.h | 69 #define CONFIG_SYS_INIT_L2CSR0 L2CSR0_L2E
|
| /OK3568_Linux_fs/u-boot/include/configs/ |
| H A D | cyrus.h | 72 #define CONFIG_SYS_INIT_L2CSR0 L2CSR0_L2E
|
| H A D | P2041RDB.h | 105 #define CONFIG_SYS_INIT_L2CSR0 L2CSR0_L2E
|
| H A D | corenet_ds.h | 112 #define CONFIG_SYS_INIT_L2CSR0 L2CSR0_L2E
|
| H A D | T1040QDS.h | 114 #define CONFIG_SYS_INIT_L2CSR0 L2CSR0_L2E
|
| H A D | T102xQDS.h | 188 #define CONFIG_SYS_INIT_L2CSR0 L2CSR0_L2E
|
| H A D | T102xRDB.h | 211 #define CONFIG_SYS_INIT_L2CSR0 L2CSR0_L2E
|
| H A D | T104xRDB.h | 213 #define CONFIG_SYS_INIT_L2CSR0 L2CSR0_L2E
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | reg_booke.h | 616 #define L2CSR0_L2E 0x80000000 /* L2 Cache Enable */ macro
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | processor.h | 501 #define L2CSR0_L2E 0x80000000 /* L2 Cache Enable */ macro
|