Lines Matching refs:mck
218 struct clk *mck; member
2387 host->mck = devm_clk_get(&pdev->dev, "mci_clk"); in atmci_probe()
2388 if (IS_ERR(host->mck)) in atmci_probe()
2389 return PTR_ERR(host->mck); in atmci_probe()
2395 ret = clk_prepare_enable(host->mck); in atmci_probe()
2400 host->bus_hz = clk_get_rate(host->mck); in atmci_probe()
2408 clk_disable_unprepare(host->mck); in atmci_probe()
2496 clk_disable_unprepare(host->mck); in atmci_probe()
2535 clk_disable_unprepare(host->mck); in atmci_remove()
2548 clk_disable_unprepare(host->mck); in atmci_runtime_suspend()
2561 return clk_prepare_enable(host->mck); in atmci_runtime_resume()