Searched refs:ecspi_sels (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/clk/imx/ |
D | clk-imx6sl.c | 55 static const char *ecspi_sels[] = { "pll3_60m", "osc", }; variable 321 … imx_clk_hw_mux("ecspi_sel", base + 0x38, 18, 1, ecspi_sels, ARRAY_SIZE(ecspi_sels)); in imx6sl_clocks_init()
|
D | clk-imx6sll.c | 48 static const char *ecspi_sels[] = { "pll3_60m", "osc", }; variable 214 …ECSPI_SEL] = imx_clk_hw_mux("ecspi_sel", base + 0x38, 18, 1, ecspi_sels, ARRAY_SIZE(ecspi_sels)); in imx6sll_clocks_init()
|
D | clk-imx6ul.c | 54 static const char *ecspi_sels[] = { "pll3_60m", "osc", }; variable 284 …ECSPI_SEL] = imx_clk_hw_mux("ecspi_sel", base + 0x38, 18, 1, ecspi_sels, ARRAY_SIZE(ecspi_sels)); in imx6ul_clocks_init()
|
D | clk-imx6sx.c | 51 static const char *ecspi_sels[] = { "pll3_60m", "osc", }; variable 297 …w_mux("ecspi_sel", base + 0x38, 18, 1, ecspi_sels, ARRAY_SIZE(ecspi_sels)); in imx6sx_clocks_init()
|
D | clk-imx6q.c | 62 static const char *ecspi_sels[] = { "pll3_60m", "osc", }; variable 627 …_ECSPI_SEL] = imx_clk_hw_mux("ecspi_sel", base + 0x38, 18, 1, ecspi_sels, ARRAY_SIZE(ecspi_sels)); in imx6q_clocks_init()
|