Lines Matching refs:ref_clk
271 struct clk *ref_clk; member
394 ret = clk_enable(td->ref_clk); in tegra_dfll_runtime_resume()
403 clk_disable(td->ref_clk); in tegra_dfll_runtime_resume()
411 clk_disable(td->ref_clk); in tegra_dfll_runtime_resume()
430 clk_disable(td->ref_clk); in tegra_dfll_runtime_suspend()
1426 td->ref_clk = devm_clk_get(td->dev, "ref"); in dfll_init_clks()
1427 if (IS_ERR(td->ref_clk)) { in dfll_init_clks()
1429 return PTR_ERR(td->ref_clk); in dfll_init_clks()
1461 td->ref_rate = clk_get_rate(td->ref_clk); in dfll_init()
1471 ret = clk_prepare(td->ref_clk); in dfll_init()
1511 clk_unprepare(td->ref_clk); in dfll_init()
2099 clk_unprepare(td->ref_clk); in tegra_dfll_unregister()