Home
last modified time | relevance | path

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

/linux/drivers/media/i2c/
H A Dov7670.c70 #define COM7_RESET 0x80 /* Register reset */ macro
277 { REG_COM7, COM7_RESET },
492 if (reg == REG_COM7 && (value & COM7_RESET)) in ov7670_write_smbus()
548 if (reg == REG_COM7 && (value & COM7_RESET)) in ov7670_write_i2c()
609 ov7670_write(sd, REG_COM7, COM7_RESET); in ov7670_reset()
H A Dov9650.c70 #define COM7_RESET 0x80 macro