l3cr              334 drivers/cpufreq/pmac32-cpufreq.c 	unsigned long l3cr;
l3cr              339 drivers/cpufreq/pmac32-cpufreq.c 		l3cr = _get_L3CR();
l3cr              340 drivers/cpufreq/pmac32-cpufreq.c 		if (l3cr & L3CR_L3E) {
l3cr              341 drivers/cpufreq/pmac32-cpufreq.c 			prev_l3cr = l3cr;
l3cr              348 drivers/cpufreq/pmac32-cpufreq.c 		l3cr = _get_L3CR();
l3cr              349 drivers/cpufreq/pmac32-cpufreq.c 		if ((prev_l3cr & L3CR_L3E) && l3cr != prev_l3cr)