Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/perf/
H A Dpower6-pmu.c23 #define PM_UNIT_MSKS (PM_UNIT_MSK << PM_UNIT_SH) macro
286 mask |= PM_UNIT_MSKS << sh; in p6_get_constraint()
287 value |= (unsigned long)(event & PM_UNIT_MSKS) << sh; in p6_get_constraint()
288 if ((event & PM_UNIT_MSKS) == (5 << PM_UNIT_SH)) { in p6_get_constraint()