Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/mmc/
Ddw_mmc.h180 struct clk *biu_clk; member
/linux-4.1.27/drivers/mmc/host/
Ddw_mmc.c2763 host->biu_clk = devm_clk_get(host->dev, "biu"); in dw_mci_probe()
2764 if (IS_ERR(host->biu_clk)) { in dw_mci_probe()
2767 ret = clk_prepare_enable(host->biu_clk); in dw_mci_probe()
2966 if (!IS_ERR(host->biu_clk)) in dw_mci_probe()
2967 clk_disable_unprepare(host->biu_clk); in dw_mci_probe()
2996 if (!IS_ERR(host->biu_clk)) in dw_mci_remove()
2997 clk_disable_unprepare(host->biu_clk); in dw_mci_remove()