Home
last modified time | relevance | path

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

/linux/drivers/clk/mvebu/
H A Dcp110-system-controller.c132 struct cp110_gate_clk { struct
138 #define to_cp110_gate_clk(hw) container_of(hw, struct cp110_gate_clk, hw) argument
142 struct cp110_gate_clk *gate = to_cp110_gate_clk(hw); in cp110_gate_enable()
152 struct cp110_gate_clk *gate = to_cp110_gate_clk(hw); in cp110_gate_disable()
160 struct cp110_gate_clk *gate = to_cp110_gate_clk(hw); in cp110_gate_is_enabled()
178 struct cp110_gate_clk *gate; in cp110_register_gate()