Searched refs:more_mul_max (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/drivers/media/i2c/ |
H A D | smiapp-pll.c | 174 uint32_t more_mul_min, more_mul_max; __smiapp_pll_calculate() local 187 more_mul_max = limits->max_pll_multiplier / mul; __smiapp_pll_calculate() 188 dev_dbg(dev, "more_mul_max: max_pll_multiplier check: %u\n", __smiapp_pll_calculate() 189 more_mul_max); __smiapp_pll_calculate() 191 more_mul_max = __smiapp_pll_calculate() 193 more_mul_max, __smiapp_pll_calculate() 196 dev_dbg(dev, "more_mul_max: max_pll_op_freq_hz check: %u\n", __smiapp_pll_calculate() 197 more_mul_max); __smiapp_pll_calculate() 199 more_mul_max = min(more_mul_max, __smiapp_pll_calculate() 202 dev_dbg(dev, "more_mul_max: max_op_sys_clk_div check: %u\n", __smiapp_pll_calculate() 203 more_mul_max); __smiapp_pll_calculate() 205 more_mul_max = min(more_mul_max, __smiapp_pll_calculate() 207 dev_dbg(dev, "more_mul_max: min_pll_multiplier check: %u\n", __smiapp_pll_calculate() 208 more_mul_max); __smiapp_pll_calculate() 222 if (more_mul_min > more_mul_max) { __smiapp_pll_calculate() 224 "unable to compute more_mul_min and more_mul_max\n"); __smiapp_pll_calculate() 238 if (i > more_mul_max) { __smiapp_pll_calculate() 239 dev_dbg(dev, "final more_mul is bad, max %u\n", more_mul_max); __smiapp_pll_calculate()
|
Completed in 143 milliseconds