Searched refs:num_plls (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/drivers/clk/mediatek/ |
A D | clk-pllfh.c | 177 const struct mtk_pll_data *plls, int num_plls, in mtk_clk_register_pllfhs() argument 191 for (i = 0; i < num_plls; i++) { in mtk_clk_register_pllfhs() 238 void mtk_clk_unregister_pllfhs(const struct mtk_pll_data *plls, int num_plls, in mtk_clk_unregister_pllfhs() argument 248 for (i = num_plls; i > 0; i--) { in mtk_clk_unregister_pllfhs()
|
A D | clk-pllfh.h | 71 const struct mtk_pll_data *plls, int num_plls, 75 void mtk_clk_unregister_pllfhs(const struct mtk_pll_data *plls, int num_plls,
|
A D | clk-pll.h | 74 const struct mtk_pll_data *plls, int num_plls, 76 void mtk_clk_unregister_plls(const struct mtk_pll_data *plls, int num_plls,
|
A D | clk-pll.c | 361 const struct mtk_pll_data *plls, int num_plls, in mtk_clk_register_plls() argument 374 for (i = 0; i < num_plls; i++) { in mtk_clk_register_plls() 418 void mtk_clk_unregister_plls(const struct mtk_pll_data *plls, int num_plls, in mtk_clk_unregister_plls() argument 427 for (i = num_plls; i > 0; i--) { in mtk_clk_unregister_plls()
|
/linux-6.3-rc2/drivers/clk/ |
A D | clk-cdce925.c | 36 int num_plls; member 41 [CDCE913] = { .num_plls = 1, .num_outputs = 3 }, 42 [CDCE925] = { .num_plls = 2, .num_outputs = 5 }, 43 [CDCE937] = { .num_plls = 3, .num_outputs = 7 }, 44 [CDCE949] = { .num_plls = 4, .num_outputs = 9 }, 670 data->chip_info->num_plls * 0x10 - 1; in cdce925_probe() 701 for (i = 0; i < data->chip_info->num_plls; ++i) { in cdce925_probe() 806 for (i = 0; i < data->chip_info->num_plls; ++i) in cdce925_probe()
|
/linux-6.3-rc2/sound/soc/uniphier/ |
A D | aio-cpu.c | 27 if (pll_id < 0 || chip->num_plls <= pll_id) { in is_valid_pll() 195 for (pll_id = 0; pll_id < aio->chip->num_plls; pll_id++) { in uniphier_aio_set_sysclk() 202 if (pll_id == aio->chip->num_plls) { in uniphier_aio_set_sysclk() 657 chip->num_plls = chip->chip_spec->num_plls; in uniphier_aio_probe() 659 chip->num_plls, in uniphier_aio_probe() 665 sizeof(struct uniphier_aio_pll) * chip->num_plls); in uniphier_aio_probe()
|
A D | aio.h | 221 int num_plls; member 290 int num_plls; member
|
A D | aio-ld11.c | 361 .num_plls = ARRAY_SIZE(uniphier_aio_pll_ld11), 371 .num_plls = ARRAY_SIZE(uniphier_aio_pll_ld11),
|
A D | aio-pxs2.c | 281 .num_plls = ARRAY_SIZE(uniphier_aio_pll_pxs2),
|
/linux-6.3-rc2/drivers/clk/tegra/ |
A D | clk-tegra-audio.c | 166 unsigned int num_plls, unsigned long sync_max_rate) in tegra_audio_clk_init() argument 172 if (!audio_info || num_plls < 1) { in tegra_audio_clk_init() 178 for (i = 0; i < num_plls; i++) { in tegra_audio_clk_init()
|
A D | clk.h | 862 unsigned int num_plls, unsigned long sync_max_rate);
|
Completed in 24 milliseconds