Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clk/
Dclk-gate.c44 struct clk_gate *gate = to_clk_gate(hw); in clk_gate_endisable()
92 struct clk_gate *gate = to_clk_gate(hw); in clk_gate_is_enabled()
194 gate = to_clk_gate(hw); in clk_unregister_gate()
205 gate = to_clk_gate(hw); in clk_hw_unregister_gate()
Dclk-stm32f4.c539 struct clk_gate *gate = to_clk_gate(hw); in stm32f4_pll_enable()
565 struct clk_gate *gate = to_clk_gate(hw); in stm32f4_pll_recalc()
577 struct clk_gate *gate = to_clk_gate(hw); in stm32f4_pll_round_rate()
594 struct clk_gate *gate = to_clk_gate(hw); in stm32f4_pll_set_rate()
849 struct clk_gate *gate = to_clk_gate(hw); in rgclk_enable()
Dclk-stm32h7.c162 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()
Dclk-stm32mp1.c456 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()
/Linux-v4.19/drivers/clk/imx/
Dclk-gate-exclusive.c34 struct clk_gate *gate = to_clk_gate(hw); in clk_gate_exclusive_enable()
/Linux-v4.19/drivers/clk/st/
Dclk-flexgen.c43 #define to_clk_gate(_hw) container_of(_hw, struct clk_gate, hw) macro
153 struct clk_gate *config = to_clk_gate(sync_hw); in flexgen_set_rate()
/Linux-v4.19/Documentation/driver-api/
Dclk.rst138 [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)
/Linux-v4.19/drivers/clk/nxp/
Dclk-lpc18xx-ccu.c138 struct clk_gate *gate = to_clk_gate(hw); in lpc18xx_ccu_gate_endisable()
/Linux-v4.19/drivers/clk/mvebu/
Dcommon.c213 to_clk_gate(__clk_get_hw(ctrl->gates[n])); in clk_gating_get_src()
Darmada-37xx-periph.c619 gate = to_clk_gate(gate_hw); in armada_3700_add_composite_clk()
/Linux-v4.19/include/linux/
Dclk-provider.h359 #define to_clk_gate(_hw) container_of(_hw, struct clk_gate, hw) macro