Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dsvga.h64 u32 f_vco_max; member
/openbmc/linux/drivers/video/fbdev/core/
H A Dsvgalib.c393 while ((ar > pll->r_min) && (f_vco > pll->f_vco_max)) { in svga_compute_pll()
399 if ((f_vco < pll->f_vco_min) || (f_vco > pll->f_vco_max)) in svga_compute_pll()