Lines Matching refs:mck
344 struct clk *mck; member
2481 host->mck = devm_clk_get(&pdev->dev, "mci_clk"); in atmci_probe()
2482 if (IS_ERR(host->mck)) in atmci_probe()
2483 return PTR_ERR(host->mck); in atmci_probe()
2489 ret = clk_prepare_enable(host->mck); in atmci_probe()
2494 host->bus_hz = clk_get_rate(host->mck); in atmci_probe()
2502 clk_disable_unprepare(host->mck); in atmci_probe()
2590 clk_disable_unprepare(host->mck); in atmci_probe()
2629 clk_disable_unprepare(host->mck); in atmci_remove()
2642 clk_disable_unprepare(host->mck); in atmci_runtime_suspend()
2655 return clk_prepare_enable(host->mck); in atmci_runtime_resume()