Home
last modified time | relevance | path

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

/linux/drivers/media/i2c/
H A Dov7670.c69 #define COM7_RESET 0x80 /* Register reset */ macro
276 { REG_COM7, COM7_RESET },
491 if (reg == REG_COM7 && (value & COM7_RESET)) in ov7670_write_smbus()
547 if (reg == REG_COM7 && (value & COM7_RESET)) in ov7670_write_i2c()
608 ov7670_write(sd, REG_COM7, COM7_RESET); in ov7670_reset()