Home
last modified time | relevance | path

Searched refs:top_clks (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/clk/mediatek/
H A Dclk-mt8188-topckgen.c1209 static const struct mtk_gate top_clks[] = { variable
1308 r = mtk_clk_register_gates(&pdev->dev, node, top_clks, in clk_mt8188_topck_probe()
1309 ARRAY_SIZE(top_clks), top_clk_data); in clk_mt8188_topck_probe()
1322 mtk_clk_unregister_gates(top_clks, ARRAY_SIZE(top_clks), top_clk_data); in clk_mt8188_topck_probe()
1342 mtk_clk_unregister_gates(top_clks, ARRAY_SIZE(top_clks), top_clk_data); in clk_mt8188_topck_remove()
H A Dclk-mt8195-topckgen.c1207 static const struct mtk_gate top_clks[] = { variable
1312 r = mtk_clk_register_gates(&pdev->dev, node, top_clks, in clk_mt8195_topck_probe()
1313 ARRAY_SIZE(top_clks), top_clk_data); in clk_mt8195_topck_probe()
1326 mtk_clk_unregister_gates(top_clks, ARRAY_SIZE(top_clks), top_clk_data); in clk_mt8195_topck_probe()
1346 mtk_clk_unregister_gates(top_clks, ARRAY_SIZE(top_clks), top_clk_data); in clk_mt8195_topck_remove()
H A Dclk-mt7622.c311 static const struct mtk_gate top_clks[] = { variable
491 .clks = top_clks,
492 .num_clks = ARRAY_SIZE(top_clks),
H A Dclk-mt8167.c748 static const struct mtk_gate top_clks[] = { variable
862 .clks = top_clks,
863 .num_clks = ARRAY_SIZE(top_clks),
H A Dclk-mt8183.c642 static const struct mtk_gate top_clks[] = { variable
883 .clks = top_clks,
884 .num_clks = ARRAY_SIZE(top_clks),
H A Dclk-mt2712.c820 static const struct mtk_gate top_clks[] = { variable
953 .clks = top_clks,
954 .num_clks = ARRAY_SIZE(top_clks),
H A Dclk-mt8192.c936 static const struct mtk_gate top_clks[] = { variable
1007 .clks = top_clks,
1008 .num_clks = ARRAY_SIZE(top_clks),
H A Dclk-mt2701.c639 static const struct mtk_gate top_clks[] = { variable
685 mtk_clk_register_gates(&pdev->dev, node, top_clks, in mtk_topckgen_init()
686 ARRAY_SIZE(top_clks), clk_data); in mtk_topckgen_init()
H A Dclk-mt6765.c496 static const struct mtk_gate top_clks[] = { variable
783 mtk_clk_register_gates(&pdev->dev, node, top_clks, in clk_mt6765_top_probe()
784 ARRAY_SIZE(top_clks), clk_data); in clk_mt6765_top_probe()
/linux/drivers/clk/starfive/
H A Dclk-starfive-jh7110.h9 struct clk_bulk_data *top_clks; member