Home
last modified time | relevance | path

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

/drivers/media/usb/stkwebcam/
Dstk-sensor.c103 #define COM7_RESET 0x80 /* Register reset */ macro
362 || stk_sensor_outb(dev, REG_COM7, COM7_RESET)) { in stk_sensor_init()
/drivers/media/i2c/
Dov7670.c70 #define COM7_RESET 0x80 /* Register reset */ macro
284 { REG_COM7, COM7_RESET },
499 if (reg == REG_COM7 && (value & COM7_RESET)) in ov7670_write_smbus()
555 if (reg == REG_COM7 && (value & COM7_RESET)) in ov7670_write_i2c()
616 ov7670_write(sd, REG_COM7, COM7_RESET); in ov7670_reset()
Dov9650.c72 #define COM7_RESET 0x80 macro