Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/perf/
H A Disa207-common.h159 #define p10_CNST_THRESH_CMP_VAL(v) (((v) & 0x7ffull) << 43) macro
160 #define p10_CNST_THRESH_CMP_MASK p10_CNST_THRESH_CMP_VAL(0x7ff)
H A Disa207-common.c504 value |= p10_CNST_THRESH_CMP_VAL(p10_thresh_cmp_val(event_config1)); in isa207_get_constraint()