Searched refs:num_plls (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/clk/mediatek/
H A Dclk-pllfh.h72 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 Dclk-pll.h75 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 Dclk-pllfh.c198 const struct mtk_pll_data *plls, int num_plls,
212 for (i = 0; i < num_plls; i++) {
260 void mtk_clk_unregister_pllfhs(const struct mtk_pll_data *plls, int num_plls, argument
270 for (i = num_plls; i > 0; i--) {
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) argument
H A Dclk-pll.c362 const struct mtk_pll_data *plls, int num_plls,
375 for (i = 0; i < num_plls; i++) {
419 void mtk_clk_unregister_plls(const struct mtk_pll_data *plls, int num_plls, argument
428 for (i = num_plls; i > 0; i--) {
361 mtk_clk_register_plls(struct device_node *node, const struct mtk_pll_data *plls, int num_plls, struct clk_hw_onecell_data *clk_data) argument
/linux-master/drivers/clk/tegra/
H A Dclk-tegra-audio.c166 unsigned int num_plls, unsigned long sync_max_rate)
172 if (!audio_info || num_plls < 1) {
178 for (i = 0; i < num_plls; i++) {
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) argument
H A Dclk.h862 unsigned int num_plls, unsigned long sync_max_rate);
/linux-master/sound/soc/uniphier/
H A Daio-cpu.c27 if (pll_id < 0 || chip->num_plls <= pll_id) {
195 for (pll_id = 0; pll_id < aio->chip->num_plls; pll_id++) {
202 if (pll_id == aio->chip->num_plls) {
764 chip->num_plls = chip->chip_spec->num_plls;
766 chip->num_plls,
772 sizeof(struct uniphier_aio_pll) * chip->num_plls);
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.h221 int num_plls; member in struct:uniphier_aio_chip_spec
290 int num_plls; member in struct:uniphier_aio_chip
H A Daio-pxs2.c240 .num_plls = ARRAY_SIZE(uniphier_aio_pll_pxs2),
/linux-master/drivers/clk/
H A Dclk-cdce925.c29 int num_plls; member in struct:clk_cdce925_chip_info
645 data->chip_info->num_plls * 0x10 - 1;
676 for (i = 0; i < data->chip_info->num_plls; ++i) {
793 for (i = 0; i < data->chip_info->num_plls; ++i)
801 .num_plls = 1,
806 .num_plls = 2,
811 .num_plls = 3,
816 .num_plls = 4,

Completed in 180 milliseconds