Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/starfive/
H A Dclk-starfive-jh7110-vout.c99 clk_bulk_disable_unprepare(top->top_clks_num, top->top_clks); in jh7110_voutcrg_suspend()
108 return clk_bulk_prepare_enable(top->top_clks_num, top->top_clks); in jh7110_voutcrg_resume()
139 top->top_clks = jh7110_vout_top_clks; in jh7110_voutcrg_probe()
141 ret = devm_clk_bulk_get(priv->dev, top->top_clks_num, top->top_clks); in jh7110_voutcrg_probe()
H A Dclk-starfive-jh7110-isp.c94 clk_bulk_disable_unprepare(top->top_clks_num, top->top_clks); in jh7110_ispcrg_suspend()
103 return clk_bulk_prepare_enable(top->top_clks_num, top->top_clks); in jh7110_ispcrg_resume()
134 top->top_clks = jh7110_isp_top_clks; in jh7110_ispcrg_probe()
136 ret = devm_clk_bulk_get(priv->dev, top->top_clks_num, top->top_clks); in jh7110_ispcrg_probe()
H A Dclk-starfive-jh7110.h9 struct clk_bulk_data *top_clks; member
/openbmc/linux/drivers/clk/mediatek/
H A Dclk-mt8188-topckgen.c1206 static const struct mtk_gate top_clks[] = { variable
1305 r = mtk_clk_register_gates(&pdev->dev, node, top_clks, in clk_mt8188_topck_probe()
1306 ARRAY_SIZE(top_clks), top_clk_data); in clk_mt8188_topck_probe()
1319 mtk_clk_unregister_gates(top_clks, ARRAY_SIZE(top_clks), top_clk_data); in clk_mt8188_topck_probe()
1339 mtk_clk_unregister_gates(top_clks, ARRAY_SIZE(top_clks), top_clk_data); in clk_mt8188_topck_remove()
H A Dclk-mt8195-topckgen.c1197 static const struct mtk_gate top_clks[] = { variable
1302 r = mtk_clk_register_gates(&pdev->dev, node, top_clks, in clk_mt8195_topck_probe()
1303 ARRAY_SIZE(top_clks), top_clk_data); in clk_mt8195_topck_probe()
1316 mtk_clk_unregister_gates(top_clks, ARRAY_SIZE(top_clks), top_clk_data); in clk_mt8195_topck_probe()
1336 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-mt8516.c547 static const struct mtk_gate top_clks[] __initconst = { variable
644 .clks = top_clks,
645 .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.c643 static const struct mtk_gate top_clks[] = { variable
884 .clks = top_clks,
885 .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-mt8192.c937 static const struct mtk_gate top_clks[] = { variable
1008 .clks = top_clks,
1009 .num_clks = ARRAY_SIZE(top_clks),
H A Dclk-mt6765.c497 static const struct mtk_gate top_clks[] = { variable
784 mtk_clk_register_gates(&pdev->dev, node, top_clks, in clk_mt6765_top_probe()
785 ARRAY_SIZE(top_clks), clk_data); in clk_mt6765_top_probe()
H A Dclk-mt2701.c640 static const struct mtk_gate top_clks[] = { variable
686 mtk_clk_register_gates(&pdev->dev, node, top_clks, in mtk_topckgen_init()
687 ARRAY_SIZE(top_clks), clk_data); in mtk_topckgen_init()