Searched refs:cp_write_clr_set (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/media/i2c/ |
D | adv7604.c | 579 static inline int cp_write_clr_set(struct v4l2_subdev *sd, u8 reg, u8 mask, u8 val) in cp_write_clr_set() function 939 cp_write_clr_set(sd, 0x81, 0x10, 0x00); in configure_predefined_video_timings() 997 cp_write_clr_set(sd, 0x81, 0x10, 0x10); in configure_custom_video_timings() 1225 cp_write_clr_set(sd, 0xbf, 0x04, ctrl->val << 2); in adv76xx_s_ctrl() 1625 cp_write_clr_set(sd, 0x86, 0x06, 0x00); in adv76xx_query_dv_timings() 1627 cp_write_clr_set(sd, 0x86, 0x06, 0x04); in adv76xx_query_dv_timings() 1629 cp_write_clr_set(sd, 0x86, 0x06, 0x02); in adv76xx_query_dv_timings() 1685 cp_write_clr_set(sd, 0x91, 0x40, bt->interlaced ? 0x40 : 0x00); in adv76xx_s_dv_timings()
|