Searched defs:r_max (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/arm64/kernel/ |
H A D | cpu_errata.c | 140 #define CAP_MIDR_RANGE(model, v_min, r_min, v_max, r_max) \ argument 151 #define ERRATA_MIDR_RANGE(model, v_min, r_min, v_max, r_max) \ argument 160 #define ERRATA_MIDR_REV_RANGE(m, var, r_min, r_max) \ argument
|
/openbmc/linux/tools/testing/selftests/timers/ |
H A D | freq-step.c | 112 double *slope, double *r_stddev, double *r_max) in regress()
|
/openbmc/linux/tools/arch/arm64/include/asm/ |
H A D | cputype.h | 226 #define MIDR_RANGE(m, v_min, r_min, v_max, r_max) \ argument 233 #define MIDR_REV_RANGE(m, v, r_min, r_max) MIDR_RANGE(m, v, r_min, v, r_max) argument
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | cputype.h | 247 #define MIDR_RANGE(m, v_min, r_min, v_max, r_max) \ argument 254 #define MIDR_REV_RANGE(m, v, r_min, r_max) MIDR_RANGE(m, v, r_min, v, r_max) argument
|
/openbmc/linux/include/linux/ |
H A D | svga.h | 62 u16 r_max; /* r_max < 32 */ member
|
H A D | maple_tree.h | 397 unsigned long r_max; /* range max */ member
|