Lines Matching refs:PLL_BUS
18 PLL_BUS, /* System Bus PLL*/ enumerator
222 case PLL_BUS: in decode_pll()
286 case PLL_BUS: in mxc_get_pll_pfd()
294 freq = (u64)decode_pll(PLL_BUS, MXC_HCLK); in mxc_get_pll_pfd()
351 freq = decode_pll(PLL_BUS, MXC_HCLK); in get_periph_clk()
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()
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()
501 freq = decode_pll(PLL_BUS, MXC_HCLK); in get_mmdc_ch0_clk()
511 freq = decode_pll(PLL_BUS, MXC_HCLK); in get_mmdc_ch0_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()
521 freq = mxc_get_pll_pfd(PLL_BUS, 2) >> 1; in get_mmdc_ch0_clk()
1028 root_freq = mxc_get_pll_pfd(PLL_BUS, 0); in get_usdhc_clk()
1030 root_freq = mxc_get_pll_pfd(PLL_BUS, 2); in get_usdhc_clk()
1273 freq = decode_pll(PLL_BUS, MXC_HCLK); in do_mx6_showclocks()