Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/platforms/powernv/
H A Dsubcore-asm.S45 mfspr r8, SPRN_PMCR
78 mtspr SPRN_PMCR, r8
/linux-6.15/drivers/cpufreq/
H A Dpowernv-cpufreq.c437 case SPRN_PMCR: in get_pmspr()
438 return mfspr(SPRN_PMCR); in get_pmspr()
452 case SPRN_PMCR: in set_pmspr()
453 mtspr(SPRN_PMCR, val); in set_pmspr()
529 val = get_pmspr(SPRN_PMCR); in set_pstate()
540 set_pmspr(SPRN_PMCR, val); in set_pstate()
696 val = get_pmspr(SPRN_PMCR); in gpstate_timer_handler()
/linux-6.15/arch/powerpc/include/asm/
H A Dreg.h401 #define SPRN_PMCR 0x374 /* Power Management Control Register */ macro