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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dstk-sensor.c82 #define REG_GAIN 0x00 /* Gain lower 8 bits (rest in vref) */ macro
315 {REG_GAIN, 0x00},
H A Dov7670.c56 #define REG_GAIN 0x00 /* Gain lower 8 bits (rest in vref) */ macro
261 { REG_GAIN, 0 }, { REG_AECH, 0 },
1175 * GAIN is split between REG_GAIN and REG_VREF[7:6]. If one believes
1185 ret = ov7670_read(sd, REG_GAIN, &gain);
1195 ret = ov7670_write(sd, REG_GAIN, value & 0xff);

Completed in 22 milliseconds