Lines Matching refs:mtspr
76 mtspr(SPR_HID4, bsp_state[2]); powerpc_sync(); isync(); in cpudep_ap_early_bootstrap()
77 mtspr(SPR_HID5, bsp_state[3]); powerpc_sync(); isync(); in cpudep_ap_early_bootstrap()
99 mtspr(SPR_LPID, 0); in cpudep_ap_early_bootstrap()
102 mtspr(SPR_LPCR, lpcr); in cpudep_ap_early_bootstrap()
109 mtspr(SPR_FSCR, 0); in cpudep_ap_early_bootstrap()
163 mtspr(SPR_L2CR, ccr | L2CR_L2I); in mpc74xx_l2_enable()
168 mtspr(SPR_L2CR, l2cr_config); in mpc74xx_l2_enable()
185 mtspr(SPR_L3CR, ccr); in mpc745x_l3_enable()
187 mtspr(SPR_L3CR, ccr); in mpc745x_l3_enable()
189 mtspr(SPR_L3CR, ccr); in mpc745x_l3_enable()
190 mtspr(SPR_L3CR, ccr | L3CR_L3I); in mpc745x_l3_enable()
193 mtspr(SPR_L3CR, ccr & ~L3CR_L3CLKEN); in mpc745x_l3_enable()
196 mtspr(SPR_L3CR, ccr); in mpc745x_l3_enable()
200 mtspr(SPR_L3CR, ccr); in mpc745x_l3_enable()
218 mtspr(SPR_HID0, hid | HID0_DCFI); in mpc74xx_l1d_enable()
236 mtspr(SPR_HID0, hid | HID0_ICFI); in mpc74xx_l1i_enable()
358 mtspr(SPR_HID0, bsp_state[0]); in cpudep_ap_setup()
359 mtspr(SPR_HID1, bsp_state[1]); in cpudep_ap_setup()
360 mtspr(SPR_HID4, bsp_state[2]); in cpudep_ap_setup()
361 mtspr(SPR_HID6, bsp_state[3]); in cpudep_ap_setup()
363 mtspr(SPR_CELL_TSCR, bsp_state[4]); in cpudep_ap_setup()
367 mtspr(SPR_CELL_TSRL, bsp_state[5]); in cpudep_ap_setup()
383 mtspr(SPR_HID0, bsp_state[0]); isync(); in cpudep_ap_setup()
384 mtspr(SPR_HID1, bsp_state[1]); isync(); in cpudep_ap_setup()
410 mtspr(SPR_LPCR, mfspr(SPR_LPCR) | lpcr | in cpudep_ap_setup()