Searched refs:imx93_clk_gate (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/clk/imx/ |
D | clk-gate-93.c | 35 struct imx93_clk_gate { struct 45 #define to_imx93_clk_gate(_hw) container_of(_hw, struct imx93_clk_gate, hw) argument 49 struct imx93_clk_gate *gate = to_imx93_clk_gate(hw); in imx93_clk_gate_do_hardware() 67 struct imx93_clk_gate *gate = to_imx93_clk_gate(hw); in imx93_clk_gate_enable() 84 struct imx93_clk_gate *gate = to_imx93_clk_gate(hw); in imx93_clk_gate_disable() 101 static int imx93_clk_gate_reg_is_enabled(struct imx93_clk_gate *gate) in imx93_clk_gate_reg_is_enabled() 120 struct imx93_clk_gate *gate = to_imx93_clk_gate(hw); in imx93_clk_gate_is_enabled() 135 struct imx93_clk_gate *gate = to_imx93_clk_gate(hw); in imx93_clk_gate_disable_unused() 157 struct clk_hw *imx93_clk_gate(struct device *dev, const char *name, const char *parent_name, in imx93_clk_gate() function 161 struct imx93_clk_gate *gate; in imx93_clk_gate() [all …]
|
D | clk-imx93.c | 315 clks[ccgr->clk] = imx93_clk_gate(NULL, ccgr->name, ccgr->parent_name, in imx93_clocks_probe()
|
D | clk.h | 454 struct clk_hw *imx93_clk_gate(struct device *dev, const char *name, const char *parent_name,
|