Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/actions/
H A Dowl-gate.c36 struct owl_gate *gate = hw_to_owl_gate(hw); in owl_gate_disable()
44 struct owl_gate *gate = hw_to_owl_gate(hw); in owl_gate_enable()
67 struct owl_gate *gate = hw_to_owl_gate(hw); in owl_gate_is_enabled()
H A Dowl-gate.h59 static inline struct owl_gate *hw_to_owl_gate(const struct clk_hw *hw) in hw_to_owl_gate() function