Searched refs:p9_MMCR1_COMBINE_SHIFT (Results 1 – 2 of 2) sorted by relevance
/linux/arch/powerpc/perf/ | ||
H A D | isa207-common.h | 218 #define p9_MMCR1_COMBINE_SHIFT(pmc) (38 - ((pmc - 1) * 2)) macro |
H A D | isa207-common.c | 175 return p9_MMCR1_COMBINE_SHIFT(pmc); in combine_shift() |