Searched refs:cp_write_clr_set (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/media/i2c/ |
H A D | adv7604.c | 599 static inline int cp_write_clr_set(struct v4l2_subdev *sd, u8 reg, u8 mask, u8 val) in cp_write_clr_set() function 959 cp_write_clr_set(sd, 0x81, 0x10, 0x00); in configure_predefined_video_timings() 1017 cp_write_clr_set(sd, 0x81, 0x10, 0x10); in configure_custom_video_timings() 1245 cp_write_clr_set(sd, 0xbf, 0x04, ctrl->val << 2); in adv76xx_s_ctrl() 1655 cp_write_clr_set(sd, 0x86, 0x06, 0x00); in adv76xx_query_dv_timings() 1657 cp_write_clr_set(sd, 0x86, 0x06, 0x04); in adv76xx_query_dv_timings() 1659 cp_write_clr_set(sd, 0x86, 0x06, 0x02); in adv76xx_query_dv_timings() 1715 cp_write_clr_set(sd, 0x91, 0x40, bt->interlaced ? 0x40 : 0x00); in adv76xx_s_dv_timings() 1810 cp_write_clr_set(sd, 0x3e, 0x80, 0x80); in select_input()
|