Lines Matching defs:mult
24 struct clk_multiplier *mult;48 mult = kzalloc(sizeof(*mult), GFP_KERNEL);49 if (!mult)52 mult->reg = reg;53 mult->shift = SUN4I_A10_PLL3_DIV_SHIFT;54 mult->width = SUN4I_A10_PLL3_DIV_WIDTH;55 mult->lock = &sun4i_a10_pll3_lock;60 &mult->hw, &clk_multiplier_ops,80 kfree(mult);