Lines Matching refs:fck
69 struct clk *fck; member
278 clk_prepare_enable(spi100k->fck); in omap1_spi100k_setup()
283 clk_disable_unprepare(spi100k->fck); in omap1_spi100k_setup()
388 spi100k->fck = devm_clk_get(&pdev->dev, "fck"); in omap1_spi100k_probe()
389 if (IS_ERR(spi100k->fck)) { in omap1_spi100k_probe()
391 status = PTR_ERR(spi100k->fck); in omap1_spi100k_probe()
401 status = clk_prepare_enable(spi100k->fck); in omap1_spi100k_probe()
418 clk_disable_unprepare(spi100k->fck); in omap1_spi100k_probe()
433 clk_disable_unprepare(spi100k->fck); in omap1_spi100k_remove()
446 clk_disable_unprepare(spi100k->fck); in omap1_spi100k_runtime_suspend()
463 ret = clk_prepare_enable(spi100k->fck); in omap1_spi100k_runtime_resume()