Lines Matching refs:gate_hw
170 struct clk_hw *gate_hw = &sdmmc_mux->gate.hw;
172 __clk_hw_set_clk(gate_hw, hw);
174 return gate_ops->is_enabled(gate_hw);
181 struct clk_hw *gate_hw = &sdmmc_mux->gate.hw;
183 __clk_hw_set_clk(gate_hw, hw);
185 return gate_ops->enable(gate_hw);
192 struct clk_hw *gate_hw = &sdmmc_mux->gate.hw;
194 gate_ops->disable(gate_hw);
201 struct clk_hw *gate_hw = &sdmmc_mux->gate.hw;
203 gate_ops->disable_unused(gate_hw);