Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-imx/mx6/
Dclock.c17 PLL_BUS, /* System Bus PLL*/ enumerator
221 case PLL_BUS: in decode_pll()
285 case PLL_BUS: in mxc_get_pll_pfd()
293 freq = (u64)decode_pll(PLL_BUS, MXC_HCLK); in mxc_get_pll_pfd()
350 freq = decode_pll(PLL_BUS, MXC_HCLK); in get_periph_clk()
353 freq = mxc_get_pll_pfd(PLL_BUS, 2); in get_periph_clk()
356 freq = mxc_get_pll_pfd(PLL_BUS, 0); in get_periph_clk()
360 freq = mxc_get_pll_pfd(PLL_BUS, 2) / 2; in get_periph_clk()
444 root_freq = mxc_get_pll_pfd(PLL_BUS, 2); in get_axi_clk()
469 root_freq = mxc_get_pll_pfd(PLL_BUS, 2); in get_emi_slow_clk()
[all …]