Lines Matching refs:com8
1264 unsigned char com8 = 0, v; in ov7670_s_brightness() local
1267 ov7670_read(sd, REG_COM8, &com8); in ov7670_s_brightness()
1268 com8 &= ~COM8_AEC; in ov7670_s_brightness()
1269 ov7670_write(sd, REG_COM8, com8); in ov7670_s_brightness()
1329 unsigned char com8; in ov7670_s_gain() local
1334 ret = ov7670_read(sd, REG_COM8, &com8); in ov7670_s_gain()
1335 ret = ov7670_write(sd, REG_COM8, com8 & ~COM8_AGC); in ov7670_s_gain()
1346 unsigned char com8; in ov7670_s_autogain() local
1348 ret = ov7670_read(sd, REG_COM8, &com8); in ov7670_s_autogain()
1351 com8 |= COM8_AGC; in ov7670_s_autogain()
1353 com8 &= ~COM8_AGC; in ov7670_s_autogain()
1354 ret = ov7670_write(sd, REG_COM8, com8); in ov7670_s_autogain()
1362 unsigned char com1, com8, aech, aechh; in ov7670_s_exp() local
1365 ov7670_read(sd, REG_COM8, &com8); in ov7670_s_exp()
1378 ret = ov7670_write(sd, REG_COM8, com8 & ~COM8_AEC); in ov7670_s_exp()
1389 unsigned char com8; in ov7670_s_autoexp() local
1391 ret = ov7670_read(sd, REG_COM8, &com8); in ov7670_s_autoexp()
1394 com8 |= COM8_AEC; in ov7670_s_autoexp()
1396 com8 &= ~COM8_AEC; in ov7670_s_autoexp()
1397 ret = ov7670_write(sd, REG_COM8, com8); in ov7670_s_autoexp()