Lines Matching refs:mck
344 struct clk *mck; member
2482 host->mck = devm_clk_get(&pdev->dev, "mci_clk"); in atmci_probe()
2483 if (IS_ERR(host->mck)) in atmci_probe()
2484 return PTR_ERR(host->mck); in atmci_probe()
2490 ret = clk_prepare_enable(host->mck); in atmci_probe()
2495 host->bus_hz = clk_get_rate(host->mck); in atmci_probe()
2503 clk_disable_unprepare(host->mck); in atmci_probe()
2591 clk_disable_unprepare(host->mck); in atmci_probe()
2630 clk_disable_unprepare(host->mck); in atmci_remove()
2643 clk_disable_unprepare(host->mck); in atmci_runtime_suspend()
2656 return clk_prepare_enable(host->mck); in atmci_runtime_resume()