Searched refs:__imx_clk_hw_gate2 (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/clk/imx/ |
D | clk.h | 136 to_clk(__imx_clk_hw_gate2(name, parent, reg, shift, cgr_val, 0, NULL)) 175 __imx_clk_hw_gate2(name, parent, reg, shift, 0x3, flags, NULL) 178 __imx_clk_hw_gate2(name, parent, reg, shift, 0x3, 0, shared_count) 181 __imx_clk_hw_gate2(name, parent, reg, shift, 0x3, CLK_OPS_PARENT_ENABLE, shared_count) 368 static inline struct clk_hw *__imx_clk_hw_gate2(const char *name, const char *parent, in __imx_clk_hw_gate2() function
|