Lines Matching refs:com8
1294 unsigned char com8 = 0, v; in ov7670_s_brightness() local
1297 ov7670_read(sd, REG_COM8, &com8); in ov7670_s_brightness()
1298 com8 &= ~COM8_AEC; in ov7670_s_brightness()
1299 ov7670_write(sd, REG_COM8, com8); in ov7670_s_brightness()
1359 unsigned char com8; in ov7670_s_gain() local
1364 ret = ov7670_read(sd, REG_COM8, &com8); in ov7670_s_gain()
1365 ret = ov7670_write(sd, REG_COM8, com8 & ~COM8_AGC); in ov7670_s_gain()
1376 unsigned char com8; in ov7670_s_autogain() local
1378 ret = ov7670_read(sd, REG_COM8, &com8); in ov7670_s_autogain()
1381 com8 |= COM8_AGC; in ov7670_s_autogain()
1383 com8 &= ~COM8_AGC; in ov7670_s_autogain()
1384 ret = ov7670_write(sd, REG_COM8, com8); in ov7670_s_autogain()
1392 unsigned char com1, com8, aech, aechh; in ov7670_s_exp() local
1395 ov7670_read(sd, REG_COM8, &com8) + in ov7670_s_exp()
1408 ret = ov7670_write(sd, REG_COM8, com8 & ~COM8_AEC); in ov7670_s_exp()
1419 unsigned char com8; in ov7670_s_autoexp() local
1421 ret = ov7670_read(sd, REG_COM8, &com8); in ov7670_s_autoexp()
1424 com8 |= COM8_AEC; in ov7670_s_autoexp()
1426 com8 &= ~COM8_AEC; in ov7670_s_autoexp()
1427 ret = ov7670_write(sd, REG_COM8, com8); in ov7670_s_autoexp()