Home
last modified time | relevance | path

Searched refs:root_freq (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/arch/arm/mach-imx/mx6/
Dclock.c434 u32 root_freq, axi_podf; in get_axi_clk() local
442 root_freq = mxc_get_pll_pfd(PLL_USBOTG, 1); in get_axi_clk()
444 root_freq = mxc_get_pll_pfd(PLL_BUS, 2); in get_axi_clk()
446 root_freq = get_periph_clk(); in get_axi_clk()
448 return root_freq / (axi_podf + 1); in get_axi_clk()
453 u32 emi_clk_sel, emi_slow_podf, cscmr1, root_freq = 0; in get_emi_slow_clk() local
463 root_freq = get_axi_clk(); in get_emi_slow_clk()
466 root_freq = decode_pll(PLL_USBOTG, MXC_HCLK); in get_emi_slow_clk()
469 root_freq = mxc_get_pll_pfd(PLL_BUS, 2); in get_emi_slow_clk()
472 root_freq = mxc_get_pll_pfd(PLL_BUS, 0); in get_emi_slow_clk()
[all …]