fvco_min          101 drivers/clk/clk-axi-clkgen.c static const unsigned int fvco_min = 600000;
fvco_min          122 drivers/clk/clk-axi-clkgen.c 	m_min = max_t(unsigned long, DIV_ROUND_UP(fvco_min, fin) * d_min, 1);
fvco_min          127 drivers/clk/clk-axi-clkgen.c 		_d_max = min(d_max, fin * m / fvco_min);
fvco_min          481 drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c 	unsigned long fvco_min, fvco_max, fin, fout;
fvco_min          515 drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c 	fvco_min = 80 * USEC_PER_SEC;
fvco_min          537 drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c 		if (tmp < fvco_min || tmp > fvco_max)
fvco_min          146 drivers/gpu/drm/stm/dw_mipi_dsi-stm.c 	int fvco_min, fvco_max, delta, best_delta; /* all in khz */
fvco_min          152 drivers/gpu/drm/stm/dw_mipi_dsi-stm.c 	fvco_min = dsi->lane_min_kbps * 2 * ODF_MAX;
fvco_min          159 drivers/gpu/drm/stm/dw_mipi_dsi-stm.c 		n_min = ((fvco_min * i) / (2 * clkin_khz)) + 1;
fvco_min          447 drivers/video/fbdev/gbefb.c 	int fvco_min;
fvco_min          488 drivers/video/fbdev/gbefb.c 				    gbe_pll->fvco_min / gbe_pll->clock_rate &&