Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/perf/
H A Disa207-common.h165 #define CNST_IFM_VAL(v) (((v) & EVENT_IFM_MASK) << 25) macro
166 #define CNST_IFM_MASK CNST_IFM_VAL(EVENT_IFM_MASK)
H A Disa207-common.c541 value |= CNST_IFM_VAL(event >> EVENT_IFM_SHIFT); in isa207_get_constraint()