Searched refs:f_vco_min (Results 1 – 2 of 2) sorted by relevance
/linux/include/linux/ | ||
H A D | svga.h | 63 u32 f_vco_min; member |
/linux/drivers/video/fbdev/core/ | ||
H A D | svgalib.c | 406 if ((f_vco < pll->f_vco_min) || (f_vco > pll->f_vco_max)) in svga_compute_pll() |