Lines Matching refs:iclk
128 struct clk *iclk; /* interface clock */
996 struct clk *iclk, *cclk;
1017 iclk = devm_clk_get(dev, "iface");
1018 if (IS_ERR(iclk))
1019 return PTR_ERR(iclk);
1061 controller->iclk = iclk;
1085 ret = clk_prepare_enable(iclk);
1162 clk_disable_unprepare(iclk);
1183 clk_disable_unprepare(controller->iclk);
1195 ret = clk_prepare_enable(controller->iclk);
1201 clk_disable_unprepare(controller->iclk);
1234 clk_disable_unprepare(controller->iclk);
1244 ret = clk_prepare_enable(controller->iclk);
1250 clk_disable_unprepare(controller->iclk);
1266 clk_disable_unprepare(controller->iclk);
1286 clk_disable_unprepare(controller->iclk);