Searched refs:to_clk_periph_gate (Results 1 – 2 of 2) sorted by relevance
38 struct tegra_clk_periph_gate *gate = to_clk_periph_gate(hw); in clk_periph_is_enabled()53 struct tegra_clk_periph_gate *gate = to_clk_periph_gate(hw); in clk_periph_enable_locked()68 struct tegra_clk_periph_gate *gate = to_clk_periph_gate(hw); in clk_periph_disable_locked()83 struct tegra_clk_periph_gate *gate = to_clk_periph_gate(hw); in clk_periph_enable()98 struct tegra_clk_periph_gate *gate = to_clk_periph_gate(hw); in clk_periph_disable()113 struct tegra_clk_periph_gate *gate = to_clk_periph_gate(hw); in clk_periph_disable_unused()
571 #define to_clk_periph_gate(_hw) \ macro