Lines Matching refs:com8
1405 unsigned char com8 = 0, v; in ov7670_s_brightness() local
1408 ov7670_read(sd, REG_COM8, &com8); in ov7670_s_brightness()
1409 com8 &= ~COM8_AEC; in ov7670_s_brightness()
1410 ov7670_write(sd, REG_COM8, com8); in ov7670_s_brightness()
1470 unsigned char com8; in ov7670_s_gain() local
1475 ret = ov7670_read(sd, REG_COM8, &com8); in ov7670_s_gain()
1476 ret = ov7670_write(sd, REG_COM8, com8 & ~COM8_AGC); in ov7670_s_gain()
1487 unsigned char com8; in ov7670_s_autogain() local
1489 ret = ov7670_read(sd, REG_COM8, &com8); in ov7670_s_autogain()
1492 com8 |= COM8_AGC; in ov7670_s_autogain()
1494 com8 &= ~COM8_AGC; in ov7670_s_autogain()
1495 ret = ov7670_write(sd, REG_COM8, com8); in ov7670_s_autogain()
1503 unsigned char com1, com8, aech, aechh; in ov7670_s_exp() local
1506 ov7670_read(sd, REG_COM8, &com8) + in ov7670_s_exp()
1519 ret = ov7670_write(sd, REG_COM8, com8 & ~COM8_AEC); in ov7670_s_exp()
1530 unsigned char com8; in ov7670_s_autoexp() local
1532 ret = ov7670_read(sd, REG_COM8, &com8); in ov7670_s_autoexp()
1535 com8 |= COM8_AEC; in ov7670_s_autoexp()
1537 com8 &= ~COM8_AEC; in ov7670_s_autoexp()
1538 ret = ov7670_write(sd, REG_COM8, com8); in ov7670_s_autoexp()