rounded           132 arch/mips/loongson64/lemote-2f/clock.c 		unsigned long flags, rounded;
rounded           135 arch/mips/loongson64/lemote-2f/clock.c 		rounded = clk->ops->round_rate(clk, rate);
rounded           138 arch/mips/loongson64/lemote-2f/clock.c 		return rounded;
rounded            81 drivers/gpu/drm/sun4i/sun4i_dotclock.c 		unsigned long rounded;
rounded            93 drivers/gpu/drm/sun4i/sun4i_dotclock.c 		rounded = clk_hw_round_rate(clk_hw_get_parent(hw),
rounded            96 drivers/gpu/drm/sun4i/sun4i_dotclock.c 		if (rounded == ideal) {
rounded            97 drivers/gpu/drm/sun4i/sun4i_dotclock.c 			best_parent = rounded;
rounded           102 drivers/gpu/drm/sun4i/sun4i_dotclock.c 		if (abs(rate - rounded / i) <
rounded           104 drivers/gpu/drm/sun4i/sun4i_dotclock.c 			best_parent = rounded;
rounded            91 drivers/gpu/drm/sun4i/sun4i_hdmi_tmds_clk.c 				unsigned long rounded;
rounded            93 drivers/gpu/drm/sun4i/sun4i_hdmi_tmds_clk.c 				rounded = clk_hw_round_rate(parent, ideal);
rounded            95 drivers/gpu/drm/sun4i/sun4i_hdmi_tmds_clk.c 				if (rounded == ideal) {
rounded            96 drivers/gpu/drm/sun4i/sun4i_hdmi_tmds_clk.c 					best_parent = rounded;
rounded           103 drivers/gpu/drm/sun4i/sun4i_hdmi_tmds_clk.c 				    abs(rate - rounded / i / j) <
rounded           106 drivers/gpu/drm/sun4i/sun4i_hdmi_tmds_clk.c 					best_parent = rounded;
rounded            37 drivers/gpu/drm/sun4i/sun8i_hdmi_phy_clk.c 			unsigned long rounded;
rounded            39 drivers/gpu/drm/sun4i/sun8i_hdmi_phy_clk.c 			rounded = clk_hw_round_rate(parent, ideal);
rounded            41 drivers/gpu/drm/sun4i/sun8i_hdmi_phy_clk.c 			if (rounded == ideal) {
rounded            42 drivers/gpu/drm/sun4i/sun8i_hdmi_phy_clk.c 				best_rate = rounded;
rounded            49 drivers/gpu/drm/sun4i/sun8i_hdmi_phy_clk.c 			    abs(rate - rounded / i) <
rounded            51 drivers/gpu/drm/sun4i/sun8i_hdmi_phy_clk.c 				best_rate = rounded;
rounded           558 drivers/sh/clk/core.c 		unsigned long flags, rounded;
rounded           561 drivers/sh/clk/core.c 		rounded = clk->ops->round_rate(clk, rate);
rounded           564 drivers/sh/clk/core.c 		return rounded;