SPR                50 opal/mca/patcher/base/patcher_base_patch.c static unsigned int mtspr(unsigned int SPR, unsigned int RS) {
SPR                51 opal/mca/patcher/base/patcher_base_patch.c     return (31<<26) + (RS<<21) + ((SPR&0x1f)<<16) + ((SPR>>5)<<11) + (467<<1);
SPR               173 opal/mca/patcher/overwrite/patcher_overwrite_module.c static unsigned int mtspr(unsigned int SPR, unsigned int RS) {
SPR               174 opal/mca/patcher/overwrite/patcher_overwrite_module.c     return (31<<26) + (RS<<21) + ((SPR&0x1f)<<16) + ((SPR>>5)<<11) + (467<<1);