Searched refs:afe_write (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/media/i2c/ |
| H A D | adv7842.c | 460 static inline int afe_write(struct v4l2_subdev *sd, u8 reg, u8 val) in afe_write() function 469 return afe_write(sd, reg, (afe_read(sd, reg) & mask) | val); in afe_write_and_or() 932 afe_write(sd, reg->reg & 0xff, val); in adv7842_s_register() 1295 afe_write(sd, 0xc8, ctrl->val); in adv7842_s_ctrl() 1808 afe_write(sd, 0x00, 0x00); /* power up ADC */ in select_input() 1809 afe_write(sd, 0xc8, 0x00); /* phase control */ in select_input() 1817 afe_write(sd, 0x03, 0xa0); /* ADC0 to AIN10 (CVBS), ADC1 N/C*/ in select_input() 1818 afe_write(sd, 0x04, 0x00); /* ADC2 N/C,ADC3 N/C*/ in select_input() 1820 afe_write(sd, 0x03, 0xa0); /* ADC0 to AIN10 (CVBS), ADC1 N/C*/ in select_input() 1821 afe_write(sd, 0x04, 0xc0); /* ADC2 to AIN12, ADC3 N/C*/ in select_input() [all …]
|