f_current         384 drivers/video/fbdev/core/svgalib.c 	u32 f_vco, f_current, delta_current, delta_best;
f_current         416 drivers/video/fbdev/core/svgalib.c 		f_current = (pll->f_base * am) / an;
f_current         417 drivers/video/fbdev/core/svgalib.c 		delta_current = abs_diff (f_current, f_vco);
f_current         425 drivers/video/fbdev/core/svgalib.c 		if (f_current <= f_vco) {
f_current         432 drivers/video/fbdev/core/svgalib.c 	f_current = (pll->f_base * *m) / *n;
f_current         433 drivers/video/fbdev/core/svgalib.c 	pr_debug("fb%d: found frequency: %d kHz (VCO %d kHz)\n", node, (int) (f_current >> ar), (int) f_current);