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