Searched refs:to_clk_pll_out (Results 1 – 2 of 2) sorted by relevance
32 struct tegra_clk_pll_out *pll_out = to_clk_pll_out(hw); in clk_pll_out_is_enabled()44 struct tegra_clk_pll_out *pll_out = to_clk_pll_out(hw); in clk_pll_out_enable()66 struct tegra_clk_pll_out *pll_out = to_clk_pll_out(hw); in clk_pll_out_disable()
327 #define to_clk_pll_out(_hw) container_of(_hw, struct tegra_clk_pll_out, hw) macro