Lines Matching refs:ipg_clk
51 struct clk *ipg_clk;
94 ret = clk_prepare_enable(fpc->ipg_clk);
116 clk_disable_unprepare(fpc->ipg_clk);
365 ret = clk_prepare_enable(fpc->ipg_clk);
373 clk_disable_unprepare(fpc->ipg_clk);
447 * ipg_clk is the interface clock for the IP. If not provided, use the
450 fpc->ipg_clk = devm_clk_get(&pdev->dev, "ipg");
451 if (IS_ERR(fpc->ipg_clk))
452 fpc->ipg_clk = fpc->clk[FSL_PWM_CLK_SYS];
494 clk_disable_unprepare(fpc->ipg_clk);
517 clk_prepare_enable(fpc->ipg_clk);