Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/i2c/
H A Dccs-pll.c298 u32 more_mul; in __ccs_pll_calculate_vt_tree() local
307 more_mul = one_or_more(DIV_ROUND_UP(lim_fr->min_pll_op_clk_freq_hz, in __ccs_pll_calculate_vt_tree()
310 dev_dbg(dev, "more_mul: %u\n", more_mul); in __ccs_pll_calculate_vt_tree()
311 more_mul *= DIV_ROUND_UP(lim_fr->min_pll_multiplier, mul * more_mul); in __ccs_pll_calculate_vt_tree()
312 dev_dbg(dev, "more_mul2: %u\n", more_mul); in __ccs_pll_calculate_vt_tree()
314 pll_fr->pll_multiplier = mul * more_mul; in __ccs_pll_calculate_vt_tree()
323 vt_div = div * more_mul; in __ccs_pll_calculate_vt_tree()