Searched refs:refclk_freq (Results 1 – 2 of 2) sorted by relevance
/u-boot/board/freescale/s32v234evb/ |
A D | clock.c | 17 static int select_pll_source_clk(enum pll_type pll, u32 refclk_freq) in select_pll_source_clk() argument 24 switch (refclk_freq) { in select_pll_source_clk() 81 static int program_pll(enum pll_type pll, u32 refclk_freq, u32 freq0, u32 freq1, in program_pll() argument 91 (refclk_freq / plldv_prediv) * (plldv_mfd + in program_pll() 103 if (select_pll_source_clk(pll, refclk_freq) < 0) { in program_pll()
|
/u-boot/arch/arm/cpu/armv8/s32v234/ |
A D | generic.c | 32 static uintptr_t get_pllfreq(u32 pll, u32 refclk_freq, u32 plldv, in get_pllfreq() argument 52 vco = refclk_freq / plldv_prediv * (plldv_mfd + pllfd_mfn / 20481); in get_pllfreq() 87 static uintptr_t decode_pll(enum pll_type pll, u32 refclk_freq, in decode_pll() argument 95 return get_pllfreq(pll, refclk_freq, plldv, pllfd, selected_output); in decode_pll()
|
Completed in 3 milliseconds