rounded_rate      275 drivers/gpu/drm/imx/imx-tve.c 	unsigned long rounded_rate;
rounded_rate      287 drivers/gpu/drm/imx/imx-tve.c 	rounded_rate = clk_get_rate(tve->clk);
rounded_rate      288 drivers/gpu/drm/imx/imx-tve.c 	if (rounded_rate >= rate)
rounded_rate      290 drivers/gpu/drm/imx/imx-tve.c 	clk_set_rate(tve->di_clk, rounded_rate / div);
rounded_rate      186 drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c 	long rounded_rate;
rounded_rate      191 drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c 	rounded_rate = clk_round_rate(hdmi->tmds_clk, rate);
rounded_rate      192 drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c 	if (rounded_rate > 0 &&
rounded_rate      193 drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c 	    max_t(unsigned long, rounded_rate, rate) -
rounded_rate      194 drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c 	    min_t(unsigned long, rounded_rate, rate) < diff)
rounded_rate       69 drivers/gpu/drm/sun4i/sun4i_rgb.c 	unsigned long long rounded_rate;
rounded_rate      121 drivers/gpu/drm/sun4i/sun4i_rgb.c 	rounded_rate = clk_round_rate(tcon->dclk, rate);
rounded_rate      125 drivers/gpu/drm/sun4i/sun4i_rgb.c 	if (rounded_rate < lowest)
rounded_rate      130 drivers/gpu/drm/sun4i/sun4i_rgb.c 	if (rounded_rate > highest)
rounded_rate     1672 drivers/mfd/db8500-prcmu.c 	long rounded_rate;
rounded_rate     1692 drivers/mfd/db8500-prcmu.c 	rounded_rate = (src_rate / min(div, (u32)31));
rounded_rate     1694 drivers/mfd/db8500-prcmu.c 	return rounded_rate;
rounded_rate     1745 drivers/mfd/db8500-prcmu.c 	long rounded_rate = 0;
rounded_rate     1768 drivers/mfd/db8500-prcmu.c 			if (rounded_rate == 0)
rounded_rate     1769 drivers/mfd/db8500-prcmu.c 				rounded_rate = (long)d;
rounded_rate     1774 drivers/mfd/db8500-prcmu.c 			rounded_rate = (long)d;
rounded_rate     1777 drivers/mfd/db8500-prcmu.c 	return rounded_rate;
rounded_rate     1784 drivers/mfd/db8500-prcmu.c 	long rounded_rate;
rounded_rate     1789 drivers/mfd/db8500-prcmu.c 	rounded_rate = (src_rate / ((div > 2) ? 4 : div));
rounded_rate     1791 drivers/mfd/db8500-prcmu.c 	return rounded_rate;
rounded_rate     1798 drivers/mfd/db8500-prcmu.c 	long rounded_rate;
rounded_rate     1802 drivers/mfd/db8500-prcmu.c 	rounded_rate = (src_rate / min(div, (u32)255));
rounded_rate     1804 drivers/mfd/db8500-prcmu.c 	return rounded_rate;