Home
last modified time | relevance | path

Searched refs:num_plls (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/clk/mediatek/
H A Dclk-pllfh.c201 const struct mtk_pll_data *plls, int num_plls, in mtk_clk_cleanup_pllfhs() argument
210 for (i = num_plls - 1; i >= 0; i--) { in mtk_clk_cleanup_pllfhs()
245 const struct mtk_pll_data *plls, int num_plls, in mtk_clk_register_pllfhs() argument
259 for (i = 0; i < num_plls; i++) { in mtk_clk_register_pllfhs()
291 void mtk_clk_unregister_pllfhs(const struct mtk_pll_data *plls, int num_plls, in mtk_clk_unregister_pllfhs() argument
298 mtk_clk_cleanup_pllfhs(NULL, plls, num_plls, NULL, pllfhs, in mtk_clk_unregister_pllfhs()
H A Dclk-pll.c415 const struct mtk_pll_data *plls, int num_plls, in mtk_clk_register_plls() argument
428 for (i = 0; i < num_plls; i++) { in mtk_clk_register_plls()
472 void mtk_clk_unregister_plls(const struct mtk_pll_data *plls, int num_plls, in mtk_clk_unregister_plls() argument
481 for (i = num_plls; i > 0; i--) { in mtk_clk_unregister_plls()
/linux/drivers/clk/tegra/
H A Dclk-tegra-audio.c166 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 Dclk.h861 unsigned int num_plls, unsigned long sync_max_rate);
/linux/drivers/clk/
H A Dclk-cdce925.c29 int num_plls; member
653 data->chip_info->num_plls * 0x10 - 1; in cdce925_probe()
684 for (i = 0; i < data->chip_info->num_plls; ++i) { in cdce925_probe()
801 for (i = 0; i < data->chip_info->num_plls; ++i) in cdce925_probe()
809 .num_plls = 1,
814 .num_plls = 2,
819 .num_plls = 3,
824 .num_plls = 4,
/linux/sound/soc/uniphier/
H A Daio.h221 int num_plls; member
290 int num_plls; member
H A Daio-ld11.c317 .num_plls = ARRAY_SIZE(uniphier_aio_pll_ld11),
327 .num_plls = ARRAY_SIZE(uniphier_aio_pll_ld11),
H A Daio-pxs2.c240 .num_plls = ARRAY_SIZE(uniphier_aio_pll_pxs2),
/linux/drivers/clk/ultrarisc/
H A Dclk-ultrarisc.h58 u32 num_plls; member
H A Dclk-dp1000.c123 .num_plls = ARRAY_SIZE(dp1000_plls),
H A Dclk-ultrarisc.c248 for (i = 0; i < soc_data->num_plls; i++) { in ultrarisc_clk_register_plls()
/linux/drivers/clk/imx/
H A Dclk-pll14xx.c646 void imx_audio_pll_debug_init(struct clk_hw *hws[], unsigned int num_plls) in imx_audio_pll_debug_init() argument
654 for (i = 0; i < num_plls; i++) { in imx_audio_pll_debug_init()
666 void imx_audio_pll_debug_init(struct clk_hw *hws[], unsigned int num_plls) in imx_audio_pll_debug_init() argument
H A Dclk.h490 void imx_audio_pll_debug_init(struct clk_hw *hws[], unsigned int num_plls);