Home
last modified time | relevance | path

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

/drivers/video/fbdev/core/
A Dsvgalib.c383 u32 f_vco, f_current, delta_current, delta_best; in svga_compute_pll() local
415 f_current = (pll->f_base * am) / an; in svga_compute_pll()
416 delta_current = abs_diff(f_current, f_vco); in svga_compute_pll()
424 if (f_current <= f_vco) in svga_compute_pll()
430 f_current = (pll->f_base * *m) / *n; in svga_compute_pll()
431 …ebug("fb%d: found frequency: %d kHz (VCO %d kHz)\n", node, (int)(f_current >> ar), (int)f_current); in svga_compute_pll()

Completed in 4 milliseconds