Lines Matching refs:ispck
197 isc->ispck = isc->isc_clks[ISC_ISPCK].clk;
199 ret = clk_prepare_enable(isc->ispck);
201 dev_err(dev, "failed to enable ispck: %d\n", ret);
205 /* ispck should be greater or equal to hclock */
206 ret = clk_set_rate(isc->ispck, clk_get_rate(isc->hclock));
208 dev_err(dev, "failed to set ispck rate: %d\n", ret);
267 clk_disable_unprepare(isc->ispck);
286 clk_disable_unprepare(isc->ispck);
298 clk_disable_unprepare(isc->ispck);
313 ret = clk_prepare_enable(isc->ispck);