f_wanted          381 drivers/video/fbdev/core/svgalib.c int svga_compute_pll(const struct svga_pll *pll, u32 f_wanted, u16 *m, u16 *n, u16 *r, int node)
f_wanted          386 drivers/video/fbdev/core/svgalib.c 	pr_debug("fb%d: ideal frequency: %d kHz\n", node, (unsigned int) f_wanted);
f_wanted          389 drivers/video/fbdev/core/svgalib.c 	f_vco = f_wanted << ar;
f_wanted          392 drivers/video/fbdev/core/svgalib.c 	if ((f_vco >> ar) != f_wanted)
f_wanted          118 include/linux/svga.h int svga_compute_pll(const struct svga_pll *pll, u32 f_wanted, u16 *m, u16 *n, u16 *r, int node);