Searched refs:clkout_sels (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/drivers/clk/imx/ |
| D | clk-imx8mn.c | 287 static const char * const clkout_sels[] = {"audio_pll1_out", "audio_pll2_out", "video_pll1_out", variable 408 …T1_SEL] = imx_clk_hw_mux2("clkout1_sel", base + 0x128, 4, 4, clkout_sels, ARRAY_SIZE(clkout_sels)); in imx8mn_clocks_probe() 411 …2_SEL] = imx_clk_hw_mux2("clkout2_sel", base + 0x128, 20, 4, clkout_sels, ARRAY_SIZE(clkout_sels)); in imx8mn_clocks_probe()
|
| D | clk-imx8mm.c | 291 static const char * const clkout_sels[] = {"audio_pll1_out", "audio_pll2_out", "video_pll1_out", variable 410 …T1_SEL] = imx_clk_hw_mux2("clkout1_sel", base + 0x128, 4, 4, clkout_sels, ARRAY_SIZE(clkout_sels)); in imx8mm_clocks_probe() 413 …2_SEL] = imx_clk_hw_mux2("clkout2_sel", base + 0x128, 20, 4, clkout_sels, ARRAY_SIZE(clkout_sels)); in imx8mm_clocks_probe()
|