SPR_HID4
mtspr(SPR_HID4, mfspr(SPR_HID4) & ~HID4_970_DISABLE_LG_PG);
bsp_state[2] = mfspr(SPR_HID4);
: "=r" (bsp_state[4]),"=r" (bsp_state[5]) : "K" (SPR_HID4));
bsp_state[2] = mfspr(SPR_HID4);
mtspr(SPR_HID4, bsp_state[2]);
mtspr(SPR_HID4, bsp_state[2]); powerpc_sync(); isync();
: "=r"(reg) : "K"(SPR_HID4), "b"(bsp_state));