Home
last modified time | relevance | path

Searched refs:exgate (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/clk/imx/
Dclk-gate-exclusive.c35 struct clk_gate_exclusive *exgate = container_of(gate, in clk_gate_exclusive_enable() local
39 if (val & exgate->exclusive_mask) in clk_gate_exclusive_enable()
64 struct clk_gate_exclusive *exgate; in imx_clk_gate_exclusive() local
72 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()