Lines Matching refs:fck
79 struct clk *fck; member
288 clk_prepare_enable(spi100k->fck); in omap1_spi100k_setup()
293 clk_disable_unprepare(spi100k->fck); in omap1_spi100k_setup()
409 spi100k->fck = devm_clk_get(&pdev->dev, "fck"); in omap1_spi100k_probe()
410 if (IS_ERR(spi100k->fck)) { in omap1_spi100k_probe()
412 status = PTR_ERR(spi100k->fck); in omap1_spi100k_probe()
422 status = clk_prepare_enable(spi100k->fck); in omap1_spi100k_probe()
438 clk_disable_unprepare(spi100k->fck); in omap1_spi100k_probe()
453 clk_disable_unprepare(spi100k->fck); in omap1_spi100k_remove()
466 clk_disable_unprepare(spi100k->fck); in omap1_spi100k_runtime_suspend()
483 ret = clk_prepare_enable(spi100k->fck); in omap1_spi100k_runtime_resume()