Lines Matching refs:ref_clk
273 struct clk *ref_clk; member
386 ret = clk_enable(td->ref_clk); in tegra_dfll_runtime_resume()
395 clk_disable(td->ref_clk); in tegra_dfll_runtime_resume()
403 clk_disable(td->ref_clk); in tegra_dfll_runtime_resume()
422 clk_disable(td->ref_clk); in tegra_dfll_runtime_suspend()
1261 td->ref_clk = devm_clk_get(td->dev, "ref"); in dfll_init_clks()
1262 if (IS_ERR(td->ref_clk)) { in dfll_init_clks()
1264 return PTR_ERR(td->ref_clk); in dfll_init_clks()
1296 td->ref_rate = clk_get_rate(td->ref_clk); in dfll_init()
1305 ret = clk_prepare(td->ref_clk); in dfll_init()
1345 clk_unprepare(td->ref_clk); in dfll_init()
1730 clk_unprepare(td->ref_clk); in tegra_dfll_unregister()