Lines Matching refs:expotimes
646 int expotimes;677 expotimes = i2c_read(gspca_dev, 0x09, 0x10);679 expotimes = expotimes & 0x07ff;682 expotimes += (luma_mean - y) >> spring;691 if (expotimes > 0x0256)692 expotimes = 0x0256;693 else if (expotimes < 3)694 expotimes = 3;695 i2c_write(gspca_dev, expotimes | pixelclk, 0x09);