Searched refs:top_clks (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/clk/mediatek/ |
| H A D | clk-mt8188-topckgen.c | 1210 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 D | clk-mt8195-topckgen.c | 1208 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 D | clk-mt7622.c | 312 static const struct mtk_gate top_clks[] = { variable 492 .clks = top_clks, 493 .num_clks = ARRAY_SIZE(top_clks),
|
| H A D | clk-mt8167.c | 748 static const struct mtk_gate top_clks[] = { variable 862 .clks = top_clks, 863 .num_clks = ARRAY_SIZE(top_clks),
|
| H A D | clk-mt2712.c | 821 static const struct mtk_gate top_clks[] = { variable 954 .clks = top_clks, 955 .num_clks = ARRAY_SIZE(top_clks),
|
| H A D | clk-mt8183.c | 643 static const struct mtk_gate top_clks[] = { variable 884 .clks = top_clks, 885 .num_clks = ARRAY_SIZE(top_clks),
|
| H A D | clk-mt8192.c | 937 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 D | clk-starfive-jh7110.h | 9 struct clk_bulk_data *top_clks; member
|