Searched refs:clk_gate (Results 1 – 4 of 4) sorted by relevance
29 #define to_clk_gate(_hw) container_of(_hw, struct clk_gate, hw)31 static void clk_gate_set_bit(struct clk_gate *gate) in clk_gate_set_bit()47 static void clk_gate_clear_bit(struct clk_gate *gate) in clk_gate_clear_bit()65 struct clk_gate *gate = to_clk_gate(hw); in clk_gate_enable()78 struct clk_gate *gate = to_clk_gate(hw); in clk_gate_disable()90 struct clk_gate *gate = to_clk_gate(hw); in clk_gate_is_enabled()116 struct clk_gate *gate; in clk_register_gate()119 gate = kzalloc(sizeof(struct clk_gate), GFP_KERNEL); in clk_register_gate()
86 struct clk_gate {93 struct clk_gate contains struct clk_hw hw as well as hardware-specific118 static void clk_gate_set_bit(struct clk_gate *gate)129 #define to_clk_gate(_hw) container_of(_hw, struct clk_gate, clk)
172 struct clk_gate { struct
93 static struct clk_gate _name##_hw = { \