fvco_max          102 drivers/clk/clk-axi-clkgen.c static const unsigned int fvco_max = 1200000;
fvco_max          123 drivers/clk/clk-axi-clkgen.c 	m_max = min_t(unsigned long, fvco_max * d_max / fin, 64);
fvco_max          126 drivers/clk/clk-axi-clkgen.c 		_d_min = max(d_min, DIV_ROUND_UP(fin * m, fvco_max));
fvco_max          481 drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c 	unsigned long fvco_min, fvco_max, fin, fout;
fvco_max          516 drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c 	fvco_max = 1500 * USEC_PER_SEC;
fvco_max          537 drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c 		if (tmp < fvco_min || tmp > fvco_max)
fvco_max          146 drivers/gpu/drm/stm/dw_mipi_dsi-stm.c 	int fvco_min, fvco_max, delta, best_delta; /* all in khz */
fvco_max          153 drivers/gpu/drm/stm/dw_mipi_dsi-stm.c 	fvco_max = dsi->lane_max_kbps * 2 * ODF_MIN;
fvco_max          160 drivers/gpu/drm/stm/dw_mipi_dsi-stm.c 		n_max = (fvco_max * i) / (2 * clkin_khz);
fvco_max          448 drivers/video/fbdev/gbefb.c 	int fvco_max;
fvco_max          490 drivers/video/fbdev/gbefb.c 				    gbe_pll->fvco_max / gbe_pll->clock_rate) {
fvco_max          552 sound/soc/codecs/nau8540.c 	u64 fvco, fvco_max;
fvco_max          582 sound/soc/codecs/nau8540.c 	fvco_max = 0;
fvco_max          587 sound/soc/codecs/nau8540.c 			fvco_max < fvco) {
fvco_max          588 sound/soc/codecs/nau8540.c 			fvco_max = fvco;
fvco_max          599 sound/soc/codecs/nau8540.c 	fvco = div_u64(fvco_max << 16, fref * fll_param->ratio);
fvco_max         1271 sound/soc/codecs/nau8824.c 	u64 fvco, fvco_max;
fvco_max         1301 sound/soc/codecs/nau8824.c 	fvco_max = 0;
fvco_max         1306 sound/soc/codecs/nau8824.c 			fvco_max < fvco) {
fvco_max         1307 sound/soc/codecs/nau8824.c 			fvco_max = fvco;
fvco_max         1318 sound/soc/codecs/nau8824.c 	fvco = div_u64(fvco_max << 16, fref * fll_param->ratio);
fvco_max         1988 sound/soc/codecs/nau8825.c 	u64 fvco, fvco_max;
fvco_max         2018 sound/soc/codecs/nau8825.c 	fvco_max = 0;
fvco_max         2023 sound/soc/codecs/nau8825.c 			fvco_max < fvco) {
fvco_max         2024 sound/soc/codecs/nau8825.c 			fvco_max = fvco;
fvco_max         2035 sound/soc/codecs/nau8825.c 	fvco = div_u64(fvco_max << 16, fref * fll_param->ratio);