Searched refs:cp_write_and_or (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/media/i2c/ |
H A D | adv7842.c | 535 static inline int cp_write_and_or(struct v4l2_subdev *sd, u8 reg, u8 mask, u8 val) in cp_write_and_or() function 998 cp_write_and_or(sd, 0x81, 0xef, 0x00); in configure_predefined_video_timings() 1065 cp_write_and_or(sd, 0x81, 0xef, 0x10); in configure_custom_video_timings() 1295 cp_write_and_or(sd, 0xbf, ~0x04, (ctrl->val << 2)); in adv7842_s_ctrl() 1626 cp_write_and_or(sd, 0x86, 0xf9, 0x00); in adv7842_query_dv_timings() 1628 cp_write_and_or(sd, 0x86, 0xf9, 0x04); in adv7842_query_dv_timings() 1630 cp_write_and_or(sd, 0x86, 0xf9, 0x02); in adv7842_query_dv_timings() 1794 cp_write_and_or(sd, 0x81, 0xef, 0x10); in select_input() 1841 cp_write_and_or(sd, 0x81, 0xef, 0x10); /* enable embedded syncs in select_input() 1881 cp_write_and_or(sd, 0x81, 0xef, 0x00); /* disable embedded syncs in select_input() [all …]
|