Lines Matching refs:PLL_BUS
17 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()
472 root_freq = mxc_get_pll_pfd(PLL_BUS, 0); in get_emi_slow_clk()
500 freq = decode_pll(PLL_BUS, MXC_HCLK); in get_mmdc_ch0_clk()
510 freq = decode_pll(PLL_BUS, MXC_HCLK); in get_mmdc_ch0_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()
520 freq = mxc_get_pll_pfd(PLL_BUS, 2) >> 1; in get_mmdc_ch0_clk()
1027 root_freq = mxc_get_pll_pfd(PLL_BUS, 0); in get_usdhc_clk()
1029 root_freq = mxc_get_pll_pfd(PLL_BUS, 2); in get_usdhc_clk()
1287 freq = decode_pll(PLL_BUS, MXC_HCLK); in do_mx6_showclocks()