/kernel/linux/linux-6.6/drivers/clk/mediatek/ |
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-pllfh.c | 198 const struct mtk_pll_data *plls, int num_plls, in mtk_clk_register_pllfhs() 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() 197 mtk_clk_register_pllfhs(struct device_node *node, const struct mtk_pll_data *plls, int num_plls, struct mtk_pllfh_data *pllfhs, int num_fhs, struct clk_hw_onecell_data *clk_data) mtk_clk_register_pllfhs() argument
|
H 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,
|
H A D | clk-pll.c | 361 const struct mtk_pll_data *plls, int num_plls, in mtk_clk_register_plls() 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() 360 mtk_clk_register_plls(struct device_node *node, const struct mtk_pll_data *plls, int num_plls, struct clk_hw_onecell_data *clk_data) mtk_clk_register_plls() argument
|
/kernel/linux/linux-5.10/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() 662 chip->num_plls = chip->chip_spec->num_plls; in uniphier_aio_probe() 664 chip->num_plls, in uniphier_aio_probe() 670 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 | 361 .num_plls = ARRAY_SIZE(uniphier_aio_pll_ld11), 371 .num_plls = ARRAY_SIZE(uniphier_aio_pll_ld11),
|
H A D | aio-pxs2.c | 281 .num_plls = ARRAY_SIZE(uniphier_aio_pll_pxs2),
|
/kernel/linux/linux-6.6/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),
|
/kernel/linux/linux-5.10/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() 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() 163 tegra_audio_clk_init(void __iomem *clk_base, void __iomem *pmc_base, struct tegra_clk *tegra_clks, struct tegra_audio_clk_info *audio_info, unsigned int num_plls, unsigned long sync_max_rate) tegra_audio_clk_init() argument
|
H A D | clk.h | 866 unsigned int num_plls, unsigned long sync_max_rate);
|
/kernel/linux/linux-6.6/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() 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() 163 tegra_audio_clk_init(void __iomem *clk_base, void __iomem *pmc_base, struct tegra_clk *tegra_clks, struct tegra_audio_clk_info *audio_info, unsigned int num_plls, unsigned long sync_max_rate) tegra_audio_clk_init() argument
|
H A D | clk.h | 862 unsigned int num_plls, unsigned long sync_max_rate);
|
/kernel/linux/linux-5.10/drivers/clk/ |
H 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 }, 674 data->chip_info->num_plls * 0x10 - 1; in cdce925_probe() 705 for (i = 0; i < data->chip_info->num_plls; ++i) { in cdce925_probe() 822 for (i = 0; i < data->chip_info->num_plls; ++i) in cdce925_probe()
|
/kernel/linux/linux-6.6/drivers/clk/ |
H 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() 818 for (i = 0; i < data->chip_info->num_plls; ++i) in cdce925_probe()
|
/kernel/linux/linux-5.10/drivers/clk/mediatek/ |
H A D | clk-pll.c | 345 const struct mtk_pll_data *plls, int num_plls, struct clk_onecell_data *clk_data) in mtk_clk_register_plls() 357 for (i = 0; i < num_plls; i++) { in mtk_clk_register_plls() 344 mtk_clk_register_plls(struct device_node *node, const struct mtk_pll_data *plls, int num_plls, struct clk_onecell_data *clk_data) mtk_clk_register_plls() argument
|
H A D | clk-mtk.h | 239 const struct mtk_pll_data *plls, int num_plls,
|