Home
last modified time | relevance | path

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

/linux/arch/powerpc/perf/
H A Disa207-common.h218 #define p9_MMCR1_COMBINE_SHIFT(pmc) (38 - ((pmc - 1) * 2)) macro
H A Disa207-common.c175 return p9_MMCR1_COMBINE_SHIFT(pmc); in combine_shift()