Searched refs:clk_pll2 (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/arch/arm/mach-ep93xx/
H A Dclock.c86 static struct clk clk_pll2 = { variable in typeref:struct:clk
90 .parent = &clk_pll2,
214 INIT_CK(NULL, "pll2", &clk_pll2),
362 max_rate = max3(clk_pll1.rate / 4, clk_pll2.rate / 4, clk_xtali.rate / 4); calc_clk_div()
380 mclk = &clk_pll2; calc_clk_div()
537 clk_pll2.rate = clk_xtali.rate; ep93xx_clock_init()
539 clk_pll2.rate = calc_pll_rate(value); ep93xx_clock_init()
541 clk_pll2.rate = 0; ep93xx_clock_init()
544 clk_usb_host.rate = clk_pll2.rate / (((value >> 28) & 0xf) + 1); ep93xx_clock_init()
555 clk_pll1.rate / 1000000, clk_pll2.rate / 1000000); ep93xx_clock_init()
/linux-4.4.14/drivers/clk/sirf/
H A Dclk-atlas6.c73 &clk_pll2.hw,
H A Dclk-prima2.c72 &clk_pll2.hw,
H A Dclk-common.c225 static struct clk_pll clk_pll2 = { variable in typeref:struct:clk_pll
415 if (rate == clk_get_rate(clk_pll2.hw.clk)) { cpu_clk_set_rate()
416 ret1 = clk_set_parent(hw->clk, clk_pll2.hw.clk); cpu_clk_set_rate()
429 ret1 = clk_set_parent(hw->clk, clk_pll2.hw.clk); cpu_clk_set_rate()

Completed in 135 milliseconds