Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/core/
H A Dsvgalib.c379 u32 f_vco, f_current, delta_current, delta_best; in svga_compute_pll() local
411 f_current = (pll->f_base * am) / an; in svga_compute_pll()
412 delta_current = abs_diff (f_current, f_vco); in svga_compute_pll()
420 if (f_current <= f_vco) { in svga_compute_pll()
427 f_current = (pll->f_base * *m) / *n; in svga_compute_pll()
428 …ug("fb%d: found frequency: %d kHz (VCO %d kHz)\n", node, (int) (f_current >> ar), (int) f_current); in svga_compute_pll()