Lines Matching refs:ispck
566 isc->ispck = isc->isc_clks[ISC_ISPCK].clk;
568 ret = clk_prepare_enable(isc->ispck);
570 dev_err(dev, "failed to enable ispck: %d\n", ret);
574 /* ispck should be greater or equal to hclock */
575 ret = clk_set_rate(isc->ispck, clk_get_rate(isc->hclock));
577 dev_err(dev, "failed to set ispck rate: %d\n", ret);
586 clk_disable_unprepare(isc->ispck);
620 clk_disable_unprepare(isc->ispck);
630 clk_disable_unprepare(isc->ispck);
645 ret = clk_prepare_enable(isc->ispck);