Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clk/sunxi-ng/
Dccu_gate.h21 struct ccu_gate { struct
28 struct ccu_gate _struct = { \ argument
39 static inline struct ccu_gate *hw_to_ccu_gate(struct clk_hw *hw) in hw_to_ccu_gate()
43 return container_of(common, struct ccu_gate, common); in hw_to_ccu_gate()
Dccu_gate.c33 struct ccu_gate *cg = hw_to_ccu_gate(hw); in ccu_gate_disable()
58 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()
DMakefile10 obj-y += ccu_gate.o
Dccu-sun8i-a83t.c481 static struct ccu_gate usb_hsic_12m_clk = {