Home
last modified time | relevance | path

Searched refs:REG_COM7 (Results 1 – 3 of 3) sorted by relevance

/drivers/media/i2c/
Dov7670.c66 #define REG_COM7 0x12 /* Control 7 */ macro
266 { REG_COM7, COM7_RESET },
274 { REG_COM7, 0 }, /* VGA */
394 { REG_COM7, 0x0 }, /* Selects YUV mode */
410 { REG_COM7, COM7_RGB }, /* Selects RGB mode */
426 { REG_COM7, COM7_RGB }, /* Selects RGB mode */
442 { REG_COM7, COM7_BAYER },
480 if (reg == REG_COM7 && (value & COM7_RESET)) in ov7670_write_smbus()
536 if (reg == REG_COM7 && (value & COM7_RESET)) in ov7670_write_i2c()
581 ov7670_write(sd, REG_COM7, COM7_RESET); in ov7670_reset()
[all …]
Dov9650.c70 #define REG_COM7 0x12 /* SCCB reset, output format */ macro
/drivers/media/usb/stkwebcam/
Dstk-sensor.c112 #define REG_COM7 0x12 /* Control 7 */ macro
372 || stk_sensor_outb(dev, REG_COM7, COM7_RESET)) { in stk_sensor_init()
556 stk_sensor_outb(dev, REG_COM7, com7); in stk_sensor_configure()