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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/chrp/
H A Dsetup.c226 const unsigned int *l2cr = of_get_property(np, "l2cr", NULL); local
227 if (l2cr == NULL) {
228 printk ("Pegasos l2cr : no cpu l2cr property found\n");
231 if (!((*l2cr) & 0x80000000)) {
232 printk ("Pegasos l2cr : L2 cache was not active, "
235 _set_L2CR((*l2cr) | 0x80000000);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/powermac/
H A Dsetup.c250 /* Checks "l2cr-value" property in the registry */
256 const unsigned int *l2cr = local
257 of_get_property(np, "l2cr-value", NULL);
258 if (l2cr != 0) {
260 ppc_override_l2cr_value = *l2cr;

Completed in 30 milliseconds