Searched refs:fix_fact_hw (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/actions/ |
H A D | owl-composite.c | 117 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()
|
H A D | owl-composite.h | 24 struct clk_fixed_factor fix_fact_hw; member 85 .rate.fix_fact_hw.mult = _mul, \ 86 .rate.fix_fact_hw.div = _div, \
|
/kernel/linux/linux-6.6/drivers/clk/actions/ |
H A D | owl-composite.c | 129 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 D | owl-composite.h | 24 struct clk_fixed_factor fix_fact_hw; member 85 .rate.fix_fact_hw.mult = _mul, \ 86 .rate.fix_fact_hw.div = _div, \
|
Completed in 2 milliseconds