Searched refs:more_mul_max (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | smiapp-pll.c | 166 uint32_t more_mul_min, more_mul_max; in __smiapp_pll_calculate() local 179 more_mul_max = limits->max_pll_multiplier / mul; in __smiapp_pll_calculate() 180 dev_dbg(dev, "more_mul_max: max_pll_multiplier check: %u\n", in __smiapp_pll_calculate() 181 more_mul_max); in __smiapp_pll_calculate() 183 more_mul_max = in __smiapp_pll_calculate() 185 more_mul_max, in __smiapp_pll_calculate() 188 dev_dbg(dev, "more_mul_max: max_pll_op_freq_hz check: %u\n", in __smiapp_pll_calculate() 189 more_mul_max); in __smiapp_pll_calculate() 191 more_mul_max = min(more_mul_max, in __smiapp_pll_calculate() [all...] |
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | ccs-pll.c | 601 u32 more_mul_min, more_mul_max; in ccs_pll_calculate_op() local 612 more_mul_max = op_lim_fr->max_pll_multiplier / mul; in ccs_pll_calculate_op() 613 dev_dbg(dev, "more_mul_max: max_op_pll_multiplier check: %u\n", in ccs_pll_calculate_op() 614 more_mul_max); in ccs_pll_calculate_op() 616 more_mul_max = in ccs_pll_calculate_op() 618 more_mul_max, in ccs_pll_calculate_op() 622 dev_dbg(dev, "more_mul_max: max_pll_op_clk_freq_hz check: %u\n", in ccs_pll_calculate_op() 623 more_mul_max); in ccs_pll_calculate_op() 625 more_mul_max = min(more_mul_max, in ccs_pll_calculate_op() [all...] |
Completed in 2 milliseconds