Home
last modified time | relevance | path

Searched refs:SPRN_PWRMGTCR0 (Results 1 – 4 of 4) sorted by relevance

/linux/arch/powerpc/kernel/
A Dcpu_setup_fsl_booke.S59 mfspr r3, SPRN_PWRMGTCR0
68 mtspr SPRN_PWRMGTCR0, r3
78 mfspr r3, SPRN_PWRMGTCR0
87 mtspr SPRN_PWRMGTCR0, r3
A Dsysfs.c256 *value = mfspr(SPRN_PWRMGTCR0); in do_show_pwrmgtcr0()
277 pw20_state = mfspr(SPRN_PWRMGTCR0); in do_store_pw20_state()
284 mtspr(SPRN_PWRMGTCR0, pw20_state); in do_store_pw20_state()
342 pw20_idle = mfspr(SPRN_PWRMGTCR0); in set_pw20_wait_entry_bit()
351 mtspr(SPRN_PWRMGTCR0, pw20_idle); in set_pw20_wait_entry_bit()
399 altivec_idle = mfspr(SPRN_PWRMGTCR0); in do_store_altivec_idle()
406 mtspr(SPRN_PWRMGTCR0, altivec_idle); in do_store_altivec_idle()
464 altivec_idle = mfspr(SPRN_PWRMGTCR0); in set_altivec_idle_wait_entry_bit()
473 mtspr(SPRN_PWRMGTCR0, altivec_idle); in set_altivec_idle_wait_entry_bit()
/linux/arch/powerpc/kvm/
A De500_emulate.c268 case SPRN_PWRMGTCR0: in kvmppc_core_emulate_mtspr_e500()
411 case SPRN_PWRMGTCR0: in kvmppc_core_emulate_mfspr_e500()
/linux/arch/powerpc/include/asm/
A Dreg_booke.h182 #define SPRN_PWRMGTCR0 0x3FB /* Power management control register 0 */ macro

Completed in 10 milliseconds