Searched refs:clk_apbif (Results 1 – 2 of 2) sorted by relevance
58 clk_disable_unprepare(ahub->clk_apbif); in tegra30_ahub_runtime_suspend()84 ret = clk_prepare_enable(ahub->clk_apbif); in tegra30_ahub_runtime_resume()579 ahub->clk_apbif = devm_clk_get(&pdev->dev, "apbif"); in tegra30_ahub_probe()580 if (IS_ERR(ahub->clk_apbif)) { in tegra30_ahub_probe()582 ret = PTR_ERR(ahub->clk_apbif); in tegra30_ahub_probe()
526 struct clk *clk_apbif; member