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()
386 spi100k->fck = devm_clk_get(&pdev->dev, "fck"); in omap1_spi100k_probe()
387 if (IS_ERR(spi100k->fck)) { in omap1_spi100k_probe()
389 status = PTR_ERR(spi100k->fck); in omap1_spi100k_probe()
399 status = clk_prepare_enable(spi100k->fck); in omap1_spi100k_probe()
416 clk_disable_unprepare(spi100k->fck); in omap1_spi100k_probe()
431 clk_disable_unprepare(spi100k->fck); in omap1_spi100k_remove()
444 clk_disable_unprepare(spi100k->fck); in omap1_spi100k_runtime_suspend()
461 ret = clk_prepare_enable(spi100k->fck); in omap1_spi100k_runtime_resume()