Lines Matching refs:gate_hw
76 struct clk_hw *gate_hw = &periph->gate.hw;
78 __clk_hw_set_clk(gate_hw, hw);
80 return gate_ops->is_enabled(gate_hw);
87 struct clk_hw *gate_hw = &periph->gate.hw;
89 __clk_hw_set_clk(gate_hw, hw);
91 return gate_ops->enable(gate_hw);
98 struct clk_hw *gate_hw = &periph->gate.hw;
100 gate_ops->disable(gate_hw);
107 struct clk_hw *gate_hw = &periph->gate.hw;
109 gate_ops->disable_unused(gate_hw);