Lines Matching defs:mux
55 struct clk_mux *mux;64 /* allocate mux and gate clock structs */65 mux = kzalloc(sizeof(struct clk_mux), GFP_KERNEL);66 if (!mux)85 mux->reg = reg;86 mux->mask = SUN7I_A20_GMAC_MASK;87 mux->table = sun7i_a20_gmac_mux_table;88 mux->lock = &gmac_lock;92 &mux->hw, &clk_mux_ops,109 kfree(mux);