Home
last modified time | relevance | path

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

/linux/arch/powerpc/perf/
H A Disa207-common.h168 #define CNST_L1_QUAL_VAL(v) (((v) & 3) << 22) macro
169 #define CNST_L1_QUAL_MASK CNST_L1_QUAL_VAL(3)
H A Disa207-common.c486 value |= CNST_L1_QUAL_VAL(cache); in isa207_get_constraint()