Home
last modified time | relevance | path

Searched refs:MMCR1_PMCSEL_SHIFT (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/powerpc/perf/
H A Disa207-common.h212 #define MMCR1_PMCSEL_SHIFT(pmc) (24 - (((pmc) - 1)) * 8) macro
H A Disa207-common.c604 mmcr1 |= psel << MMCR1_PMCSEL_SHIFT(pmc); in isa207_compute_mmcr()
736 mmcr->mmcr1 &= ~(0xffUL << MMCR1_PMCSEL_SHIFT(pmc + 1)); in isa207_disable_pmc()