Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/video/fbdev/core/
Dsvgalib.c381 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
386 pr_debug("fb%d: ideal frequency: %d kHz\n", node, (unsigned int) f_wanted); in svga_compute_pll()
389 f_vco = f_wanted << ar; in svga_compute_pll()
392 if ((f_vco >> ar) != f_wanted) in svga_compute_pll()
/kernel/linux/linux-5.10/include/linux/
Dsvga.h118 int svga_compute_pll(const struct svga_pll *pll, u32 f_wanted, u16 *m, u16 *n, u16 *r, int node);