Searched refs:r_max (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/tools/testing/selftests/timers/ |
D | freq-step.c | 120 double *slope, double *r_stddev, double *r_max) in regress() argument 140 *r_max = 0.0, r2_sum = 0.0; in regress() 146 if (*r_max < r) in regress() 147 *r_max = r; in regress()
|
/Linux-v4.19/arch/arm64/kernel/ |
D | cpu_errata.c | 414 #define CAP_MIDR_RANGE(model, v_min, r_min, v_max, r_max) \ argument 416 .midr_range = MIDR_RANGE(model, v_min, r_min, v_max, r_max) 425 #define ERRATA_MIDR_RANGE(model, v_min, r_min, v_max, r_max) \ argument 427 CAP_MIDR_RANGE(model, v_min, r_min, v_max, r_max) 434 #define ERRATA_MIDR_REV_RANGE(m, var, r_min, r_max) \ argument 435 ERRATA_MIDR_RANGE(m, var, r_min, var, r_max)
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | cputype.h | 145 #define MIDR_RANGE(m, v_min, r_min, v_max, r_max) \ argument 149 .rv_max = MIDR_CPU_VAR_REV(v_max, r_max), \
|
/Linux-v4.19/include/linux/ |
D | svga.h | 62 u16 r_max; /* r_max < 32 */ member
|
/Linux-v4.19/drivers/video/fbdev/core/ |
D | svgalib.c | 388 ar = pll->r_max; in svga_compute_pll()
|