Lines Matching refs:ipg_clk
50 struct clk *ipg_clk;
92 ret = clk_prepare_enable(fpc->ipg_clk);
112 clk_disable_unprepare(fpc->ipg_clk);
360 ret = clk_prepare_enable(fpc->ipg_clk);
368 clk_disable_unprepare(fpc->ipg_clk);
440 * ipg_clk is the interface clock for the IP. If not provided, use the
443 fpc->ipg_clk = devm_clk_get(&pdev->dev, "ipg");
444 if (IS_ERR(fpc->ipg_clk))
445 fpc->ipg_clk = fpc->clk[FSL_PWM_CLK_SYS];
477 clk_disable_unprepare(fpc->ipg_clk);
500 clk_prepare_enable(fpc->ipg_clk);