Searched refs:l3cr (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/powermac/
H A Dcpufreq_32.c340 unsigned long l3cr; local
354 l3cr = _get_L3CR();
355 if (l3cr & L3CR_L3E) {
356 prev_l3cr = l3cr;
363 l3cr = _get_L3CR();
364 if ((prev_l3cr & L3CR_L3E) && l3cr != prev_l3cr)

Completed in 46 milliseconds