Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/video/fbdev/core/
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()
/Linux-v6.6/include/linux/
Dsvga.h118 int svga_compute_pll(const struct svga_pll *pll, u32 f_wanted, u16 *m, u16 *n, u16 *r, int node);