Searched refs:cpumux (Results 1 – 5 of 5) sorted by relevance
65 struct mtk_clk_cpumux *cpumux; in mtk_clk_register_cpumux() local69 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->hw.init = &init; in mtk_clk_register_cpumux()85 ret = clk_hw_register(dev, &cpumux->hw); in mtk_clk_register_cpumux()87 kfree(cpumux); in mtk_clk_register_cpumux()[all …]
2 obj-$(CONFIG_COMMON_CLK_MEDIATEK) += clk-mtk.o clk-pll.o clk-gate.o clk-apmixed.o clk-cpumux.o rese…
[all...]