Searched refs:imx_clk_hw_gate_exclusive (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/clk/imx/ |
D | clk-gate-exclusive.c | 58 struct clk_hw *imx_clk_hw_gate_exclusive(const char *name, const char *parent, in imx_clk_hw_gate_exclusive() function
|
D | clk-imx6sx.c | 214 …hws[IMX6SX_CLK_LVDS1_OUT] = imx_clk_hw_gate_exclusive("lvds1_out", "lvds1_sel", base + 0x160, 10, … in imx6sx_clocks_init() 215 …hws[IMX6SX_CLK_LVDS2_OUT] = imx_clk_hw_gate_exclusive("lvds2_out", "lvds2_sel", base + 0x160, 11, … in imx6sx_clocks_init() 216 …hws[IMX6SX_CLK_LVDS1_IN] = imx_clk_hw_gate_exclusive("lvds1_in", "anaclk1", base + 0x160, 12, … in imx6sx_clocks_init() 217 …hws[IMX6SX_CLK_LVDS2_IN] = imx_clk_hw_gate_exclusive("lvds2_in", "anaclk2", base + 0x160, 13, … in imx6sx_clocks_init()
|
D | clk-imx6q.c | 570 …hws[IMX6QDL_CLK_LVDS1_GATE] = imx_clk_hw_gate_exclusive("lvds1_gate", "lvds1_sel", base + 0x160, 1… in imx6q_clocks_init() 571 …hws[IMX6QDL_CLK_LVDS2_GATE] = imx_clk_hw_gate_exclusive("lvds2_gate", "lvds2_sel", base + 0x160, 1… in imx6q_clocks_init() 573 …hws[IMX6QDL_CLK_LVDS1_IN] = imx_clk_hw_gate_exclusive("lvds1_in", "anaclk1", base + 0x160, 12, BIT… in imx6q_clocks_init() 574 …hws[IMX6QDL_CLK_LVDS2_IN] = imx_clk_hw_gate_exclusive("lvds2_in", "anaclk2", base + 0x160, 13, BIT… in imx6q_clocks_init()
|
D | clk-imx6sl.c | 251 …hws[IMX6SL_CLK_LVDS1_OUT] = imx_clk_hw_gate_exclusive("lvds1_out", "lvds1_sel", base + 0x160, 10, … in imx6sl_clocks_init() 252 …hws[IMX6SL_CLK_LVDS1_IN] = imx_clk_hw_gate_exclusive("lvds1_in", "anaclk1", base + 0x160, 12, BIT(… in imx6sl_clocks_init()
|
D | clk.h | 119 to_clk(imx_clk_hw_gate_exclusive(name, parent, reg, shift, exclusive_mask)) 300 struct clk_hw *imx_clk_hw_gate_exclusive(const char *name, const char *parent,
|
D | clk-imx7d.c | 486 …hws[IMX7D_LVDS1_OUT_CLK] = imx_clk_hw_gate_exclusive("lvds1_out", "lvds1_sel", base + 0x170, 5, BI… in imx7d_clocks_init()
|