Home
last modified time | relevance | path

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

/linux/arch/powerpc/perf/
H A Disa207-common.h210 #define MMCR1_UNIT_SHIFT(pmc) (60 - (4 * ((pmc) - 1))) macro
H A Disa207-common.c602 mmcr1 |= unit << MMCR1_UNIT_SHIFT(pmc); in isa207_compute_mmcr()