Lines Matching defs:cclk
128 struct clk *cclk; /* core clock */
672 ret = clk_set_rate(controller->cclk, xfer->speed_hz);
998 struct clk *iclk, *cclk;
1016 cclk = devm_clk_get(dev, "core");
1017 if (IS_ERR(cclk))
1018 return PTR_ERR(cclk);
1063 controller->cclk = cclk;
1080 ret = clk_prepare_enable(cclk);
1088 clk_disable_unprepare(cclk);
1162 clk_disable_unprepare(cclk);
1183 clk_disable_unprepare(controller->cclk);
1200 ret = clk_prepare_enable(controller->cclk);
1234 clk_disable_unprepare(controller->cclk);
1249 ret = clk_prepare_enable(controller->cclk);
1266 clk_disable_unprepare(controller->cclk);
1286 clk_disable_unprepare(controller->cclk);