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()
399 spi100k->fck = devm_clk_get(&pdev->dev, "fck"); in omap1_spi100k_probe()
400 if (IS_ERR(spi100k->fck)) { in omap1_spi100k_probe()
402 status = PTR_ERR(spi100k->fck); in omap1_spi100k_probe()
412 status = clk_prepare_enable(spi100k->fck); in omap1_spi100k_probe()
428 clk_disable_unprepare(spi100k->fck); in omap1_spi100k_probe()
443 clk_disable_unprepare(spi100k->fck); in omap1_spi100k_remove()
456 clk_disable_unprepare(spi100k->fck); in omap1_spi100k_runtime_suspend()
473 ret = clk_prepare_enable(spi100k->fck); in omap1_spi100k_runtime_resume()