Searched refs:L3CR_L3E (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | pmac32-cpufreq.c | 295 if (save_l3cr != 0xffffffff && (save_l3cr & L3CR_L3E) != 0) in pmu_set_cpu_speed() 340 if (l3cr & L3CR_L3E) { in do_set_cpu_speed() 349 if ((prev_l3cr & L3CR_L3E) && l3cr != prev_l3cr) in do_set_cpu_speed()
|
/kernel/linux/linux-6.6/drivers/cpufreq/ |
H A D | pmac32-cpufreq.c | 295 if (save_l3cr != 0xffffffff && (save_l3cr & L3CR_L3E) != 0) in pmu_set_cpu_speed() 340 if (l3cr & L3CR_L3E) { in do_set_cpu_speed() 349 if ((prev_l3cr & L3CR_L3E) && l3cr != prev_l3cr) in do_set_cpu_speed()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | l2cr_6xx.S | 369 oris r3,r3,(L3CR_L3E | L3CR_L3CLKEN)@h
|
H A D | cpu_setup_6xx.S | 222 andis. r11,r11,L3CR_L3E@h
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/ |
H A D | cache.S | 335 rlwinm r3,r3,0,~L3CR_L3E
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/ |
H A D | cache.S | 335 rlwinm r3,r3,0,~L3CR_L3E
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | l2cr_6xx.S | 369 oris r3,r3,(L3CR_L3E | L3CR_L3CLKEN)@h
|
H A D | cpu_setup_6xx.S | 250 andis. r11,r11,L3CR_L3E@h
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | reg.h | 706 #define L3CR_L3E 0x80000000 /* L3 enable */ macro
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | reg.h | 713 #define L3CR_L3E 0x80000000 /* L3 enable */ macro
|
/kernel/linux/linux-5.10/drivers/macintosh/ |
H A D | via-pmu.c | 2015 if (save_l3cr != 0xffffffff && (save_l3cr & L3CR_L3E) != 0) in powerbook_sleep_Core99()
|
/kernel/linux/linux-6.6/drivers/macintosh/ |
H A D | via-pmu.c | 2007 if (save_l3cr != 0xffffffff && (save_l3cr & L3CR_L3E) != 0) in powerbook_sleep_Core99()
|
Completed in 19 milliseconds