Searched refs:clkout_sels (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/clk/imx/ |
D | clk-imx8mn.c | 311 static const char * const clkout_sels[] = {"audio_pll1_out", "audio_pll2_out", "video_pll_out", variable 414 …T1_SEL] = imx_clk_hw_mux2("clkout1_sel", base + 0x128, 4, 4, clkout_sels, ARRAY_SIZE(clkout_sels)); in imx8mn_clocks_probe() 417 …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 393 …T1_SEL] = imx_clk_hw_mux2("clkout1_sel", base + 0x128, 4, 4, clkout_sels, ARRAY_SIZE(clkout_sels)); in imx8mm_clocks_probe() 396 …2_SEL] = imx_clk_hw_mux2("clkout2_sel", base + 0x128, 20, 4, clkout_sels, ARRAY_SIZE(clkout_sels)); in imx8mm_clocks_probe()
|