Home
last modified time | relevance | path

Searched refs:pll_pre_sels (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/clk/imx/
Dclk-imx7ulp.c22 static const char * const pll_pre_sels[] = { "sosc", "firc", }; variable
73 … imx_clk_hw_mux_flags("apll_pre_sel", base + 0x508, 0, 1, pll_pre_sels, ARRAY_SIZE(pll_pre_sels), … in imx7ulp_clk_scg1_init()
74 … imx_clk_hw_mux_flags("spll_pre_sel", base + 0x608, 0, 1, pll_pre_sels, ARRAY_SIZE(pll_pre_sels), … in imx7ulp_clk_scg1_init()
Dclk-imx8ulp.c17 static const char * const pll_pre_sels[] = { "sosc", "frosc", }; variable
167 …imx_clk_hw_mux_flags("spll2_pre_sel", base + 0x510, 0, 1, pll_pre_sels, ARRAY_SIZE(pll_pre_sels), … in imx8ulp_clk_cgc1_init()
168 …imx_clk_hw_mux_flags("spll3_pre_sel", base + 0x610, 0, 1, pll_pre_sels, ARRAY_SIZE(pll_pre_sels), … in imx8ulp_clk_cgc1_init()
249 … imx_clk_hw_mux_flags("pll4_pre_sel", base + 0x610, 0, 1, pll_pre_sels, ARRAY_SIZE(pll_pre_sels), … in imx8ulp_clk_cgc2_init()