Searched refs:OV7670_R03_VREF (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/media/usb/gspca/ |
D | ov519.c | 517 #define OV7670_R03_VREF 0x03 /* Pieces of GAIN, VSTART, VSTOP */ macro 1576 {OV7670_R03_VREF, 0x00}, 1713 { OV7670_R03_VREF, 0x0a }, 3147 {OV7670_R03_VREF, 0x00}, in ov519_set_mode() 4043 v = i2c_r(sd, OV7670_R03_VREF); in mode_init_ov_sensor_regs() 4047 i2c_w(sd, OV7670_R03_VREF, v); in mode_init_ov_sensor_regs()
|