Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/perf/
H A Disa207-common.h161 #define CNST_L1_QUAL_VAL(v) (((v) & 3) << 22) macro
162 #define CNST_L1_QUAL_MASK CNST_L1_QUAL_VAL(3)
H A Disa207-common.c344 value |= CNST_L1_QUAL_VAL(cache); in isa207_get_constraint()