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

/linux-4.4.14/drivers/cpufreq/
H A Dimx6q-cpufreq.c34 static struct clk *pll2_bus_clk; variable in typeref:struct:clk
116 clk_set_parent(secondary_sel_clk, pll2_bus_clk); imx6q_set_target()
214 pll2_bus_clk = clk_get(cpu_dev, "pll2_bus"); imx6q_cpufreq_probe()
216 if (IS_ERR(pll2_bus_clk) || IS_ERR(secondary_sel_clk)) { imx6q_cpufreq_probe()
368 if (!IS_ERR(pll2_bus_clk)) imx6q_cpufreq_probe()
369 clk_put(pll2_bus_clk); imx6q_cpufreq_probe()
391 clk_put(pll2_bus_clk); imx6q_cpufreq_remove()

Completed in 42 milliseconds