Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Ddw_mmc-k3.c121 ret = clk_set_rate(host->biu_clk, clock); in dw_mci_hi6220_set_ios()
125 host->bus_hz = clk_get_rate(host->biu_clk); in dw_mci_hi6220_set_ios()
Ddw_mmc.c2974 host->biu_clk = devm_clk_get(host->dev, "biu"); in dw_mci_probe()
2975 if (IS_ERR(host->biu_clk)) { in dw_mci_probe()
2978 ret = clk_prepare_enable(host->biu_clk); in dw_mci_probe()
3182 if (!IS_ERR(host->biu_clk)) in dw_mci_probe()
3183 clk_disable_unprepare(host->biu_clk); in dw_mci_probe()
3212 if (!IS_ERR(host->biu_clk)) in dw_mci_remove()
3213 clk_disable_unprepare(host->biu_clk); in dw_mci_remove()
/linux-4.4.14/include/linux/mmc/
Ddw_mmc.h196 struct clk *biu_clk; member