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