Searched refs:SPR_HID1 (Results 1 – 5 of 5) sorted by relevance
218 bsp_state[1] = mfspr(SPR_HID1); in cpudep_save_config()225 : "=r" (bsp_state[2]),"=r" (bsp_state[3]) : "K" (SPR_HID1)); in cpudep_save_config()239 bsp_state[1] = mfspr(SPR_HID1); in cpudep_save_config()262 bsp_state[1] = mfspr(SPR_HID1); in cpudep_save_config()308 : "=r"(reg) : "K"(SPR_HID1), "r"(bsp_state)); in cpudep_ap_setup()322 mtspr(SPR_HID1, bsp_state[1]); in cpudep_ap_setup()347 mtspr(SPR_HID1, bsp_state[1]); isync(); in cpudep_ap_setup()
173 hid1 = mfspr(SPR_HID1); in dfs_set()187 mtspr(SPR_HID1, hid1); in dfs_set()205 hid1 = mfspr(SPR_HID1); in dfs_get()
111 mtspr SPR_HID1, %r3270 mtspr SPR_HID1, %r3
426 debugf(" HID1 = 0x%08x\n", mfspr(SPR_HID1)); in booke_init()
433 #define SPR_HID1 0x3f1 /* ..8 Hardware Implementation Register 1 */ macro