Home
last modified time | relevance | path

Searched refs:dfll_disable (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/clk/tegra/
H A Dclk-dfll.c947 static int dfll_disable(struct tegra_dfll *td) in dfll_disable() function
1106 dfll_disable(td); in dfll_clk_enable()
1118 dfll_disable(td); in dfll_clk_disable()
1286 return val ? dfll_enable(td) : dfll_disable(td); in attr_enable_set()