Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/core/
H A Dsvgalib.c376 int svga_compute_pll(const struct svga_pll *pll, u32 f_wanted, u16 *m, u16 *n, u16 *r, int node) in svga_compute_pll() argument
381 pr_debug("fb%d: ideal frequency: %d kHz\n", node, (unsigned int) f_wanted); in svga_compute_pll()
384 f_vco = f_wanted << ar; in svga_compute_pll()
387 if ((f_vco >> ar) != f_wanted) in svga_compute_pll()
/openbmc/linux/include/linux/
H A Dsvga.h118 int svga_compute_pll(const struct svga_pll *pll, u32 f_wanted, u16 *m, u16 *n, u16 *r, int node);