Home
last modified time | relevance | path

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

/linux/drivers/clk/mediatek/
H A Dclk-mt8188-topckgen.c1210 static const struct mtk_gate top_clks[] = { variable
1309 r = mtk_clk_register_gates(&pdev->dev, node, top_clks, in clk_mt8188_topck_probe()
1310 ARRAY_SIZE(top_clks), top_clk_data); in clk_mt8188_topck_probe()
1323 mtk_clk_unregister_gates(top_clks, ARRAY_SIZE(top_clks), top_clk_data); in clk_mt8188_topck_probe()
1343 mtk_clk_unregister_gates(top_clks, ARRAY_SIZE(top_clks), top_clk_data); in clk_mt8188_topck_remove()
H A Dclk-mt8195-topckgen.c1208 static const struct mtk_gate top_clks[] = { variable
1313 r = mtk_clk_register_gates(&pdev->dev, node, top_clks, in clk_mt8195_topck_probe()
1314 ARRAY_SIZE(top_clks), top_clk_data); in clk_mt8195_topck_probe()
1327 mtk_clk_unregister_gates(top_clks, ARRAY_SIZE(top_clks), top_clk_data); in clk_mt8195_topck_probe()
1347 mtk_clk_unregister_gates(top_clks, ARRAY_SIZE(top_clks), top_clk_data); in clk_mt8195_topck_remove()
H A Dclk-mt7622.c312 static const struct mtk_gate top_clks[] = { variable
492 .clks = top_clks,
493 .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-mt2712.c821 static const struct mtk_gate top_clks[] = { variable
954 .clks = top_clks,
955 .num_clks = ARRAY_SIZE(top_clks),
H A Dclk-mt8183.c643 static const struct mtk_gate top_clks[] = { variable
884 .clks = top_clks,
885 .num_clks = ARRAY_SIZE(top_clks),
H A Dclk-mt8192.c937 static const struct mtk_gate top_clks[] = { variable
1008 .clks = top_clks,
1009 .num_clks = ARRAY_SIZE(top_clks),
/linux/drivers/clk/starfive/
H A Dclk-starfive-jh7110.h9 struct clk_bulk_data *top_clks; member