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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dov7670.c1240 unsigned char com1, aech, aechh; local
1243 ov7670_read(sd, REG_AECH, &aech) +
1245 *value = ((aechh & 0x3f) << 10) | (aech << 2) | (com1 & 0x03);
1252 unsigned char com1, com8, aech, aechh; local
1261 aech = (value >> 2) & 0xff;
1264 ov7670_write(sd, REG_AECH, aech) +

Completed in 161 milliseconds