Searched refs:L2CR_L2E (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/arch/powerpc/sysdev/ |
D | fsl_85xx_l2ctlr.c | 123 clrsetbits_be32(&l2ctlr->ctl, L2CR_L2E, L2CR_L2FI); in mpc85xx_l2ctlr_of_probe() 128 L2CR_L2E | L2CR_L2FI | L2CR_SRAM_EIGHTH); in mpc85xx_l2ctlr_of_probe() 133 L2CR_L2E | L2CR_L2FI | L2CR_SRAM_QUART); in mpc85xx_l2ctlr_of_probe() 138 L2CR_L2E | L2CR_L2FI | L2CR_SRAM_HALF); in mpc85xx_l2ctlr_of_probe() 144 L2CR_L2E | L2CR_L2FI | L2CR_SRAM_FULL); in mpc85xx_l2ctlr_of_probe()
|
/Linux-v4.19/arch/powerpc/platforms/powermac/ |
D | cache.S | 140 rlwinm r5,r5,0,~L2CR_L2E 299 rlwinm r3,r3,0,~L2CR_L2E
|
/Linux-v4.19/drivers/cpufreq/ |
D | pmac32-cpufreq.c | 296 if (save_l2cr != 0xffffffff && (save_l2cr & L2CR_L2E) != 0) in pmu_set_cpu_speed()
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | cpu_setup_6xx.S | 268 andis. r3,r3,L2CR_L2E@h
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | reg.h | 649 #define L2CR_L2E 0x80000000 /* L2 enable */ macro
|
/Linux-v4.19/drivers/macintosh/ |
D | via-pmu.c | 1897 if (save_l2cr != 0xffffffff && (save_l2cr & L2CR_L2E) != 0) in powerbook_sleep_grackle() 1983 if (save_l2cr != 0xffffffff && (save_l2cr & L2CR_L2E) != 0) in powerbook_sleep_Core99()
|