Lines Matching refs:iclk
129 struct clk *iclk; /* interface clock */
998 struct clk *iclk, *cclk;
1020 iclk = devm_clk_get(dev, "iface");
1021 if (IS_ERR(iclk))
1022 return PTR_ERR(iclk);
1062 controller->iclk = iclk;
1086 ret = clk_prepare_enable(iclk);
1163 clk_disable_unprepare(iclk);
1184 clk_disable_unprepare(controller->iclk);
1196 ret = clk_prepare_enable(controller->iclk);
1202 clk_disable_unprepare(controller->iclk);
1235 clk_disable_unprepare(controller->iclk);
1245 ret = clk_prepare_enable(controller->iclk);
1251 clk_disable_unprepare(controller->iclk);
1267 clk_disable_unprepare(controller->iclk);
1287 clk_disable_unprepare(controller->iclk);