Lines Matching defs:gate
243 /* Don't gate GPIO clocks as it is not owned by the GPIO driver */
430 /* Don't gate GPIO clocks as it is not owned by the GPIO driver */
759 struct clk_gate *gate = NULL;
789 gate = kzalloc(sizeof(*gate), GFP_KERNEL);
790 if (!gate) {
795 gate->reg = sys_base + clks->gate_reg;
796 gate->bit_idx = clks->gate_shift;
797 gate->lock = &bm1880_clk_lock;
799 gate_hw = &gate->hw;
838 kfree(gate);