Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clk/mvebu/
Dcp110-system-controller.c121 #define to_cp110_gate_clk(hw) container_of(hw, struct cp110_gate_clk, hw) macro
125 struct cp110_gate_clk *gate = to_cp110_gate_clk(hw); in cp110_gate_enable()
135 struct cp110_gate_clk *gate = to_cp110_gate_clk(hw); in cp110_gate_disable()
143 struct cp110_gate_clk *gate = to_cp110_gate_clk(hw); in cp110_gate_is_enabled()
194 kfree(to_cp110_gate_clk(hw)); in cp110_unregister_gate()