Home
last modified time | relevance | path

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

/drivers/mmc/host/
Domap_hsmmc.c183 struct clk *dbclk; member
1251 if (host->dbclk) in omap_hsmmc_switch_opcond()
1252 clk_disable_unprepare(host->dbclk); in omap_hsmmc_switch_opcond()
1261 if (host->dbclk) in omap_hsmmc_switch_opcond()
1262 clk_prepare_enable(host->dbclk); in omap_hsmmc_switch_opcond()
2102 host->dbclk = devm_clk_get(&pdev->dev, "mmchsdb_fck"); in omap_hsmmc_probe()
2106 if (IS_ERR(host->dbclk)) { in omap_hsmmc_probe()
2107 host->dbclk = NULL; in omap_hsmmc_probe()
2108 } else if (clk_prepare_enable(host->dbclk) != 0) { in omap_hsmmc_probe()
2110 host->dbclk = NULL; in omap_hsmmc_probe()
[all …]