Home
last modified time | relevance | path

Searched refs:r_max (Results 1 – 5 of 5) sorted by relevance

/linux/arch/arm64/kernel/
A Dcpu_errata.c124 #define CAP_MIDR_RANGE(model, v_min, r_min, v_max, r_max) \ argument
126 .midr_range = MIDR_RANGE(model, v_min, r_min, v_max, r_max)
135 #define ERRATA_MIDR_RANGE(model, v_min, r_min, v_max, r_max) \ argument
137 CAP_MIDR_RANGE(model, v_min, r_min, v_max, r_max)
144 #define ERRATA_MIDR_REV_RANGE(m, var, r_min, r_max) \ argument
145 ERRATA_MIDR_RANGE(m, var, r_min, var, r_max)
/linux/tools/testing/selftests/timers/
A Dfreq-step.c112 double *slope, double *r_stddev, double *r_max) in regress() argument
132 *r_max = 0.0, r2_sum = 0.0; in regress()
138 if (*r_max < r) in regress()
139 *r_max = r; in regress()
/linux/arch/arm64/include/asm/
A Dcputype.h167 #define MIDR_RANGE(m, v_min, r_min, v_max, r_max) \ argument
171 .rv_max = MIDR_CPU_VAR_REV(v_max, r_max), \
174 #define MIDR_REV_RANGE(m, v, r_min, r_max) MIDR_RANGE(m, v, r_min, v, r_max) argument
/linux/include/linux/
A Dsvga.h62 u16 r_max; /* r_max < 32 */ member
/linux/drivers/video/fbdev/core/
A Dsvgalib.c388 ar = pll->r_max; in svga_compute_pll()

Completed in 8 milliseconds