Home
last modified time | relevance | path

Searched refs:usdhc_sels (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/drivers/clk/imx/
Dclk-imxrt1050.c25 static const char *const usdhc_sels[] = { "pll2_pfd2_396m", "pll2_pfd0_352m", }; variable
116 usdhc_sels, ARRAY_SIZE(usdhc_sels)); in imxrt1050_clocks_probe()
118 usdhc_sels, ARRAY_SIZE(usdhc_sels)); in imxrt1050_clocks_probe()
Dclk-imx6q.c52 static const char *usdhc_sels[] = { "pll2_pfd2_396m", "pll2_pfd0_352m", }; variable
673 … = imx_clk_hw_mux("usdhc1_sel", base + 0x1c, 16, 1, usdhc_sels, ARRAY_SIZE(usdhc_sels)); in imx6q_clocks_init()
674 … = imx_clk_hw_mux("usdhc2_sel", base + 0x1c, 17, 1, usdhc_sels, ARRAY_SIZE(usdhc_sels)); in imx6q_clocks_init()
675 … = imx_clk_hw_mux("usdhc3_sel", base + 0x1c, 18, 1, usdhc_sels, ARRAY_SIZE(usdhc_sels)); in imx6q_clocks_init()
676 … = imx_clk_hw_mux("usdhc4_sel", base + 0x1c, 19, 1, usdhc_sels, ARRAY_SIZE(usdhc_sels)); in imx6q_clocks_init()
689 … imx_clk_hw_fixup_mux("usdhc1_sel", base + 0x1c, 16, 1, usdhc_sels, ARRAY_SIZE(usdhc_sels),… in imx6q_clocks_init()
690 … imx_clk_hw_fixup_mux("usdhc2_sel", base + 0x1c, 17, 1, usdhc_sels, ARRAY_SIZE(usdhc_sels),… in imx6q_clocks_init()
691 … imx_clk_hw_fixup_mux("usdhc3_sel", base + 0x1c, 18, 1, usdhc_sels, ARRAY_SIZE(usdhc_sels),… in imx6q_clocks_init()
692 … imx_clk_hw_fixup_mux("usdhc4_sel", base + 0x1c, 19, 1, usdhc_sels, ARRAY_SIZE(usdhc_sels),… in imx6q_clocks_init()
Dclk-imx6sl.c45 static const char *usdhc_sels[] = { "pll2_pfd2", "pll2_pfd0", }; variable
304 … imx_clk_hw_fixup_mux("usdhc1_sel", base + 0x1c, 16, 1, usdhc_sels, ARRAY_SIZE(usdhc_sels),… in imx6sl_clocks_init()
305 … imx_clk_hw_fixup_mux("usdhc2_sel", base + 0x1c, 17, 1, usdhc_sels, ARRAY_SIZE(usdhc_sels),… in imx6sl_clocks_init()
306 … imx_clk_hw_fixup_mux("usdhc3_sel", base + 0x1c, 18, 1, usdhc_sels, ARRAY_SIZE(usdhc_sels),… in imx6sl_clocks_init()
307 … imx_clk_hw_fixup_mux("usdhc4_sel", base + 0x1c, 19, 1, usdhc_sels, ARRAY_SIZE(usdhc_sels),… in imx6sl_clocks_init()
Dclk-imx6sll.c40 static const char *usdhc_sels[] = { "pll2_pfd2_396m", "pll2_pfd0_352m", }; variable
202 …C1_SEL] = imx_clk_hw_mux("usdhc1_sel", base + 0x1c, 16, 1, usdhc_sels, ARRAY_SIZE(usdhc_sels)); in imx6sll_clocks_init()
203 …C2_SEL] = imx_clk_hw_mux("usdhc2_sel", base + 0x1c, 17, 1, usdhc_sels, ARRAY_SIZE(usdhc_sels)); in imx6sll_clocks_init()
204 …C3_SEL] = imx_clk_hw_mux("usdhc3_sel", base + 0x1c, 18, 1, usdhc_sels, ARRAY_SIZE(usdhc_sels)); in imx6sll_clocks_init()
Dclk-imx6sx.c41 static const char *usdhc_sels[] = { "pll2_pfd2_396m", "pll2_pfd0_352m", }; variable
276 …w_mux("usdhc1_sel", base + 0x1c, 16, 1, usdhc_sels, ARRAY_SIZE(usdhc_sels)); in imx6sx_clocks_init()
277 …w_mux("usdhc2_sel", base + 0x1c, 17, 1, usdhc_sels, ARRAY_SIZE(usdhc_sels)); in imx6sx_clocks_init()
278 …w_mux("usdhc3_sel", base + 0x1c, 18, 1, usdhc_sels, ARRAY_SIZE(usdhc_sels)); in imx6sx_clocks_init()
279 …w_mux("usdhc4_sel", base + 0x1c, 19, 1, usdhc_sels, ARRAY_SIZE(usdhc_sels)); in imx6sx_clocks_init()
Dclk-imx6ul.c39 static const char *usdhc_sels[] = { "pll2_pfd2_396m", "pll2_pfd0_352m", }; variable
248 …C2_SEL] = imx_clk_hw_mux("usdhc2_sel", base + 0x1c, 17, 1, usdhc_sels, ARRAY_SIZE(usdhc_sels)); in imx6ul_clocks_init()
249 …C1_SEL] = imx_clk_hw_mux("usdhc1_sel", base + 0x1c, 16, 1, usdhc_sels, ARRAY_SIZE(usdhc_sels)); in imx6ul_clocks_init()