Lines Matching refs:ref_clk
272 struct clk *ref_clk; member
385 ret = clk_enable(td->ref_clk); in tegra_dfll_runtime_resume()
394 clk_disable(td->ref_clk); in tegra_dfll_runtime_resume()
402 clk_disable(td->ref_clk); in tegra_dfll_runtime_resume()
421 clk_disable(td->ref_clk); in tegra_dfll_runtime_suspend()
1283 td->ref_clk = devm_clk_get(td->dev, "ref"); in dfll_init_clks()
1284 if (IS_ERR(td->ref_clk)) { in dfll_init_clks()
1286 return PTR_ERR(td->ref_clk); in dfll_init_clks()
1318 td->ref_rate = clk_get_rate(td->ref_clk); in dfll_init()
1327 ret = clk_prepare(td->ref_clk); in dfll_init()
1367 clk_unprepare(td->ref_clk); in dfll_init()
1755 clk_unprepare(td->ref_clk); in tegra_dfll_unregister()