Searched refs:imx_clk_hw_gate4_flags (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/clk/imx/ |
H A D | clk.h | 194 imx_clk_hw_gate4_flags(name, parent, reg, shift, 0) 196 #define imx_clk_hw_gate4_flags(name, parent, reg, shift, flags) \ macro
|
H A D | clk-imx8mp.c | 625 hws[IMX8MP_CLK_DRAM1_ROOT] = imx_clk_hw_gate4_flags("dram1_root_clk", "dram_core_clk", ccm_base + 0x4050, 0, CLK_IS_CRITICAL); in imx8mp_clocks_probe()
|
/kernel/linux/linux-5.10/drivers/clk/imx/ |
H A D | clk.h | 427 static inline struct clk_hw *imx_clk_hw_gate4_flags(const char *name, in imx_clk_hw_gate4_flags() function 437 to_clk(imx_clk_hw_gate4_flags(name, parent, reg, shift, flags))
|
H A D | clk-imx8mp.c | 656 hws[IMX8MP_CLK_DRAM1_ROOT] = imx_clk_hw_gate4_flags("dram1_root_clk", "dram_core_clk", ccm_base + 0x4050, 0, CLK_IS_CRITICAL); in imx8mp_clocks_probe()
|
Completed in 5 milliseconds