Searched refs:mxc_get_pll_pfd (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/arm/mach-imx/mx6/ |
| H A D | clock.c | 280 static u32 mxc_get_pll_pfd(enum pll_clocks pll, int pfd_num) in mxc_get_pll_pfd() function 354 freq = mxc_get_pll_pfd(PLL_BUS, 2); in get_periph_clk() 357 freq = mxc_get_pll_pfd(PLL_BUS, 0); in get_periph_clk() 361 freq = mxc_get_pll_pfd(PLL_BUS, 2) / 2; in get_periph_clk() 443 root_freq = mxc_get_pll_pfd(PLL_USBOTG, 1); in get_axi_clk() 445 root_freq = mxc_get_pll_pfd(PLL_BUS, 2); in get_axi_clk() 470 root_freq = mxc_get_pll_pfd(PLL_BUS, 2); in get_emi_slow_clk() 473 root_freq = mxc_get_pll_pfd(PLL_BUS, 0); in get_emi_slow_clk() 514 freq = mxc_get_pll_pfd(PLL_BUS, 2); in get_mmdc_ch0_clk() 517 freq = mxc_get_pll_pfd(PLL_BUS, 0); in get_mmdc_ch0_clk() [all …]
|