Searched refs:rep_write_and_or (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/drivers/media/i2c/ |
D | adv7842.c | 493 static inline int rep_write_and_or(struct v4l2_subdev *sd, u8 reg, u8 mask, u8 val) in rep_write_and_or() function 730 rep_write_and_or(sd, 0x7f, 0x7f, 0x00); in edid_write_vga_segment() 733 rep_write_and_or(sd, 0x77, 0xef, 0x10); in edid_write_vga_segment() 745 rep_write_and_or(sd, 0x7f, 0x7f, 0x80); in edid_write_vga_segment() 781 rep_write_and_or(sd, 0x77, 0xf3, 0x00); in edid_write_hdmi_segment() 806 rep_write_and_or(sd, 0x77, 0xef, i >= 256 ? 0x10 : 0x00); in edid_write_hdmi_segment() 821 rep_write_and_or(sd, 0x77, 0xbf, (spa_loc >> 2) & 0x40); in edid_write_hdmi_segment() 826 rep_write_and_or(sd, 0x77, 0xf3, state->hdmi_edid.present); in edid_write_hdmi_segment() 3010 rep_write_and_or(sd, 0x77, 0xd3, 0x20); in adv7842_core_init()
|