Home
last modified time | relevance | path

Searched refs:L2CR_L2E (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/arch/powerpc/sysdev/
Dfsl_85xx_l2ctlr.c127 clrsetbits_be32(&l2ctlr->ctl, L2CR_L2E, L2CR_L2FI); in mpc85xx_l2ctlr_of_probe()
132 L2CR_L2E | L2CR_L2FI | L2CR_SRAM_EIGHTH); in mpc85xx_l2ctlr_of_probe()
137 L2CR_L2E | L2CR_L2FI | L2CR_SRAM_QUART); in mpc85xx_l2ctlr_of_probe()
142 L2CR_L2E | L2CR_L2FI | L2CR_SRAM_HALF); in mpc85xx_l2ctlr_of_probe()
148 L2CR_L2E | L2CR_L2FI | L2CR_SRAM_FULL); in mpc85xx_l2ctlr_of_probe()
/linux-4.1.27/arch/powerpc/platforms/embedded6xx/
Dc2k.c134 _set_L2CR(L2CR_L2E | L2CR_L2PE | L2CR_L2I); in c2k_probe()
/linux-4.1.27/arch/powerpc/platforms/powermac/
Dcache.S139 rlwinm r5,r5,0,~L2CR_L2E
298 rlwinm r3,r3,0,~L2CR_L2E
/linux-4.1.27/drivers/cpufreq/
Dpmac32-cpufreq.c294 if (save_l2cr != 0xffffffff && (save_l2cr & L2CR_L2E) != 0) in pmu_set_cpu_speed()
/linux-4.1.27/arch/powerpc/kernel/
Dcpu_setup_6xx.S267 andis. r3,r3,L2CR_L2E@h
/linux-4.1.27/arch/powerpc/include/asm/
Dreg.h520 #define L2CR_L2E 0x80000000 /* L2 enable */ macro
/linux-4.1.27/drivers/macintosh/
Dvia-pmu.c1849 if (save_l2cr != 0xffffffff && (save_l2cr & L2CR_L2E) != 0) in powerbook_sleep_grackle()
1935 if (save_l2cr != 0xffffffff && (save_l2cr & L2CR_L2E) != 0) in powerbook_sleep_Core99()