cpumux 52 drivers/clk/mediatek/clk-cpumux.c struct mtk_clk_cpumux *cpumux; cpumux 56 drivers/clk/mediatek/clk-cpumux.c cpumux = kzalloc(sizeof(*cpumux), GFP_KERNEL); cpumux 57 drivers/clk/mediatek/clk-cpumux.c if (!cpumux) cpumux 66 drivers/clk/mediatek/clk-cpumux.c cpumux->reg = mux->mux_reg; cpumux 67 drivers/clk/mediatek/clk-cpumux.c cpumux->shift = mux->mux_shift; cpumux 68 drivers/clk/mediatek/clk-cpumux.c cpumux->mask = BIT(mux->mux_width) - 1; cpumux 69 drivers/clk/mediatek/clk-cpumux.c cpumux->regmap = regmap; cpumux 70 drivers/clk/mediatek/clk-cpumux.c cpumux->hw.init = &init; cpumux 72 drivers/clk/mediatek/clk-cpumux.c clk = clk_register(NULL, &cpumux->hw); cpumux 74 drivers/clk/mediatek/clk-cpumux.c kfree(cpumux);