Searched refs:imx_clk_gate_exclusive (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/clk/imx/ |
H A D | clk.h | 118 #define imx_clk_gate_exclusive(name, parent, reg, shift, exclusive_mask) \ macro
|
H A D | clk-vf610.c | 252 clk[VF610_CLK_LVDS1_IN] = imx_clk_gate_exclusive("lvds1_in", "anaclk1", ANA_MISC1, 12, BIT(10)); in vf610_clocks_init()
|
/kernel/linux/linux-5.10/drivers/clk/imx/ |
H A D | clk.h | 81 #define imx_clk_gate_exclusive(name, parent, reg, shift, exclusive_mask) \ macro
|
H A D | clk-vf610.c | 252 clk[VF610_CLK_LVDS1_IN] = imx_clk_gate_exclusive("lvds1_in", "anaclk1", ANA_MISC1, 12, BIT(10)); in vf610_clocks_init()
|
Completed in 4 milliseconds