Searched refs:usdhc_sels (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/clk/imx/ |
| H A D | clk-imxrt1050.c | 25 static const char *const usdhc_sels[] = { "pll2_pfd2_396m", "pll2_pfd0_352m", }; variable 120 usdhc_sels, ARRAY_SIZE(usdhc_sels)); in imxrt1050_clocks_probe() 122 usdhc_sels, ARRAY_SIZE(usdhc_sels)); in imxrt1050_clocks_probe()
|
| H A D | clk-imx6sl.c | 45 static const char *usdhc_sels[] = { "pll2_pfd2", "pll2_pfd0", }; variable 303 … imx_clk_hw_fixup_mux("usdhc1_sel", base + 0x1c, 16, 1, usdhc_sels, ARRAY_SIZE(usdhc_sels),… in imx6sl_clocks_init() 304 … imx_clk_hw_fixup_mux("usdhc2_sel", base + 0x1c, 17, 1, usdhc_sels, ARRAY_SIZE(usdhc_sels),… in imx6sl_clocks_init() 305 … imx_clk_hw_fixup_mux("usdhc3_sel", base + 0x1c, 18, 1, usdhc_sels, ARRAY_SIZE(usdhc_sels),… in imx6sl_clocks_init() 306 … imx_clk_hw_fixup_mux("usdhc4_sel", base + 0x1c, 19, 1, usdhc_sels, ARRAY_SIZE(usdhc_sels),… in imx6sl_clocks_init()
|
| H A D | clk-imx6sll.c | 40 static const char *usdhc_sels[] = { "pll2_pfd2_396m", "pll2_pfd0_352m", }; variable 201 …C1_SEL] = imx_clk_hw_mux("usdhc1_sel", base + 0x1c, 16, 1, usdhc_sels, ARRAY_SIZE(usdhc_sels)); in imx6sll_clocks_init() 202 …C2_SEL] = imx_clk_hw_mux("usdhc2_sel", base + 0x1c, 17, 1, usdhc_sels, ARRAY_SIZE(usdhc_sels)); in imx6sll_clocks_init() 203 …C3_SEL] = imx_clk_hw_mux("usdhc3_sel", base + 0x1c, 18, 1, usdhc_sels, ARRAY_SIZE(usdhc_sels)); in imx6sll_clocks_init()
|
| H A D | clk-imx6sx.c | 41 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()
|
| H A D | clk-imx6ul.c | 40 static const char *usdhc_sels[] = { "pll2_pfd2_396m", "pll2_pfd0_352m", }; variable 262 …C2_SEL] = imx_clk_hw_mux("usdhc2_sel", base + 0x1c, 17, 1, usdhc_sels, ARRAY_SIZE(usdhc_sels)); in imx6ul_clocks_init() 263 …C1_SEL] = imx_clk_hw_mux("usdhc1_sel", base + 0x1c, 16, 1, usdhc_sels, ARRAY_SIZE(usdhc_sels)); in imx6ul_clocks_init()
|