Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/clk/sunxi-ng/
Dccu_gate.c31 struct ccu_gate *cg = hw_to_ccu_gate(hw); in ccu_gate_disable()
57 struct ccu_gate *cg = hw_to_ccu_gate(hw); in ccu_gate_enable()
73 struct ccu_gate *cg = hw_to_ccu_gate(hw); in ccu_gate_is_enabled()
81 struct ccu_gate *cg = hw_to_ccu_gate(hw); in ccu_gate_recalc_rate()
93 struct ccu_gate *cg = hw_to_ccu_gate(hw); in ccu_gate_round_rate()
Dccu_gate.h114 static inline struct ccu_gate *hw_to_ccu_gate(struct clk_hw *hw) in hw_to_ccu_gate() function