Searched refs:clk_apbif (Results 1 – 2 of 2) sorted by relevance
48 clk_disable_unprepare(ahub->clk_apbif); in tegra30_ahub_runtime_suspend()74 ret = clk_prepare_enable(ahub->clk_apbif); in tegra30_ahub_runtime_resume()567 ahub->clk_apbif = devm_clk_get(&pdev->dev, "apbif"); in tegra30_ahub_probe()568 if (IS_ERR(ahub->clk_apbif)) { in tegra30_ahub_probe()570 ret = PTR_ERR(ahub->clk_apbif); in tegra30_ahub_probe()
515 struct clk *clk_apbif; member