Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/usb/stkwebcam/
Dstk-sensor.c111 #define COM7_RESET 0x80 /* Register reset */ macro
370 || stk_sensor_outb(dev, REG_COM7, COM7_RESET)) { in stk_sensor_init()
/Linux-v4.19/drivers/media/i2c/
Dov7670.c71 #define COM7_RESET 0x80 /* Register reset */ macro
283 { REG_COM7, COM7_RESET },
498 if (reg == REG_COM7 && (value & COM7_RESET)) in ov7670_write_smbus()
554 if (reg == REG_COM7 && (value & COM7_RESET)) in ov7670_write_i2c()
612 ov7670_write(sd, REG_COM7, COM7_RESET); in ov7670_reset()
Dov9650.c74 #define COM7_RESET 0x80 macro