Lines Matching refs:gate_hw
82 struct clk_hw *gate_hw = &periph->gate.hw;
84 __clk_hw_set_clk(gate_hw, hw);
86 return gate_ops->is_enabled(gate_hw);
93 struct clk_hw *gate_hw = &periph->gate.hw;
95 __clk_hw_set_clk(gate_hw, hw);
97 return gate_ops->enable(gate_hw);
104 struct clk_hw *gate_hw = &periph->gate.hw;
106 gate_ops->disable(gate_hw);
113 struct clk_hw *gate_hw = &periph->gate.hw;
115 gate_ops->disable_unused(gate_hw);