Searched refs:usdhc_sels (Results 1 - 4 of 4) sorted by relevance

/u-boot/drivers/clk/imx/
H A Dclk-imx6q.c35 static const char *const usdhc_sels[] = { "pll2_pfd2_396m", "pll2_pfd0_352m", }; variable
71 usdhc_sels, ARRAY_SIZE(usdhc_sels)));
74 usdhc_sels, ARRAY_SIZE(usdhc_sels)));
77 usdhc_sels, ARRAY_SIZE(usdhc_sels)));
80 usdhc_sels, ARRAY_SIZE(usdhc_sels)));
H A Dclk-imxrt1020.c29 static const char *const usdhc_sels[] = { "pll2_pfd2_396m", "pll2_pfd0_352m", }; variable
89 usdhc_sels, ARRAY_SIZE(usdhc_sels)));
92 usdhc_sels, ARRAY_SIZE(usdhc_sels)));
H A Dclk-imxrt1050.c26 static const char *const usdhc_sels[] = { "pll2_pfd2_396m", "pll2_pfd0_352m", }; variable
128 usdhc_sels, ARRAY_SIZE(usdhc_sels)));
131 usdhc_sels, ARRAY_SIZE(usdhc_sels)));
/u-boot/drivers/clk/
H A Dclk_sandbox_ccf.c231 static const char *const usdhc_sels[] = { "pll3_60m", "pll3_80m", }; variable
264 sandbox_clk_mux("usdhc1_sel", &reg, 16, 1, usdhc_sels,
265 ARRAY_SIZE(usdhc_sels)));
270 sandbox_clk_mux("usdhc2_sel", &reg, 17, 1, usdhc_sels,
271 ARRAY_SIZE(usdhc_sels)));

Completed in 121 milliseconds