Searched refs:exgate (Results 1 – 1 of 1) sorted by relevance
35 struct clk_gate_exclusive *exgate = container_of(gate, in clk_gate_exclusive_enable() local39 if (val & exgate->exclusive_mask) in clk_gate_exclusive_enable()64 struct clk_gate_exclusive *exgate; in imx_clk_gate_exclusive() local72 exgate = kzalloc(sizeof(*exgate), GFP_KERNEL); in imx_clk_gate_exclusive()73 if (!exgate) in imx_clk_gate_exclusive()75 gate = &exgate->gate; in imx_clk_gate_exclusive()87 exgate->exclusive_mask = exclusive_mask; in imx_clk_gate_exclusive()91 kfree(exgate); in imx_clk_gate_exclusive()