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

/u-boot/drivers/clk/rockchip/
H A Dclk_rk3128.c79 static int pll_para_config(u32 freq_hz, struct pll_div *div) function
441 if (pll_para_config(hz, &cpll_config))
H A Dclk_rk3288.c233 static int pll_para_config(ulong freq_hz, struct pll_div *div, uint *ext_div) function
349 ret = pll_para_config(rate_hz, &npll_config, &lcdc_div);
H A Dclk_rk3399.c368 static int pll_para_config(u32 freq_hz, struct pll_div *div) function
711 if (pll_para_config(hz, &vpll_config))

Completed in 40 milliseconds