Lines Matching defs:cclk
127 struct clk *cclk; /* core clock */
670 ret = clk_set_rate(controller->cclk, xfer->speed_hz);
996 struct clk *iclk, *cclk;
1013 cclk = devm_clk_get(dev, "core");
1014 if (IS_ERR(cclk))
1015 return PTR_ERR(cclk);
1062 controller->cclk = cclk;
1079 ret = clk_prepare_enable(cclk);
1087 clk_disable_unprepare(cclk);
1161 clk_disable_unprepare(cclk);
1182 clk_disable_unprepare(controller->cclk);
1199 ret = clk_prepare_enable(controller->cclk);
1233 clk_disable_unprepare(controller->cclk);
1248 ret = clk_prepare_enable(controller->cclk);
1265 clk_disable_unprepare(controller->cclk);
1285 clk_disable_unprepare(controller->cclk);