Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/perf/
H A Disa207-common.h162 #define CNST_EBB_VAL(v) (((v) & EVENT_EBB_MASK) << 24) macro
163 #define CNST_EBB_MASK CNST_EBB_VAL(EVENT_EBB_MASK)
H A Disa207-common.c550 value |= CNST_EBB_VAL(ebb); in isa207_get_constraint()