Searched refs:ocram_alt_sels (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/imx/ |
H A D | clk-imx6sl.c | 35 static const char *ocram_alt_sels[] = { "pll2_pfd2", "pll3_pfd1", }; variable 36 static const char *ocram_sels[] = { "periph", "ocram_alt_sels", }; 295 hws[IMX6SL_CLK_OCRAM_ALT_SEL] = imx_clk_hw_mux("ocram_alt_sel", base + 0x14, 7, 1, ocram_alt_sels, ARRAY_SIZE(ocram_alt_sels)); in imx6sl_clocks_init()
|
/kernel/linux/linux-6.6/drivers/clk/imx/ |
H A D | clk-imx6sl.c | 36 static const char *ocram_alt_sels[] = { "pll2_pfd2", "pll3_pfd1", }; variable 37 static const char *ocram_sels[] = { "periph", "ocram_alt_sels", }; 296 hws[IMX6SL_CLK_OCRAM_ALT_SEL] = imx_clk_hw_mux("ocram_alt_sel", base + 0x14, 7, 1, ocram_alt_sels, ARRAY_SIZE(ocram_alt_sels)); in imx6sl_clocks_init()
|
Completed in 2 milliseconds