Searched refs:L2CR_L2E (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/powerpc/sysdev/ |
| H A D | fsl_85xx_l2ctlr.c | 110 clrsetbits_be32(&l2ctlr->ctl, L2CR_L2E, L2CR_L2FI); in mpc85xx_l2ctlr_of_probe() 115 L2CR_L2E | L2CR_L2FI | L2CR_SRAM_EIGHTH); in mpc85xx_l2ctlr_of_probe() 120 L2CR_L2E | L2CR_L2FI | L2CR_SRAM_QUART); in mpc85xx_l2ctlr_of_probe() 125 L2CR_L2E | L2CR_L2FI | L2CR_SRAM_HALF); in mpc85xx_l2ctlr_of_probe() 131 L2CR_L2E | L2CR_L2FI | L2CR_SRAM_FULL); in mpc85xx_l2ctlr_of_probe()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | mpc86xx.h | 28 #define L2CR_L2E 0x80000000 /* bit 0 - enable */ macro
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powermac/ |
| H A D | cache.S | 135 rlwinm r5,r5,0,~L2CR_L2E 295 rlwinm r3,r3,0,~L2CR_L2E
|
| /OK3568_Linux_fs/u-boot/include/configs/ |
| H A D | sbc8641d.h | 72 #define L2_ENABLE (L2CR_L2E)
|
| H A D | MPC8610HPCD.h | 57 #define L2_ENABLE (L2CR_L2E |0x00100000 )
|
| H A D | xpedite517x.h | 70 #define L2_ENABLE (L2CR_L2E)
|
| H A D | MPC8641HPCN.h | 62 #define L2_ENABLE (L2CR_L2E)
|
| /OK3568_Linux_fs/kernel/drivers/cpufreq/ |
| H A D | pmac32-cpufreq.c | 292 if (save_l2cr != 0xffffffff && (save_l2cr & L2CR_L2E) != 0) in pmu_set_cpu_speed()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | cpu_setup_6xx.S | 264 andis. r3,r3,L2CR_L2E@h
|
| /OK3568_Linux_fs/kernel/drivers/macintosh/ |
| H A D | via-pmu.c | 1926 if (save_l2cr != 0xffffffff && (save_l2cr & L2CR_L2E) != 0) in powerbook_sleep_grackle() 2012 if (save_l2cr != 0xffffffff && (save_l2cr & L2CR_L2E) != 0) in powerbook_sleep_Core99()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | reg.h | 672 #define L2CR_L2E 0x80000000 /* L2 enable */ macro
|