Searched refs:to_clk_pll_out (Results 1 – 2 of 2) sorted by relevance
31 struct tegra_clk_pll_out *pll_out = to_clk_pll_out(hw); in clk_pll_out_is_enabled()43 struct tegra_clk_pll_out *pll_out = to_clk_pll_out(hw); in clk_pll_out_enable()65 struct tegra_clk_pll_out *pll_out = to_clk_pll_out(hw); in clk_pll_out_disable()
461 #define to_clk_pll_out(_hw) container_of(_hw, struct tegra_clk_pll_out, hw) macro