Searched refs:num_plls (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/clk/ |
H A D | clk-cdce925.c | 29 int num_plls; member 645 data->chip_info->num_plls * 0x10 - 1; in cdce925_probe() 676 for (i = 0; i < data->chip_info->num_plls; ++i) { in cdce925_probe() 793 for (i = 0; i < data->chip_info->num_plls; ++i) in cdce925_probe() 801 .num_plls = 1, 806 .num_plls = 2, 811 .num_plls = 3, 816 .num_plls = 4,
|
/linux/drivers/clk/mediatek/ |
H A D | clk-pllfh.c | 198 const struct mtk_pll_data *plls, int num_plls, in mtk_clk_register_pllfhs() argument 212 for (i = 0; i < num_plls; i++) { in mtk_clk_register_pllfhs() 260 void mtk_clk_unregister_pllfhs(const struct mtk_pll_data *plls, int num_plls, in mtk_clk_unregister_pllfhs() argument 270 for (i = num_plls; i > 0; i--) { in mtk_clk_unregister_pllfhs()
|
H A D | clk-pllfh.h | 72 const struct mtk_pll_data *plls, int num_plls, 76 void mtk_clk_unregister_pllfhs(const struct mtk_pll_data *plls, int num_plls,
|
H A D | clk-pll.h | 75 const struct mtk_pll_data *plls, int num_plls, 77 void mtk_clk_unregister_plls(const struct mtk_pll_data *plls, int num_plls,
|
H A D | clk-pll.c | 362 const struct mtk_pll_data *plls, int num_plls, in mtk_clk_register_plls() argument 375 for (i = 0; i < num_plls; i++) { in mtk_clk_register_plls() 419 void mtk_clk_unregister_plls(const struct mtk_pll_data *plls, int num_plls, in mtk_clk_unregister_plls() argument 428 for (i = num_plls; i > 0; i--) { in mtk_clk_unregister_plls()
|
/linux/drivers/clk/tegra/ |
H 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()
|
H A D | clk.h | 862 unsigned int num_plls, unsigned long sync_max_rate);
|
/linux/sound/soc/uniphier/ |
H 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() 764 chip->num_plls = chip->chip_spec->num_plls; in uniphier_aio_probe() 766 chip->num_plls, in uniphier_aio_probe() 772 sizeof(struct uniphier_aio_pll) * chip->num_plls); in uniphier_aio_probe()
|
H A D | aio.h | 221 int num_plls; member 290 int num_plls; member
|
H A D | aio-ld11.c | 317 .num_plls = ARRAY_SIZE(uniphier_aio_pll_ld11), 327 .num_plls = ARRAY_SIZE(uniphier_aio_pll_ld11),
|
H A D | aio-pxs2.c | 240 .num_plls = ARRAY_SIZE(uniphier_aio_pll_pxs2),
|