Searched refs:to_clk_gate (Results 1 – 12 of 12) sorted by relevance
57 struct clk_gate *gate = to_clk_gate(hw); in clk_gate_endisable()105 struct clk_gate *gate = to_clk_gate(hw); in clk_gate_is_enabled()208 gate = to_clk_gate(hw); in clk_unregister_gate()219 gate = to_clk_gate(hw); in clk_hw_unregister_gate()
607 struct clk_gate *gate = to_clk_gate(hw); in stm32f4_pll_enable()633 struct clk_gate *gate = to_clk_gate(hw); in stm32f4_pll_recalc()645 struct clk_gate *gate = to_clk_gate(hw); in stm32f4_pll_round_rate()662 struct clk_gate *gate = to_clk_gate(hw); in stm32f4_pll_set_rate()917 struct clk_gate *gate = to_clk_gate(hw); in rgclk_enable()
162 struct clk_gate *gate = to_clk_gate(hw); in ready_gate_clk_enable()190 struct clk_gate *gate = to_clk_gate(hw); in ready_gate_clk_disable()
456 struct clk_gate *gate = to_clk_gate(hw); in mp1_gate_clk_disable()667 struct clk_gate *gate = to_clk_gate(hw); in mp1_mgate_clk_enable()679 struct clk_gate *gate = to_clk_gate(hw); in mp1_mgate_clk_disable()
31 struct clk_gate *gate = to_clk_gate(hw); in clk_gate_exclusive_enable()
44 #define to_clk_gate(_hw) container_of(_hw, struct clk_gate, hw) macro154 struct clk_gate *config = to_clk_gate(sync_hw); in flexgen_set_rate()
138 [resolves struct clk gate with to_clk_gate(hw)]152 Note that to_clk_gate is defined as::154 #define to_clk_gate(_hw) container_of(_hw, struct clk_gate, hw)
139 struct clk_gate *gate = to_clk_gate(hw); in lpc18xx_ccu_gate_endisable()
211 to_clk_gate(__clk_get_hw(ctrl->gates[n])); in clk_gating_get_src()
638 gate = to_clk_gate(gate_hw); in armada_3700_add_composite_clk()
479 #define to_clk_gate(_hw) container_of(_hw, struct clk_gate, hw) macro
121 + struct clk_gate *gate = to_clk_gate(hw);