Home
last modified time | relevance | path

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

/linux/drivers/clk/actions/
A Dowl-composite.c117 struct clk_fixed_factor *fix_fact_hw = &comp->rate.fix_fact_hw; in owl_comp_fix_fact_round_rate() local
119 return comp->fix_fact_ops->round_rate(&fix_fact_hw->hw, rate, parent_rate); in owl_comp_fix_fact_round_rate()
126 struct clk_fixed_factor *fix_fact_hw = &comp->rate.fix_fact_hw; in owl_comp_fix_fact_recalc_rate() local
128 return comp->fix_fact_ops->recalc_rate(&fix_fact_hw->hw, parent_rate); in owl_comp_fix_fact_recalc_rate()
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, \

Completed in 3 milliseconds