Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/clk/imx/
H A Dclk-gate-exclusive.c32 struct clk_gate_exclusive *exgate = container_of(gate, in clk_gate_exclusive_enable() local
36 if (val & exgate->exclusive_mask) in clk_gate_exclusive_enable()
61 struct clk_gate_exclusive *exgate; in imx_clk_hw_gate_exclusive() local
70 exgate = kzalloc(sizeof(*exgate), GFP_KERNEL); in imx_clk_hw_gate_exclusive()
71 if (!exgate) in imx_clk_hw_gate_exclusive()
73 gate = &exgate->gate; in imx_clk_hw_gate_exclusive()
85 exgate->exclusive_mask = exclusive_mask; in imx_clk_hw_gate_exclusive()
/kernel/linux/linux-6.6/drivers/clk/imx/
H A Dclk-gate-exclusive.c32 struct clk_gate_exclusive *exgate = container_of(gate, in clk_gate_exclusive_enable() local
36 if (val & exgate->exclusive_mask) in clk_gate_exclusive_enable()
61 struct clk_gate_exclusive *exgate; in imx_clk_hw_gate_exclusive() local
70 exgate = kzalloc(sizeof(*exgate), GFP_KERNEL); in imx_clk_hw_gate_exclusive()
71 if (!exgate) in imx_clk_hw_gate_exclusive()
73 gate = &exgate->gate; in imx_clk_hw_gate_exclusive()
85 exgate->exclusive_mask = exclusive_mask; in imx_clk_hw_gate_exclusive()

Completed in 1 milliseconds