Searched refs:hw_to_owl_pll (Results 1 – 2 of 2) sorted by relevance
62 struct owl_pll *pll = hw_to_owl_pll(hw); in owl_pll_determine_rate()91 struct owl_pll *pll = hw_to_owl_pll(hw); in owl_pll_recalc_rate()119 struct owl_pll *pll = hw_to_owl_pll(hw); in owl_pll_is_enabled()146 struct owl_pll *pll = hw_to_owl_pll(hw); in owl_pll_enable()156 struct owl_pll *pll = hw_to_owl_pll(hw); in owl_pll_disable()165 struct owl_pll *pll = hw_to_owl_pll(hw); in owl_pll_set_rate()
101 static inline struct owl_pll *hw_to_owl_pll(struct clk_hw *hw) in hw_to_owl_pll() function