Searched refs:MIDR_CPU_VAR_REV (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/char/hw_random/ |
H A D | cavium-rng-vf.c | 42 MIDR_CPU_VAR_REV(0, 0), in is_octeontx() 43 MIDR_CPU_VAR_REV(3, 0)) || in is_octeontx() 45 MIDR_CPU_VAR_REV(0, 0), in is_octeontx() 46 MIDR_CPU_VAR_REV(3, 0)) || in is_octeontx() 48 MIDR_CPU_VAR_REV(0, 0), in is_octeontx() 49 MIDR_CPU_VAR_REV(3, 0))) in is_octeontx()
|
/linux/tools/arch/arm64/include/asm/ |
H A D | cputype.h | 48 #define MIDR_CPU_VAR_REV(var, rev) \ macro 223 #define MIDR_FUJITSU_ERRATUM_010001_MASK (~MIDR_CPU_VAR_REV(1, 0)) 250 .rv_min = MIDR_CPU_VAR_REV(v_min, r_min), \ 251 .rv_max = MIDR_CPU_VAR_REV(v_max, r_max), \
|