Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/mmc/host/
Ddw_mmc-k3.c195 ret = clk_set_rate(host->biu_clk, clock); in dw_mci_hi6220_set_ios()
199 host->bus_hz = clk_get_rate(host->biu_clk); in dw_mci_hi6220_set_ios()
Ddw_mmc.c3169 host->biu_clk = devm_clk_get(host->dev, "biu"); in dw_mci_probe()
3170 if (IS_ERR(host->biu_clk)) { in dw_mci_probe()
3173 ret = clk_prepare_enable(host->biu_clk); in dw_mci_probe()
3355 clk_disable_unprepare(host->biu_clk); in dw_mci_probe()
3381 clk_disable_unprepare(host->biu_clk); in dw_mci_remove()
3400 clk_disable_unprepare(host->biu_clk); in dw_mci_runtime_suspend()
3414 ret = clk_prepare_enable(host->biu_clk); in dw_mci_runtime_resume()
3468 clk_disable_unprepare(host->biu_clk); in dw_mci_runtime_resume()
Ddw_mmc.h207 struct clk *biu_clk; member