Searched refs:l2cr (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/ |
H A D | release.S | 70 mtspr l2cr, r3 75 mfspr r3, l2cr 79 mfspr r3, l2cr 86 mtspr l2cr, r3 88 1: mfspr r3, l2cr 90 mtspr l2cr, r3 93 mfspr r3, l2cr 113 mtspr l2cr, r3
|
H A D | cache.S | 280 mfspr r3, l2cr 284 mfspr r3, l2cr 291 mtspr l2cr, r3 293 1: mfspr r3, l2cr 295 mtspr l2cr, r3 298 mfspr r3, l2cr 313 mtspr l2cr, r3 330 mtspr l2cr, r3
|
H A D | start.S | 161 mtspr l2cr, r3
|
/openbmc/linux/arch/powerpc/platforms/powermac/ |
H A D | setup.c | 235 const unsigned int *l2cr = in l2cr_init() local 237 if (l2cr) { in l2cr_init() 239 _set_L2CR(*l2cr); in l2cr_init() 241 *l2cr, ((*l2cr) & 0x80000000) ? in l2cr_init()
|
/openbmc/linux/arch/powerpc/platforms/chrp/ |
H A D | setup.c | 228 const unsigned int *l2cr = of_get_property(np, "l2cr", NULL); in pegasos_set_l2cr() local 229 if (l2cr == NULL) { in pegasos_set_l2cr() 233 if (!((*l2cr) & 0x80000000)) { in pegasos_set_l2cr() 237 _set_L2CR((*l2cr) | 0x80000000); in pegasos_set_l2cr()
|
/openbmc/u-boot/include/ |
H A D | mpc86xx.h | 26 #define l2cr 1017 macro
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | kernel-parameters.txt | 2785 l2cr= [PPC]
|