Lines Matching full:factor
3 // OWL factor clock driver
15 #include "owl-factor.h"
137 struct owl_factor *factor = hw_to_owl_factor(hw); in owl_factor_round_rate() local
138 struct owl_factor_hw *factor_hw = &factor->factor_hw; in owl_factor_round_rate()
140 return owl_factor_helper_round_rate(&factor->common, factor_hw, in owl_factor_round_rate()
177 struct owl_factor *factor = hw_to_owl_factor(hw); in owl_factor_recalc_rate() local
178 struct owl_factor_hw *factor_hw = &factor->factor_hw; in owl_factor_recalc_rate()
179 struct owl_clk_common *common = &factor->common; in owl_factor_recalc_rate()
209 struct owl_factor *factor = hw_to_owl_factor(hw); in owl_factor_set_rate() local
210 struct owl_factor_hw *factor_hw = &factor->factor_hw; in owl_factor_set_rate()
211 struct owl_clk_common *common = &factor->common; in owl_factor_set_rate()