Searched refs:r_min (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/arch/arm64/include/asm/ |
| H A D | cputype.h | 273 #define MIDR_RANGE(m, v_min, r_min, v_max, r_max) \ argument 276 .rv_min = MIDR_CPU_VAR_REV(v_min, r_min), \ 280 #define MIDR_REV_RANGE(m, v, r_min, r_max) MIDR_RANGE(m, v, r_min, v, r_max) argument
|
| /linux/include/linux/ |
| H A D | svga.h | 61 u16 r_min; member
|
| /linux/drivers/video/fbdev/core/ |
| H A D | svgalib.c | 397 while ((ar > pll->r_min) && (f_vco > pll->f_vco_max)) { in svga_compute_pll()
|