Lines Matching defs:spr
111 #include <powerpc/spr.h>
115 #include <powerpc/oea/spr.h>
383 register_t scratch, spr;
408 spr = mfspr(IBM750CL_SPR_HID4);
409 spr |= HID4_L2_CCFI;
410 spr |= HID4_DBP;
411 mtspr(IBM750CL_SPR_HID4, spr);
416 spr = mfspr(SPR_IBMESPRESSO_HID5);
417 mtspr(SPR_IBMESPRESSO_HID5, spr | HID5_H5A | HID5_PIRE);
419 spr = mfspr(SPR_SCR);
420 mtspr(SPR_SCR, (spr & ~0x40000000) | 0x80000000);
422 spr = mfspr(SPR_CAR);
423 mtspr(SPR_CAR, spr | 0xfc100000);