Searched refs:_pll_mult (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/media/i2c/
H A Dov5640.c1396 u8 _sysdiv, _pll_mult; local
1401 for (_pll_mult = OV5640_PLL_MULT_MIN;
1402 _pll_mult <= OV5640_PLL_MULT_MAX;
1403 _pll_mult++) {
1410 if (_pll_mult > 127 && (_pll_mult % 2))
1415 _pll_mult, _sysdiv);
1434 best_mult = _pll_mult;

Completed in 114 milliseconds