Searched refs:usdhc_sels (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/arch/arm/mach-imx/ |
D | clk-imx6sl.c | 48 static const char *usdhc_sels[] = { "pll2_pfd2", "pll2_pfd0", }; variable 305 … = imx_clk_fixup_mux("usdhc1_sel", base + 0x1c, 16, 1, usdhc_sels, ARRAY_SIZE(usdhc_sels),… in imx6sl_clocks_init() 306 … = imx_clk_fixup_mux("usdhc2_sel", base + 0x1c, 17, 1, usdhc_sels, ARRAY_SIZE(usdhc_sels),… in imx6sl_clocks_init() 307 … = imx_clk_fixup_mux("usdhc3_sel", base + 0x1c, 18, 1, usdhc_sels, ARRAY_SIZE(usdhc_sels),… in imx6sl_clocks_init() 308 … = imx_clk_fixup_mux("usdhc4_sel", base + 0x1c, 19, 1, usdhc_sels, ARRAY_SIZE(usdhc_sels),… in imx6sl_clocks_init()
|
D | clk-imx6q.c | 51 static const char *usdhc_sels[] = { "pll2_pfd2_396m", "pll2_pfd0_352m", }; variable 302 … = imx_clk_fixup_mux("usdhc1_sel", base + 0x1c, 16, 1, usdhc_sels, ARRAY_SIZE(usdhc_sels),… in imx6q_clocks_init() 303 … = imx_clk_fixup_mux("usdhc2_sel", base + 0x1c, 17, 1, usdhc_sels, ARRAY_SIZE(usdhc_sels),… in imx6q_clocks_init() 304 … = imx_clk_fixup_mux("usdhc3_sel", base + 0x1c, 18, 1, usdhc_sels, ARRAY_SIZE(usdhc_sels),… in imx6q_clocks_init() 305 … = imx_clk_fixup_mux("usdhc4_sel", base + 0x1c, 19, 1, usdhc_sels, ARRAY_SIZE(usdhc_sels),… in imx6q_clocks_init()
|
D | clk-imx6sx.c | 49 static const char *usdhc_sels[] = { "pll2_pfd2_396m", "pll2_pfd0_352m", }; variable 285 …k_mux("usdhc1_sel", base + 0x1c, 16, 1, usdhc_sels, ARRAY_SIZE(usdhc_sels)); in imx6sx_clocks_init() 286 …k_mux("usdhc2_sel", base + 0x1c, 17, 1, usdhc_sels, ARRAY_SIZE(usdhc_sels)); in imx6sx_clocks_init() 287 …k_mux("usdhc3_sel", base + 0x1c, 18, 1, usdhc_sels, ARRAY_SIZE(usdhc_sels)); in imx6sx_clocks_init() 288 …k_mux("usdhc4_sel", base + 0x1c, 19, 1, usdhc_sels, ARRAY_SIZE(usdhc_sels)); in imx6sx_clocks_init()
|