Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/sprd/
H A Dgate.c53 struct sprd_gate *sg = hw_to_sprd_gate(hw); in sprd_gate_disable()
60 struct sprd_gate *sg = hw_to_sprd_gate(hw); in sprd_gate_enable()
69 struct sprd_gate *sg = hw_to_sprd_gate(hw); in sprd_sc_gate_disable()
76 struct sprd_gate *sg = hw_to_sprd_gate(hw); in sprd_sc_gate_enable()
85 struct sprd_gate *sg = hw_to_sprd_gate(hw); in sprd_pll_sc_gate_prepare()
95 struct sprd_gate *sg = hw_to_sprd_gate(hw); in sprd_gate_is_enabled()
H A Dgate.h157 static inline struct sprd_gate *hw_to_sprd_gate(const struct clk_hw *hw) in hw_to_sprd_gate() function