Searched refs:tegra_clk_pll (Results 1 – 2 of 2) sorted by relevance
223 static void clk_pll_enable_lock(struct tegra_clk_pll *pll) in clk_pll_enable_lock()238 static int clk_pll_wait_for_lock(struct tegra_clk_pll *pll) in clk_pll_wait_for_lock()274 struct tegra_clk_pll *pll = to_clk_pll(hw); in clk_pll_is_enabled()290 struct tegra_clk_pll *pll = to_clk_pll(hw); in _clk_pll_enable()310 struct tegra_clk_pll *pll = to_clk_pll(hw); in _clk_pll_disable()328 struct tegra_clk_pll *pll = to_clk_pll(hw); in clk_pll_enable()347 struct tegra_clk_pll *pll = to_clk_pll(hw); in clk_pll_disable()361 struct tegra_clk_pll *pll = to_clk_pll(hw); in _p_div_to_hw()377 struct tegra_clk_pll *pll = to_clk_pll(hw); in _hw_to_p_div()396 struct tegra_clk_pll *pll = to_clk_pll(hw); in _get_table_rate()[all …]
263 struct tegra_clk_pll { struct271 #define to_clk_pll(_hw) container_of(_hw, struct tegra_clk_pll, hw) argument