Searched refs:perclk_sels (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/imx/ |
H A D | clk-imx6sll.c | 50 static const char *perclk_sels[] = { "ipg", "osc", }; variable 208 hws[IMX6SLL_CLK_PERCLK_SEL] = imx_clk_hw_mux("perclk_sel", base + 0x1c, 6, 1, perclk_sels, ARRAY_SIZE(perclk_sels)); in imx6sll_clocks_init()
|
H A D | clk-imx6sl.c | 46 static const char *perclk_sels[] = { "ipg", "osc", }; variable 310 hws[IMX6SL_CLK_PERCLK_SEL] = imx_clk_hw_fixup_mux("perclk_sel", base + 0x1c, 6, 1, perclk_sels, ARRAY_SIZE(perclk_sels), imx_cscmr1_fixup); in imx6sl_clocks_init()
|
H A D | clk-imx6ul.c | 55 static const char *perclk_sels[] = { "ipg", "osc", }; variable 254 hws[IMX6UL_CLK_PERCLK_SEL] = imx_clk_hw_mux("perclk_sel", base + 0x1c, 6, 1, perclk_sels, ARRAY_SIZE(perclk_sels)); in imx6ul_clocks_init()
|
H A D | clk-imx6sx.c | 40 static const char *perclk_sels[] = { "ipg", "osc", }; variable 284 hws[IMX6SX_CLK_PERCLK_SEL] = imx_clk_hw_mux("perclk_sel", base + 0x1c, 6, 1, perclk_sels, ARRAY_SIZE(perclk_sels)); in imx6sx_clocks_init()
|
/kernel/linux/linux-6.6/drivers/clk/imx/ |
H A D | clk-imx6sll.c | 50 static const char *perclk_sels[] = { "ipg", "osc", }; variable 208 hws[IMX6SLL_CLK_PERCLK_SEL] = imx_clk_hw_mux("perclk_sel", base + 0x1c, 6, 1, perclk_sels, ARRAY_SIZE(perclk_sels)); in imx6sll_clocks_init()
|
H A D | clk-imx6sl.c | 47 static const char *perclk_sels[] = { "ipg", "osc", }; variable 311 hws[IMX6SL_CLK_PERCLK_SEL] = imx_clk_hw_fixup_mux("perclk_sel", base + 0x1c, 6, 1, perclk_sels, ARRAY_SIZE(perclk_sels), imx_cscmr1_fixup); in imx6sl_clocks_init()
|
H A D | clk-imx6sx.c | 40 static const char *perclk_sels[] = { "ipg", "osc", }; variable 284 hws[IMX6SX_CLK_PERCLK_SEL] = imx_clk_hw_mux("perclk_sel", base + 0x1c, 6, 1, perclk_sels, ARRAY_SIZE(perclk_sels)); in imx6sx_clocks_init()
|
H A D | clk-imx6ul.c | 56 static const char *perclk_sels[] = { "ipg", "osc", }; variable 269 hws[IMX6UL_CLK_PERCLK_SEL] = imx_clk_hw_mux("perclk_sel", base + 0x1c, 6, 1, perclk_sels, ARRAY_SIZE(perclk_sels)); in imx6ul_clocks_init()
|
Completed in 8 milliseconds