Home
last modified time | relevance | path

Searched refs:biu_clk (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/mmc/host/
H A Ddw_mmc.c3299 host->biu_clk = devm_clk_get(host->dev, "biu"); in dw_mci_probe()
3300 if (IS_ERR(host->biu_clk)) { in dw_mci_probe()
3302 ret = PTR_ERR(host->biu_clk); in dw_mci_probe()
3307 ret = clk_prepare_enable(host->biu_clk); in dw_mci_probe()
3494 clk_disable_unprepare(host->biu_clk); in dw_mci_probe()
3519 clk_disable_unprepare(host->biu_clk); in dw_mci_remove()
3538 clk_disable_unprepare(host->biu_clk); in dw_mci_runtime_suspend()
3552 ret = clk_prepare_enable(host->biu_clk); in dw_mci_runtime_resume()
3606 clk_disable_unprepare(host->biu_clk); in dw_mci_runtime_resume()
H A Ddw_mmc.h213 struct clk *biu_clk; member