Searched refs:f_current (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/video/fbdev/core/ |
D | svgalib.c | 384 u32 f_vco, f_current, delta_current, delta_best; in svga_compute_pll() local 416 f_current = (pll->f_base * am) / an; in svga_compute_pll() 417 delta_current = abs_diff (f_current, f_vco); in svga_compute_pll() 425 if (f_current <= f_vco) { in svga_compute_pll() 432 f_current = (pll->f_base * *m) / *n; in svga_compute_pll() 433 …ug("fb%d: found frequency: %d kHz (VCO %d kHz)\n", node, (int) (f_current >> ar), (int) f_current); in svga_compute_pll()
|
/linux-4.1.27/drivers/video/fbdev/ |
D | sh_mipi_dsi.c | 430 unsigned long rate, f_current; in sh_mipi_probe() local 490 f_current = clk_get_rate(mipi->dsit_clk); in sh_mipi_probe() 493 if (rate > 0 && rate != f_current) in sh_mipi_probe() 500 dev_dbg(&pdev->dev, "DSI-T clk %lu -> %lu\n", f_current, rate); in sh_mipi_probe()
|