Searched refs:standard_pll_sel (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/clk/imx/ |
D | clk-imx5.c | 69 static const char *standard_pll_sel[] = { "pll1_sw", "pll2_sw", "pll3_sw", "lp_apm", }; variable 158 standard_pll_sel, ARRAY_SIZE(standard_pll_sel)); in mx5_clocks_common_init() 172 standard_pll_sel, ARRAY_SIZE(standard_pll_sel)); in mx5_clocks_common_init() 176 standard_pll_sel, ARRAY_SIZE(standard_pll_sel)); in mx5_clocks_common_init() 308 standard_pll_sel, ARRAY_SIZE(standard_pll_sel)); in mx50_clocks_init() 313 standard_pll_sel, ARRAY_SIZE(standard_pll_sel)); in mx50_clocks_init() 315 standard_pll_sel, ARRAY_SIZE(standard_pll_sel)); in mx50_clocks_init() 405 standard_pll_sel, ARRAY_SIZE(standard_pll_sel)); in mx51_clocks_init() 407 standard_pll_sel, ARRAY_SIZE(standard_pll_sel)); in mx51_clocks_init() 524 standard_pll_sel, ARRAY_SIZE(standard_pll_sel)); in mx53_clocks_init() [all …]
|