Searched refs:refclk_freq (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/board/freescale/s32v234evb/ |
| H A D | clock.c | 18 static int select_pll_source_clk(enum pll_type pll, u32 refclk_freq) in select_pll_source_clk() argument 25 switch (refclk_freq) { in select_pll_source_clk() 82 static int program_pll(enum pll_type pll, u32 refclk_freq, u32 freq0, u32 freq1, in program_pll() argument 92 (refclk_freq / plldv_prediv) * (plldv_mfd + in program_pll() 104 if (select_pll_source_clk(pll, refclk_freq) < 0) { in program_pll()
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv8/s32v234/ |
| H A D | generic.c | 28 static uintptr_t get_pllfreq(u32 pll, u32 refclk_freq, u32 plldv, in get_pllfreq() argument 48 vco = refclk_freq / plldv_prediv * (plldv_mfd + pllfd_mfn / 20481); in get_pllfreq() 83 static uintptr_t decode_pll(enum pll_type pll, u32 refclk_freq, in decode_pll() argument 91 return get_pllfreq(pll, refclk_freq, plldv, pllfd, selected_output); in decode_pll()
|