Searched refs:REG_MVFP (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/media/i2c/ |
| H A D | ov7670.c | 102 #define REG_MVFP 0x1e /* Mirror / vflip */ macro 328 { 0x16, 0x02 }, { REG_MVFP, 0x07 }, 1434 ret = ov7670_read(sd, REG_MVFP, &v); in ov7670_s_hflip() 1442 return ov7670_write(sd, REG_MVFP, v); in ov7670_s_hflip() 1450 ret = ov7670_read(sd, REG_MVFP, &v); in ov7670_s_vflip() 1458 return ov7670_write(sd, REG_MVFP, v); in ov7670_s_vflip()
|