Home
last modified time | relevance | path

Searched refs:L3CR_L3E (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/cpufreq/
Dpmac32-cpufreq.c297 if (save_l3cr != 0xffffffff && (save_l3cr & L3CR_L3E) != 0) in pmu_set_cpu_speed()
342 if (l3cr & L3CR_L3E) { in do_set_cpu_speed()
351 if ((prev_l3cr & L3CR_L3E) && l3cr != prev_l3cr) in do_set_cpu_speed()
/linux-4.1.27/arch/powerpc/kernel/
Dl2cr_6xx.S381 oris r3,r3,(L3CR_L3E | L3CR_L3CLKEN)@h
Dcpu_setup_6xx.S225 andis. r11,r11,L3CR_L3E@h
/linux-4.1.27/arch/powerpc/platforms/powermac/
Dcache.S338 rlwinm r3,r3,0,~L3CR_L3E
/linux-4.1.27/arch/powerpc/include/asm/
Dreg.h554 #define L3CR_L3E 0x80000000 /* L3 enable */ macro
/linux-4.1.27/drivers/macintosh/
Dvia-pmu.c1938 if (save_l3cr != 0xffffffff && (save_l3cr & L3CR_L3E) != 0) in powerbook_sleep_Core99()