Searched refs:peri_clks (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/clk/mediatek/
H A Dclk-mt6795-pericfg.c32 static const struct mtk_composite peri_clks[] = { variable in typeref:struct:mtk_composite
118 ret = mtk_clk_register_composites(&pdev->dev, peri_clks,
119 ARRAY_SIZE(peri_clks), base,
131 mtk_clk_unregister_composites(peri_clks, ARRAY_SIZE(peri_clks), clk_data);
145 mtk_clk_unregister_composites(peri_clks, ARRAY_SIZE(peri_clks), clk_data);
H A Dclk-mt8173-pericfg.c41 static const struct mtk_composite peri_clks[] = { variable in typeref:struct:mtk_composite
100 .composite_clks = peri_clks,
101 .num_composite_clks = ARRAY_SIZE(peri_clks),
H A Dclk-mt8135.c499 static const struct mtk_composite peri_clks[] = { variable in typeref:struct:mtk_composite
533 .composite_clks = peri_clks,
534 .num_composite_clks = ARRAY_SIZE(peri_clks),
H A Dclk-mt7622.c349 static const struct mtk_gate peri_clks[] = { variable in typeref:struct:mtk_gate
506 .clks = peri_clks,
507 .num_clks = ARRAY_SIZE(peri_clks),
H A Dclk-mt7629.c428 static const struct mtk_gate peri_clks[] = { variable in typeref:struct:mtk_gate
612 mtk_clk_register_gates(&pdev->dev, node, peri_clks,
613 ARRAY_SIZE(peri_clks), clk_data);
H A Dclk-mt2712.c883 static const struct mtk_gate peri_clks[] = { variable in typeref:struct:mtk_gate
980 .clks = peri_clks,
981 .num_clks = ARRAY_SIZE(peri_clks),
H A Dclk-mt8365.c760 static const struct mtk_gate peri_clks[] = { variable in typeref:struct:mtk_gate
787 .clks = peri_clks,
788 .num_clks = ARRAY_SIZE(peri_clks),
H A Dclk-mt2701.c823 static const struct mtk_gate peri_clks[] = { variable in typeref:struct:mtk_gate
902 mtk_clk_register_gates(&pdev->dev, node, peri_clks,
903 ARRAY_SIZE(peri_clks), clk_data);
H A Dclk-mt8183.c819 static const struct mtk_gate peri_clks[] = { variable in typeref:struct:mtk_gate
871 .clks = peri_clks,
872 .num_clks = ARRAY_SIZE(peri_clks),
H A Dclk-mt8192.c924 static const struct mtk_gate peri_clks[] = { variable in typeref:struct:mtk_gate
995 .clks = peri_clks,
996 .num_clks = ARRAY_SIZE(peri_clks),

Completed in 209 milliseconds