Searched refs:biu_clk (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/mmc/host/
H A Ddw_mmc.c3293 host->biu_clk = devm_clk_get(host->dev, "biu");
3294 if (IS_ERR(host->biu_clk)) {
3297 ret = clk_prepare_enable(host->biu_clk);
3480 clk_disable_unprepare(host->biu_clk);
3505 clk_disable_unprepare(host->biu_clk);
3524 clk_disable_unprepare(host->biu_clk);
3538 ret = clk_prepare_enable(host->biu_clk);
3592 clk_disable_unprepare(host->biu_clk);
H A Ddw_mmc-k3.c195 ret = clk_set_rate(host->biu_clk, clock);
199 host->bus_hz = clk_get_rate(host->biu_clk);
H A Ddw_mmc.h109 * @biu_clk: Pointer to bus interface unit clock instance.
212 struct clk *biu_clk; member in struct:dw_mci

Completed in 139 milliseconds