Searched refs:cpu_muxes (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/clk/mediatek/ |
H A D | clk-mt7622-infracfg.c | 33 static const struct mtk_composite cpu_muxes[] = { variable 84 ret = mtk_clk_register_cpumuxes(&pdev->dev, node, cpu_muxes, in clk_mt7622_infracfg_probe() 85 ARRAY_SIZE(cpu_muxes), clk_data); in clk_mt7622_infracfg_probe() 96 mtk_clk_unregister_cpumuxes(cpu_muxes, ARRAY_SIZE(cpu_muxes), clk_data); in clk_mt7622_infracfg_probe() 110 mtk_clk_unregister_cpumuxes(cpu_muxes, ARRAY_SIZE(cpu_muxes), clk_data); in clk_mt7622_infracfg_remove()
|
H A D | clk-mt8173-infracfg.c | 42 static const struct mtk_composite cpu_muxes[] = { variable 108 r = mtk_clk_register_cpumuxes(&pdev->dev, node, cpu_muxes, in clk_mt8173_infracfg_probe() 109 ARRAY_SIZE(cpu_muxes), infra_clk_data); in clk_mt8173_infracfg_probe() 126 mtk_clk_unregister_cpumuxes(cpu_muxes, ARRAY_SIZE(cpu_muxes), infra_clk_data); in clk_mt8173_infracfg_probe() 138 mtk_clk_unregister_cpumuxes(cpu_muxes, ARRAY_SIZE(cpu_muxes), clk_data); in clk_mt8173_infracfg_remove()
|
H A D | clk-mt6795-infracfg.c | 40 static const struct mtk_composite cpu_muxes[] = { variable 110 ret = mtk_clk_register_cpumuxes(&pdev->dev, node, cpu_muxes, in clk_mt6795_infracfg_probe() 111 ARRAY_SIZE(cpu_muxes), clk_data); in clk_mt6795_infracfg_probe() 122 mtk_clk_unregister_cpumuxes(cpu_muxes, ARRAY_SIZE(cpu_muxes), clk_data); in clk_mt6795_infracfg_probe() 136 mtk_clk_unregister_cpumuxes(cpu_muxes, ARRAY_SIZE(cpu_muxes), clk_data); in clk_mt6795_infracfg_remove()
|
H A D | clk-mt2701.c | 482 static const struct mtk_composite cpu_muxes[] __initconst = { variable 762 mtk_clk_register_cpumuxes(NULL, node, cpu_muxes, ARRAY_SIZE(cpu_muxes), in mtk_infrasys_init_early()
|