Home
last modified time | relevance | path

Searched refs:plls (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/gpu/drm/omapdrm/dss/
H A Dpll.c32 for (i = 0; i < ARRAY_SIZE(dss->plls); ++i) { in dss_pll_register()
33 if (!dss->plls[i]) { in dss_pll_register()
34 dss->plls[i] = pll; in dss_pll_register()
48 for (i = 0; i < ARRAY_SIZE(dss->plls); ++i) { in dss_pll_unregister()
49 if (dss->plls[i] == pll) { in dss_pll_unregister()
50 dss->plls[i] = NULL; in dss_pll_unregister()
61 for (i = 0; i < ARRAY_SIZE(dss->plls); ++i) { in dss_pll_find()
62 if (dss->plls[i] && strcmp(dss->plls[i]->name, name) == 0) in dss_pll_find()
63 return dss->plls[i]; in dss_pll_find()
/linux/drivers/clk/
H A Dclk-eyeq.c103 const struct eqc_pll *plls; member
240 pll = &data->plls[i]; in eqc_probe_init_plls()
515 .plls = eqc_eyeq5_plls,
540 .plls = eqc_eyeq6l_plls,
595 .plls = eqc_eyeq6lplus_plls,
617 .plls = eqc_eyeq6h_east_plls,
666 .plls = eqc_eyeq6h_south_plls,
678 .plls = eqc_eyeq6h_ddr0_plls,
687 .plls = eqc_eyeq6h_ddr1_plls,
700 .plls = eqc_eyeq6h_acc_plls,
H A Dclk-k210.c332 struct k210_pll plls[K210_PLL_NUM]; member
549 struct k210_pll *pll = &ksc->plls[pllid]; in k210_register_pll()
553 { .hw = &ksc->plls[K210_PLL0].hw }, in k210_register_pll()
554 { .hw = &ksc->plls[K210_PLL1].hw }, in k210_register_pll()
574 k210_init_pll(ksc->regs, i, &ksc->plls[i]); in k210_register_plls()
653 { .hw = &ksc->plls[K210_PLL0].hw }, in k210_register_aclk()
828 { .hw = &ksc->plls[K210_PLL0].hw } in k210_register_mux_clk()
850 .hw = &ksc->plls[pllid].hw, in k210_register_pll_child()
/linux/drivers/clk/mediatek/
H A Dclk-pllfh.c201 const struct mtk_pll_data *plls, int num_plls, in mtk_clk_register_pllfhs() argument
216 const struct mtk_pll_data *pll = &plls[i]; in mtk_clk_register_pllfhs()
242 const struct mtk_pll_data *pll = &plls[i]; in mtk_clk_register_pllfhs()
263 void mtk_clk_unregister_pllfhs(const struct mtk_pll_data *plls, int num_plls, in mtk_clk_unregister_pllfhs() argument
274 const struct mtk_pll_data *pll = &plls[i - 1]; 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
429 const struct mtk_pll_data *pll = &plls[i]; in mtk_clk_register_plls()
452 const struct mtk_pll_data *pll = &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
482 const struct mtk_pll_data *pll = &plls[i - 1]; in mtk_clk_unregister_plls()
/linux/sound/soc/uniphier/
H A Daio.h220 const struct uniphier_aio_pll *plls; member
289 struct uniphier_aio_pll *plls; member
H A Daio-ld11.c316 .plls = uniphier_aio_pll_ld11,
326 .plls = uniphier_aio_pll_ld11,
H A Daio-pxs2.c239 .plls = uniphier_aio_pll_pxs2,