Home
last modified time | relevance | path

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

/arch/arm/mach-imx/mx6/
A Dclock.c494 u32 root_freq, axi_podf; in get_axi_clk() local
504 root_freq = mxc_get_pll_pfd(PLL_BUS, 2); in get_axi_clk()
506 root_freq = get_periph_clk(); in get_axi_clk()
508 return root_freq / (axi_podf + 1); in get_axi_clk()
523 root_freq = get_axi_clk(); in get_emi_slow_clk()
529 root_freq = mxc_get_pll_pfd(PLL_BUS, 2); in get_emi_slow_clk()
532 root_freq = mxc_get_pll_pfd(PLL_BUS, 0); in get_emi_slow_clk()
536 return root_freq / (emi_slow_podf + 1); in get_emi_slow_clk()
1089 root_freq = mxc_get_pll_pfd(PLL_BUS, 0); in get_usdhc_clk()
1091 root_freq = mxc_get_pll_pfd(PLL_BUS, 2); in get_usdhc_clk()
[all …]

Completed in 5 milliseconds