Lines Matching refs:dbclk
176 struct clk *dbclk; member
1117 clk_disable_unprepare(host->dbclk); in omap_hsmmc_switch_opcond()
1125 clk_prepare_enable(host->dbclk); in omap_hsmmc_switch_opcond()
1903 host->dbclk = devm_clk_get(&pdev->dev, "mmchsdb_fck"); in omap_hsmmc_probe()
1907 if (IS_ERR(host->dbclk)) { in omap_hsmmc_probe()
1908 host->dbclk = NULL; in omap_hsmmc_probe()
1909 } else if (clk_prepare_enable(host->dbclk) != 0) { in omap_hsmmc_probe()
1911 host->dbclk = NULL; in omap_hsmmc_probe()
2015 clk_disable_unprepare(host->dbclk); in omap_hsmmc_probe()
2037 clk_disable_unprepare(host->dbclk); in omap_hsmmc_remove()
2062 clk_disable_unprepare(host->dbclk); in omap_hsmmc_suspend()
2078 clk_prepare_enable(host->dbclk); in omap_hsmmc_resume()