Searched refs:ecspi_sels (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/arch/arm/mach-imx/ |
D | clk-imx6sl.c | 58 static const char *ecspi_sels[] = { "pll3_60m", "osc", }; variable 322 … = imx_clk_mux("ecspi_sel", base + 0x38, 18, 1, ecspi_sels, ARRAY_SIZE(ecspi_sels)); in imx6sl_clocks_init()
|
D | clk-imx6sx.c | 59 static const char *ecspi_sels[] = { "pll3_60m", "osc", }; variable 305 …k_mux("ecspi_sel", base + 0x38, 18, 1, ecspi_sels, ARRAY_SIZE(ecspi_sels)); in imx6sx_clocks_init()
|