Lines Matching refs:gate
101 struct clk_gate *gate = NULL;
120 gate = kzalloc(sizeof(*gate), GFP_KERNEL);
121 if (!gate) {
125 gate->flags = gate_flags;
126 gate->reg = base + gate_offset;
127 gate->bit_idx = gate_shift;
128 gate->lock = lock;
152 div ? &div->hw : NULL, div_ops, gate ? &gate->hw : NULL, gate_ops, flags);
156 kfree(gate);