Home
last modified time | relevance | path

Searched refs:f_vco_max (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/
Dsvga.h63 u32 f_vco_max; member
/linux-4.4.14/drivers/video/fbdev/core/
Dsvgalib.c398 while ((ar > pll->r_min) && (f_vco > pll->f_vco_max)) { in svga_compute_pll()
404 if ((f_vco < pll->f_vco_min) || (f_vco > pll->f_vco_max)) in svga_compute_pll()