Home
last modified time | relevance | path

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

/drivers/video/fbdev/core/
A Dsvgalib.c380 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
385 pr_debug("fb%d: ideal frequency: %d kHz\n", node, (unsigned int)f_wanted); in svga_compute_pll()
388 f_vco = f_wanted << ar; in svga_compute_pll()
391 if ((f_vco >> ar) != f_wanted) in svga_compute_pll()

Completed in 5 milliseconds