Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-imx/mx6/
H A Dclock.c434 u32 root_freq, axi_podf; in get_axi_clk() local
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()
463 root_freq = get_axi_clk(); 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()
476 return root_freq / (emi_slow_podf + 1); in get_emi_slow_clk()
1027 root_freq = mxc_get_pll_pfd(PLL_BUS, 0); in get_usdhc_clk()
1029 root_freq = mxc_get_pll_pfd(PLL_BUS, 2); in get_usdhc_clk()
[all …]