Searched refs:afe_write (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/media/i2c/ |
| H A D | adv7842.c | 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() 1818 afe_write(sd, 0x04, 0x00); /* ADC2 N/C,ADC3 N/C*/ in select_input() 1823 afe_write(sd, 0x0c, 0x1f); /* ADI recommend write */ in select_input() 1824 afe_write(sd, 0x12, 0x63); /* ADI recommend write */ in select_input() 1856 afe_write(sd, 0x00, 0x00); /* power up ADC */ in select_input() 1857 afe_write(sd, 0xc8, 0x00); /* phase control */ in select_input() 1921 afe_write(sd, 0x00, 0xff); /* power down ADC */ in select_input() [all …]
|
| H A D | adv7604.c | 459 static inline int afe_write(struct v4l2_subdev *sd, u8 reg, u8 val) in afe_write() function 1243 afe_write(sd, 0xc8, ctrl->val); in adv76xx_s_ctrl() 1791 afe_write(sd, 0x00, 0x08); /* power up ADC */ in select_input() 1792 afe_write(sd, 0x01, 0x06); /* power up Analog Front End */ in select_input() 1793 afe_write(sd, 0xc8, 0x00); /* phase control */ in select_input() 1800 afe_write(sd, 0x00, 0xff); /* power down ADC */ in select_input() 1801 afe_write(sd, 0x01, 0xfe); /* power down Analog Front End */ in select_input() 1802 afe_write(sd, 0xc8, 0x40); /* phase control */ in select_input() 2942 afe_write(sd, 0xb5, 0x01); /* Setting MCLK to 256Fs */ in adv76xx_core_init() 2945 afe_write(sd, 0x02, pdata->ain_sel); /* Select analog input muxing mode */ in adv76xx_core_init()
|