Searched refs:dbclk (Results 1 – 1 of 1) sorted by relevance
146 struct clk *dbclk; member1086 clk_disable(host->dbclk); in omap_hsmmc_switch_opcond()1097 clk_enable(host->dbclk); in omap_hsmmc_switch_opcond()1889 host->dbclk = clk_get(&pdev->dev, "mmchsdb_fck"); in omap_hsmmc_probe()1893 if (IS_ERR(host->dbclk)) in omap_hsmmc_probe()1900 if (clk_enable(host->dbclk) != 0) in omap_hsmmc_probe()2023 clk_disable(host->dbclk); in omap_hsmmc_probe()2024 clk_put(host->dbclk); in omap_hsmmc_probe()2056 clk_disable(host->dbclk); in omap_hsmmc_remove()2057 clk_put(host->dbclk); in omap_hsmmc_remove()[all …]