Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/host/
Domap_hsmmc.c182 struct clk *dbclk; member
1163 if (host->dbclk) in omap_hsmmc_switch_opcond()
1164 clk_disable_unprepare(host->dbclk); in omap_hsmmc_switch_opcond()
1173 if (host->dbclk) in omap_hsmmc_switch_opcond()
1174 clk_prepare_enable(host->dbclk); in omap_hsmmc_switch_opcond()
2017 host->dbclk = devm_clk_get(&pdev->dev, "mmchsdb_fck"); in omap_hsmmc_probe()
2021 if (IS_ERR(host->dbclk)) { in omap_hsmmc_probe()
2022 host->dbclk = NULL; in omap_hsmmc_probe()
2023 } else if (clk_prepare_enable(host->dbclk) != 0) { in omap_hsmmc_probe()
2025 host->dbclk = NULL; in omap_hsmmc_probe()
[all …]