clk_round_rate
return clk_round_rate(clkp_parent, rate);
return clk_round_rate(clkp_parent, rate);
return clk_round_rate(clkp_parent, rate);
rate = clk_round_rate(clkp, try_rate);
rate_x2 = (clk_round_rate(clkp, try_rate / 2) * 2);
return clk_round_rate(clkp_parent, rate);
parent_rate = clk_round_rate(pllclkp,
rate = clk_round_rate(clkp, new_rate);
rate_x2 = (clk_round_rate(clkp, new_rate / 2) * 2);
rate = clk_round_rate(clkp, try_rate);
rate_x2 = (clk_round_rate(clkp, try_rate / 2) * 2);
clk_freq = clk_round_rate(sc->sc_clk_ch0, lcd_dclk_freq * div);
u_int clk_round_rate(struct clk *, u_int);