MIDR_CPU_VAR_REV  121 arch/arm64/include/asm/cputype.h #define MIDR_FUJITSU_ERRATUM_010001_MASK	(~MIDR_CPU_VAR_REV(1, 0))
MIDR_CPU_VAR_REV  148 arch/arm64/include/asm/cputype.h 		.rv_min = MIDR_CPU_VAR_REV(v_min, r_min),	\
MIDR_CPU_VAR_REV  149 arch/arm64/include/asm/cputype.h 		.rv_max = MIDR_CPU_VAR_REV(v_max, r_max),	\
MIDR_CPU_VAR_REV  902 arch/arm64/kernel/cpufeature.c 		MIDR_CPU_VAR_REV(0, 0),
MIDR_CPU_VAR_REV  903 arch/arm64/kernel/cpufeature.c 		MIDR_CPU_VAR_REV(1, MIDR_REVISION_MASK));