do_div_round_closest  293 drivers/clk/pistachio/clk-pll.c 	rate = do_div_round_closest(rate, (prediv * postdiv1 * postdiv2) << 24);
do_div_round_closest  425 drivers/clk/pistachio/clk-pll.c 	rate = do_div_round_closest(rate, prediv * postdiv1 * postdiv2);