Home
last modified time | relevance | path

Searched refs:imx_clk_gate2 (Results 1 – 5 of 5) sorted by relevance

/u-boot/drivers/clk/imx/
A Dclk-imx6q.c156 imx_clk_gate2("ecspi1", "ecspi_root", base + 0x6c, 0)); in imx6q_clk_probe()
158 imx_clk_gate2("ecspi2", "ecspi_root", base + 0x6c, 2)); in imx6q_clk_probe()
160 imx_clk_gate2("ecspi3", "ecspi_root", base + 0x6c, 4)); in imx6q_clk_probe()
162 imx_clk_gate2("ecspi4", "ecspi_root", base + 0x6c, 6)); in imx6q_clk_probe()
164 imx_clk_gate2("usdhc1", "usdhc1_podf", base + 0x80, 2)); in imx6q_clk_probe()
166 imx_clk_gate2("usdhc2", "usdhc2_podf", base + 0x80, 4)); in imx6q_clk_probe()
168 imx_clk_gate2("usdhc3", "usdhc3_podf", base + 0x80, 6)); in imx6q_clk_probe()
170 imx_clk_gate2("usdhc4", "usdhc4_podf", base + 0x80, 8)); in imx6q_clk_probe()
186 imx_clk_gate2("i2c1", "ipg_per", base + 0x70, 6)); in imx6q_clk_probe()
188 imx_clk_gate2("i2c2", "ipg_per", base + 0x70, 8)); in imx6q_clk_probe()
[all …]
A Dclk-imxrt1020.c177 imx_clk_gate2("usdhc1", "usdhc1_podf", base + 0x80, 2)); in imxrt1020_clk_probe()
179 imx_clk_gate2("usdhc2", "usdhc2_podf", base + 0x80, 4)); in imxrt1020_clk_probe()
181 imx_clk_gate2("lpuart1", "lpuart_podf", base + 0x7c, 24)); in imxrt1020_clk_probe()
183 imx_clk_gate2("semc", "semc_podf", base + 0x74, 4)); in imxrt1020_clk_probe()
A Dclk-imxrt1050.c251 imx_clk_gate2("usdhc1", "usdhc1_podf", base + 0x80, 2)); in imxrt1050_clk_probe()
253 imx_clk_gate2("usdhc2", "usdhc2_podf", base + 0x80, 4)); in imxrt1050_clk_probe()
255 imx_clk_gate2("lpuart1", "lpuart_podf", base + 0x7c, 24)); in imxrt1050_clk_probe()
257 imx_clk_gate2("semc", "semc_podf", base + 0x74, 4)); in imxrt1050_clk_probe()
259 imx_clk_gate2("lcdif", "lcdif_podf", base + 0x74, 10)); in imxrt1050_clk_probe()
A Dclk-imx8mp.c385 clk_dm(IMX8MP_CLK_I2C5_ROOT, imx_clk_gate2("i2c5_root_clk", "i2c5", base + 0x4330, 0)); in imx8mp_clk_probe()
386 clk_dm(IMX8MP_CLK_I2C6_ROOT, imx_clk_gate2("i2c6_root_clk", "i2c6", base + 0x4340, 0)); in imx8mp_clk_probe()
A Dclk.h57 static inline struct clk *imx_clk_gate2(const char *name, const char *parent, in imx_clk_gate2() function

Completed in 13 milliseconds