Searched refs:ext_div (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/clk/rockchip/
H A Dclk_rk3288.c233 static int pll_para_config(ulong freq_hz, struct pll_div *div, uint *ext_div) argument
249 if (ext_div) {
250 *ext_div = DIV_ROUND_UP(no, max_no);
251 no = DIV_ROUND_UP(no, *ext_div);
259 if (ext_div)
260 vco_khz *= *ext_div;

Completed in 102 milliseconds