Home
last modified time | relevance | path

Searched refs:biu_clk (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/mmc/host/
H A 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()
H A Ddw_mmc.c3171 host->biu_clk = devm_clk_get(host->dev, "biu"); in dw_mci_probe()
3172 if (IS_ERR(host->biu_clk)) { in dw_mci_probe()
3175 ret = clk_prepare_enable(host->biu_clk); in dw_mci_probe()
3357 clk_disable_unprepare(host->biu_clk); in dw_mci_probe()
3383 clk_disable_unprepare(host->biu_clk); in dw_mci_remove()
3402 clk_disable_unprepare(host->biu_clk); in dw_mci_runtime_suspend()
3416 ret = clk_prepare_enable(host->biu_clk); in dw_mci_runtime_resume()
3470 clk_disable_unprepare(host->biu_clk); in dw_mci_runtime_resume()
H A Ddw_mmc.h106 * @biu_clk: Pointer to bus interface unit clock instance.
207 struct clk *biu_clk; member
/kernel/linux/linux-6.6/drivers/mmc/host/
H A 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()
H A Ddw_mmc.c3294 host->biu_clk = devm_clk_get(host->dev, "biu"); in dw_mci_probe()
3295 if (IS_ERR(host->biu_clk)) { in dw_mci_probe()
3298 ret = clk_prepare_enable(host->biu_clk); in dw_mci_probe()
3481 clk_disable_unprepare(host->biu_clk); in dw_mci_probe()
3506 clk_disable_unprepare(host->biu_clk); in dw_mci_remove()
3525 clk_disable_unprepare(host->biu_clk); in dw_mci_runtime_suspend()
3539 ret = clk_prepare_enable(host->biu_clk); in dw_mci_runtime_resume()
3593 clk_disable_unprepare(host->biu_clk); in dw_mci_runtime_resume()
H A Ddw_mmc.h109 * @biu_clk: Pointer to bus interface unit clock instance.
212 struct clk *biu_clk; member

Completed in 12 milliseconds