Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dmpc86xx.h28 #define L2CR_L2E 0x80000000 /* bit 0 - enable */ macro
/openbmc/linux/arch/powerpc/platforms/powermac/
H A Dcache.S135 rlwinm r5,r5,0,~L2CR_L2E
295 rlwinm r3,r3,0,~L2CR_L2E
/openbmc/u-boot/include/configs/
H A Dxpedite517x.h65 #define L2_ENABLE (L2CR_L2E)
H A Dsbc8641d.h66 #define L2_ENABLE (L2CR_L2E)
H A DMPC8610HPCD.h54 #define L2_ENABLE (L2CR_L2E |0x00100000 )
H A DMPC8641HPCN.h58 #define L2_ENABLE (L2CR_L2E)
/openbmc/linux/drivers/cpufreq/
H A Dpmac32-cpufreq.c292 if (save_l2cr != 0xffffffff && (save_l2cr & L2CR_L2E) != 0) in pmu_set_cpu_speed()
/openbmc/linux/arch/powerpc/kernel/
H A Dcpu_setup_6xx.S292 andis. r3,r3,L2CR_L2E@h
/openbmc/linux/drivers/macintosh/
H A Dvia-pmu.c1918 if (save_l2cr != 0xffffffff && (save_l2cr & L2CR_L2E) != 0) in powerbook_sleep_grackle()
2004 if (save_l2cr != 0xffffffff && (save_l2cr & L2CR_L2E) != 0) in powerbook_sleep_Core99()
/openbmc/linux/arch/powerpc/include/asm/
H A Dreg.h679 #define L2CR_L2E 0x80000000 /* L2 enable */ macro