Home
last modified time | relevance | path

Searched refs:SPRN_PMCR (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dsubcore-asm.S45 mfspr r8, SPRN_PMCR
78 mtspr SPRN_PMCR, r8
/openbmc/linux/drivers/cpufreq/
H A Dpowernv-cpufreq.c440 case SPRN_PMCR: in get_pmspr()
441 return mfspr(SPRN_PMCR); in get_pmspr()
455 case SPRN_PMCR: in set_pmspr()
456 mtspr(SPRN_PMCR, val); in set_pmspr()
532 val = get_pmspr(SPRN_PMCR); in set_pstate()
543 set_pmspr(SPRN_PMCR, val); in set_pstate()
699 val = get_pmspr(SPRN_PMCR); in gpstate_timer_handler()
/openbmc/linux/arch/powerpc/include/asm/
H A Dreg.h405 #define SPRN_PMCR 0x374 /* Power Management Control Register */ macro