Searched refs:l2cr (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc86xx/ |
| H A D | release.S | 71 mtspr l2cr, r3 76 mfspr r3, l2cr 80 mfspr r3, l2cr 87 mtspr l2cr, r3 89 1: mfspr r3, l2cr 91 mtspr l2cr, r3 94 mfspr r3, l2cr 114 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 | 162 mtspr l2cr, r3
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/chrp/ |
| H A D | setup.c | 226 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()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powermac/ |
| H A D | setup.c | 243 const unsigned int *l2cr = in l2cr_init() local 245 if (l2cr) { in l2cr_init() 247 ppc_override_l2cr_value = *l2cr; in l2cr_init()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | mpc86xx.h | 26 #define l2cr 1017 macro
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 2454 l2cr= [PPC]
|