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

/linux-4.1.27/drivers/cpufreq/
H A Dimx6q-cpufreq.c29 static struct clk *pll1_sw_clk; variable in typeref:struct:clk
95 * - Enable pll2_pfd2_396m_clk and reparent pll1_sw_clk to it imx6q_set_target()
96 * - Reprogram pll1_sys_clk and reparent pll1_sw_clk back to it imx6q_set_target()
100 clk_set_parent(pll1_sw_clk, step_clk); imx6q_set_target()
103 clk_set_parent(pll1_sw_clk, pll1_sys_clk); imx6q_set_target()
179 pll1_sw_clk = clk_get(cpu_dev, "pll1_sw"); imx6q_cpufreq_probe()
182 if (IS_ERR(arm_clk) || IS_ERR(pll1_sys_clk) || IS_ERR(pll1_sw_clk) || imx6q_cpufreq_probe()
328 if (!IS_ERR(pll1_sw_clk)) imx6q_cpufreq_probe()
329 clk_put(pll1_sw_clk); imx6q_cpufreq_probe()
350 clk_put(pll1_sw_clk); imx6q_cpufreq_remove()

Completed in 88 milliseconds