Home
last modified time | relevance | path

Searched refs:top_mtk_muxes (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/clk/mediatek/
H A Dclk-mt8186-topckgen.c499 static const struct mtk_mux top_mtk_muxes[] = { variable
694 for (i = 0; i < ARRAY_SIZE(top_mtk_muxes); i++) in clk_mt8186_reg_mfg_mux_notifier()
695 if (top_mtk_muxes[i].id == CLK_TOP_MFG) in clk_mt8186_reg_mfg_mux_notifier()
697 if (i == ARRAY_SIZE(top_mtk_muxes)) in clk_mt8186_reg_mfg_mux_notifier()
700 mfg_mux_nb->ops = top_mtk_muxes[i].ops; in clk_mt8186_reg_mfg_mux_notifier()
711 .mux_clks = top_mtk_muxes,
712 .num_mux_clks = ARRAY_SIZE(top_mtk_muxes),
H A Dclk-mt8188-topckgen.c950 static const struct mtk_mux top_mtk_muxes[] = { variable
1279 r = mtk_clk_register_muxes(&pdev->dev, top_mtk_muxes, in clk_mt8188_topck_probe()
1280 ARRAY_SIZE(top_mtk_muxes), node, in clk_mt8188_topck_probe()
1323 mtk_clk_unregister_muxes(top_mtk_muxes, ARRAY_SIZE(top_mtk_muxes), top_clk_data); in clk_mt8188_topck_probe()
1341 mtk_clk_unregister_muxes(top_mtk_muxes, ARRAY_SIZE(top_mtk_muxes), top_clk_data); in clk_mt8188_topck_remove()
H A Dclk-mt8192.c546 static const struct mtk_mux top_mtk_muxes[] = { variable
976 for (i = 0; i < ARRAY_SIZE(top_mtk_muxes); i++) in clk_mt8192_reg_mfg_mux_notifier()
977 if (top_mtk_muxes[i].id == CLK_TOP_MFG_PLL_SEL) in clk_mt8192_reg_mfg_mux_notifier()
979 if (i == ARRAY_SIZE(top_mtk_muxes)) in clk_mt8192_reg_mfg_mux_notifier()
982 mfg_mux_nb->ops = top_mtk_muxes[i].ops; in clk_mt8192_reg_mfg_mux_notifier()
1004 .mux_clks = top_mtk_muxes,
1005 .num_mux_clks = ARRAY_SIZE(top_mtk_muxes),
H A Dclk-mt8195-topckgen.c858 static const struct mtk_mux top_mtk_muxes[] = { variable
1276 r = mtk_clk_register_muxes(&pdev->dev, top_mtk_muxes, in clk_mt8195_topck_probe()
1277 ARRAY_SIZE(top_mtk_muxes), node, in clk_mt8195_topck_probe()
1320 mtk_clk_unregister_muxes(top_mtk_muxes, ARRAY_SIZE(top_mtk_muxes), top_clk_data); in clk_mt8195_topck_probe()
1338 mtk_clk_unregister_muxes(top_mtk_muxes, ARRAY_SIZE(top_mtk_muxes), top_clk_data); in clk_mt8195_topck_remove()