Lines Matching refs:gate
216 struct clk_gate *gate = NULL;259 /* skip registering the gate ops if M4 is enabled */261 gate = kzalloc(sizeof(*gate), GFP_KERNEL);262 if (!gate)265 gate_hw = &gate->hw;266 gate->reg = reg;267 gate->bit_idx = PCG_CGC_SHIFT;268 gate->lock = &imx_ccm_lock;280 kfree(gate);