Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/actions/
H A Dowl-composite.c129 struct clk_fixed_factor *fix_fact_hw = &comp->rate.fix_fact_hw; in owl_comp_fix_fact_round_rate() local
131 return comp->fix_fact_ops->round_rate(&fix_fact_hw->hw, rate, parent_rate); in owl_comp_fix_fact_round_rate()
138 struct clk_fixed_factor *fix_fact_hw = &comp->rate.fix_fact_hw; in owl_comp_fix_fact_recalc_rate() local
140 return comp->fix_fact_ops->recalc_rate(&fix_fact_hw->hw, parent_rate); in owl_comp_fix_fact_recalc_rate()
H A Dowl-composite.h24 struct clk_fixed_factor fix_fact_hw; member
85 .rate.fix_fact_hw.mult = _mul, \
86 .rate.fix_fact_hw.div = _div, \