Home
last modified time | relevance | path

Searched refs:cpumux (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/clk/mediatek/
H A Dclk-cpumux.c16 #include "clk-cpumux.h"
65 struct mtk_clk_cpumux *cpumux; in mtk_clk_register_cpumux() local
69 cpumux = kzalloc(sizeof(*cpumux), GFP_KERNEL); in mtk_clk_register_cpumux()
70 if (!cpumux) in mtk_clk_register_cpumux()
79 cpumux->reg = mux->mux_reg; in mtk_clk_register_cpumux()
80 cpumux->shift = mux->mux_shift; in mtk_clk_register_cpumux()
81 cpumux->mask = BIT(mux->mux_width) - 1; in mtk_clk_register_cpumux()
82 cpumux->regmap = regmap; in mtk_clk_register_cpumux()
83 cpumux in mtk_clk_register_cpumux()
96 struct mtk_clk_cpumux *cpumux; mtk_clk_unregister_cpumux() local
[all...]
/kernel/linux/linux-5.10/drivers/clk/mediatek/
H A Dclk-cpumux.c12 #include "clk-cpumux.h"
52 struct mtk_clk_cpumux *cpumux; in mtk_clk_register_cpumux() local
56 cpumux = kzalloc(sizeof(*cpumux), GFP_KERNEL); in mtk_clk_register_cpumux()
57 if (!cpumux) in mtk_clk_register_cpumux()
66 cpumux->reg = mux->mux_reg; in mtk_clk_register_cpumux()
67 cpumux->shift = mux->mux_shift; in mtk_clk_register_cpumux()
68 cpumux->mask = BIT(mux->mux_width) - 1; in mtk_clk_register_cpumux()
69 cpumux->regmap = regmap; in mtk_clk_register_cpumux()
70 cpumux in mtk_clk_register_cpumux()
[all...]

Completed in 1 milliseconds