Searched refs:mxc_get_pll_pfd (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/arch/arm/mach-imx/mx6/ |
D | clock.c | 279 static u32 mxc_get_pll_pfd(enum pll_clocks pll, int pfd_num) in mxc_get_pll_pfd() function 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() 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() 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() 513 freq = mxc_get_pll_pfd(PLL_BUS, 2); in get_mmdc_ch0_clk() 516 freq = mxc_get_pll_pfd(PLL_BUS, 0); in get_mmdc_ch0_clk() [all …]
|