Searched refs:MIDR_CPU_VAR_REV (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/char/hw_random/
H A Dcavium-rng-vf.c42 MIDR_CPU_VAR_REV(0, 0),
43 MIDR_CPU_VAR_REV(3, 0)) ||
45 MIDR_CPU_VAR_REV(0, 0),
46 MIDR_CPU_VAR_REV(3, 0)) ||
48 MIDR_CPU_VAR_REV(0, 0),
49 MIDR_CPU_VAR_REV(3, 0)))
/linux-master/arch/arm64/include/asm/
H A Dcputype.h48 #define MIDR_CPU_VAR_REV(var, rev) \ macro
203 #define MIDR_FUJITSU_ERRATUM_010001_MASK (~MIDR_CPU_VAR_REV(1, 0))
218 * MIDR_CPU_VAR_REV
230 .rv_min = MIDR_CPU_VAR_REV(v_min, r_min), \
231 .rv_max = MIDR_CPU_VAR_REV(v_max, r_max), \
/linux-master/tools/arch/arm64/include/asm/
H A Dcputype.h48 #define MIDR_CPU_VAR_REV(var, rev) \ macro
203 #define MIDR_FUJITSU_ERRATUM_010001_MASK (~MIDR_CPU_VAR_REV(1, 0))
218 * MIDR_CPU_VAR_REV
230 .rv_min = MIDR_CPU_VAR_REV(v_min, r_min), \
231 .rv_max = MIDR_CPU_VAR_REV(v_max, r_max), \
/linux-master/arch/arm64/kernel/
H A Dcpu_errata.c729 MIDR_FIXED(MIDR_CPU_VAR_REV(1,1), BIT(25)),

Completed in 123 milliseconds