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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/embedded6xx/
H A Dc2k.c135 _set_L2CR(L2CR_L2E | L2CR_L2PE | L2CR_L2I);
H A Dprpmc2800.c143 _set_L2CR(_get_L2CR() | L2CR_L2E);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/powermac/
H A Dcache.S134 rlwinm r5,r5,0,~L2CR_L2E
293 rlwinm r3,r3,0,~L2CR_L2E
H A Dcpufreq_32.c297 if (save_l2cr != 0xffffffff && (save_l2cr & L2CR_L2E) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dcpu_setup_6xx.S253 andis. r3,r3,L2CR_L2E@h
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dvia-pmu.c1837 if (save_l2cr != 0xffffffff && (save_l2cr & L2CR_L2E) != 0)
1923 if (save_l2cr != 0xffffffff && (save_l2cr & L2CR_L2E) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dreg.h337 #define L2CR_L2E 0x80000000 /* L2 enable */ macro

Completed in 55 milliseconds