Lines Matching defs:imx93_clk_gate
35 struct imx93_clk_gate {
45 #define to_imx93_clk_gate(_hw) container_of(_hw, struct imx93_clk_gate, hw)
49 struct imx93_clk_gate *gate = to_imx93_clk_gate(hw);
67 struct imx93_clk_gate *gate = to_imx93_clk_gate(hw);
84 struct imx93_clk_gate *gate = to_imx93_clk_gate(hw);
101 static int imx93_clk_gate_reg_is_enabled(struct imx93_clk_gate *gate)
120 struct imx93_clk_gate *gate = to_imx93_clk_gate(hw);
135 struct imx93_clk_gate *gate = to_imx93_clk_gate(hw);
157 struct clk_hw *imx93_clk_gate(struct device *dev, const char *name, const char *parent_name,
161 struct imx93_clk_gate *gate;
167 gate = kzalloc(sizeof(struct imx93_clk_gate), GFP_KERNEL);
199 EXPORT_SYMBOL_GPL(imx93_clk_gate);