Searched refs:adv7511_wr (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/media/i2c/ |
H A D | adv7511-v4l2.c | 294 adv7511_wr(sd, 0x19, A1); in adv7511_csc_coeff() 296 adv7511_wr(sd, 0x1B, A2); in adv7511_csc_coeff() 298 adv7511_wr(sd, 0x1d, A3); in adv7511_csc_coeff() 300 adv7511_wr(sd, 0x1f, A4); in adv7511_csc_coeff() 304 adv7511_wr(sd, 0x21, B1); in adv7511_csc_coeff() 306 adv7511_wr(sd, 0x23, B2); in adv7511_csc_coeff() 308 adv7511_wr(sd, 0x25, B3); in adv7511_csc_coeff() 310 adv7511_wr(sd, 0x27, B4); in adv7511_csc_coeff() 314 adv7511_wr(sd, 0x29, C1); in adv7511_csc_coeff() 316 adv7511_wr(sd, 0x2B, C2); in adv7511_csc_coeff() [all …]
|