Home
last modified time | relevance | path

Searched refs:cpumux (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/clk/mediatek/
H A Dclk-cpumux.c65 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->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 …]
H A DMakefile2 obj-$(CONFIG_COMMON_CLK_MEDIATEK) += clk-mtk.o clk-pll.o clk-gate.o clk-apmixed.o clk-cpumux.o rese…
/openbmc/linux/
H A Dopengrok2.0.log[all...]
H A Dopengrok1.0.log[all...]
H A Dopengrok0.0.log[all...]