Home
last modified time | relevance | path

Searched refs:l2cr (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/platforms/chrp/
A Dsetup.c226 const unsigned int *l2cr = of_get_property(np, "l2cr", NULL); in pegasos_set_l2cr() local
227 if (l2cr == NULL) { in pegasos_set_l2cr()
231 if (!((*l2cr) & 0x80000000)) { in pegasos_set_l2cr()
235 _set_L2CR((*l2cr) | 0x80000000); in pegasos_set_l2cr()
/linux/arch/powerpc/platforms/powermac/
A Dsetup.c241 const unsigned int *l2cr = in l2cr_init() local
243 if (l2cr) { in l2cr_init()
245 ppc_override_l2cr_value = *l2cr; in l2cr_init()
/linux/Documentation/admin-guide/
A Dkernel-parameters.txt2536 l2cr= [PPC]

Completed in 10 milliseconds