Searched refs:imx_clk_hw_gate_dis_flags (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/clk/imx/ |
H A D | clk.h | 170 imx_clk_hw_gate_dis_flags(name, parent, reg, shift, 0) 172 #define imx_clk_hw_gate_dis_flags(name, parent, reg, shift, flags) \ macro
|
H A D | clk-imx7d.c | 455 hws[IMX7D_PLL_SYS_MAIN_480M_CLK] = imx_clk_hw_gate_dis_flags("pll_sys_main_480m_clk", "pll_sys_main_480m", base + 0xb0, 4, CLK_IS_CRITICAL); in imx7d_clocks_init()
|
/kernel/linux/linux-5.10/drivers/clk/imx/ |
H A D | clk.h | 343 static inline struct clk_hw *imx_clk_hw_gate_dis_flags(const char *name, const char *parent, in imx_clk_hw_gate_dis_flags() function
|
H A D | clk-imx7d.c | 455 hws[IMX7D_PLL_SYS_MAIN_480M_CLK] = imx_clk_hw_gate_dis_flags("pll_sys_main_480m_clk", "pll_sys_main_480m", base + 0xb0, 4, CLK_IS_CRITICAL); in imx7d_clocks_init()
|
Completed in 6 milliseconds