Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dsdhci-of-dwcmshc.c73 #define RK35xx_MAX_CLKS 3 macro
85 struct clk_bulk_data rockchip_clks[RK35xx_MAX_CLKS];
397 err = devm_clk_bulk_get_optional(mmc_dev(host->mmc), RK35xx_MAX_CLKS, in dwcmshc_rk35xx_init()
404 err = clk_bulk_prepare_enable(RK35xx_MAX_CLKS, priv->rockchip_clks); in dwcmshc_rk35xx_init()
580 clk_bulk_disable_unprepare(RK35xx_MAX_CLKS, in dwcmshc_probe()
616 clk_bulk_disable_unprepare(RK35xx_MAX_CLKS, in dwcmshc_remove()
641 clk_bulk_disable_unprepare(RK35xx_MAX_CLKS, in dwcmshc_suspend()
666 ret = clk_bulk_prepare_enable(RK35xx_MAX_CLKS, in dwcmshc_resume()
680 clk_bulk_disable_unprepare(RK35xx_MAX_CLKS, in dwcmshc_resume()