Searched refs:usdhc_sels (Results 1 – 4 of 4) sorted by relevance
/u-boot/drivers/clk/imx/ |
A D | clk-imx6q.c | 92 static const char *const usdhc_sels[] = { "pll2_pfd2_396m", "pll2_pfd0_352m", }; variable 128 usdhc_sels, ARRAY_SIZE(usdhc_sels))); in imx6q_clk_probe() 131 usdhc_sels, ARRAY_SIZE(usdhc_sels))); in imx6q_clk_probe() 134 usdhc_sels, ARRAY_SIZE(usdhc_sels))); in imx6q_clk_probe() 137 usdhc_sels, ARRAY_SIZE(usdhc_sels))); in imx6q_clk_probe()
|
A D | clk-imxrt1020.c | 86 static const char *const usdhc_sels[] = { "pll2_pfd2_396m", "pll2_pfd0_352m", }; variable 146 usdhc_sels, ARRAY_SIZE(usdhc_sels))); in imxrt1020_clk_probe() 149 usdhc_sels, ARRAY_SIZE(usdhc_sels))); in imxrt1020_clk_probe()
|
A D | clk-imxrt1050.c | 109 static const char *const usdhc_sels[] = { "pll2_pfd2_396m", "pll2_pfd0_352m", }; variable 211 usdhc_sels, ARRAY_SIZE(usdhc_sels))); in imxrt1050_clk_probe() 214 usdhc_sels, ARRAY_SIZE(usdhc_sels))); in imxrt1050_clk_probe()
|
/u-boot/drivers/clk/ |
A D | clk_sandbox_ccf.c | 231 static const char *const usdhc_sels[] = { "pll3_60m", "pll3_80m", }; variable 264 sandbox_clk_mux("usdhc1_sel", ®, 16, 1, usdhc_sels, in sandbox_clk_ccf_probe() 265 ARRAY_SIZE(usdhc_sels))); in sandbox_clk_ccf_probe() 270 sandbox_clk_mux("usdhc2_sel", ®, 17, 1, usdhc_sels, in sandbox_clk_ccf_probe() 271 ARRAY_SIZE(usdhc_sels))); in sandbox_clk_ccf_probe()
|
Completed in 5 milliseconds