Searched refs:esdhc_sels (Results 1 – 1 of 1) sorted by relevance
| /linux-4.1.27/arch/arm/mach-imx/ |
| D | clk-vf610.c | 94 static const char *esdhc_sels[] = { "pll3_usb_otg", "pll3_pfd3", "pll1_pfd3", "platform_bus", }; variable 283 clk[VF610_CLK_ESDHC0_SEL] = imx_clk_mux("esdhc0_sel", CCM_CSCMR1, 16, 2, esdhc_sels, 4); in vf610_clocks_init() 288 clk[VF610_CLK_ESDHC1_SEL] = imx_clk_mux("esdhc1_sel", CCM_CSCMR1, 18, 2, esdhc_sels, 4); in vf610_clocks_init()
|