Searched refs:sprgs (Results 1 – 1 of 1) sorted by relevance
752 static register_t sprgs[4]; in mpc745x_sleep() local774 sprgs[0] = mfspr(SPR_SPRG0); in mpc745x_sleep()775 sprgs[1] = mfspr(SPR_SPRG1); in mpc745x_sleep()776 sprgs[2] = mfspr(SPR_SPRG2); in mpc745x_sleep()777 sprgs[3] = mfspr(SPR_SPRG3); in mpc745x_sleep()800 mtspr(SPR_SPRG0, sprgs[0]); in mpc745x_sleep()801 mtspr(SPR_SPRG1, sprgs[1]); in mpc745x_sleep()802 mtspr(SPR_SPRG2, sprgs[2]); in mpc745x_sleep()803 mtspr(SPR_SPRG3, sprgs[3]); in mpc745x_sleep()