Lines Matching refs:mck
219 struct clk *mck; member
2405 host->mck = devm_clk_get(&pdev->dev, "mci_clk"); in atmci_probe()
2406 if (IS_ERR(host->mck)) in atmci_probe()
2407 return PTR_ERR(host->mck); in atmci_probe()
2413 ret = clk_prepare_enable(host->mck); in atmci_probe()
2418 host->bus_hz = clk_get_rate(host->mck); in atmci_probe()
2426 clk_disable_unprepare(host->mck); in atmci_probe()
2514 clk_disable_unprepare(host->mck); in atmci_probe()
2553 clk_disable_unprepare(host->mck); in atmci_remove()
2566 clk_disable_unprepare(host->mck); in atmci_runtime_suspend()
2579 return clk_prepare_enable(host->mck); in atmci_runtime_resume()