Searched refs:rep_write_and_or (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | adv7842.c | 505 static inline int rep_write_and_or(struct v4l2_subdev *sd, u8 reg, u8 mask, u8 val) in rep_write_and_or() function 738 rep_write_and_or(sd, 0x7f, 0x7f, 0x00); in edid_write_vga_segment() 741 rep_write_and_or(sd, 0x77, 0xef, 0x10); in edid_write_vga_segment() 752 rep_write_and_or(sd, 0x7f, 0x7f, 0x80); in edid_write_vga_segment() 787 rep_write_and_or(sd, 0x77, 0xf3, 0x00); in edid_write_hdmi_segment() 807 rep_write_and_or(sd, 0x77, 0xef, 0x00); in edid_write_hdmi_segment() 823 rep_write_and_or(sd, 0x77, 0xbf, (spa_loc >> 2) & 0x40); in edid_write_hdmi_segment() 828 rep_write_and_or(sd, 0x77, 0xf3, state->hdmi_edid.present); in edid_write_hdmi_segment() 2991 rep_write_and_or(sd, 0x77, 0xd3, 0x20); in adv7842_core_init()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | adv7842.c | 483 static inline int rep_write_and_or(struct v4l2_subdev *sd, u8 reg, u8 mask, u8 val) in rep_write_and_or() function 720 rep_write_and_or(sd, 0x7f, 0x7f, 0x00); in edid_write_vga_segment() 723 rep_write_and_or(sd, 0x77, 0xef, 0x10); in edid_write_vga_segment() 735 rep_write_and_or(sd, 0x7f, 0x7f, 0x80); in edid_write_vga_segment() 771 rep_write_and_or(sd, 0x77, 0xf3, 0x00); in edid_write_hdmi_segment() 796 rep_write_and_or(sd, 0x77, 0xef, i >= 256 ? 0x10 : 0x00); in edid_write_hdmi_segment() 811 rep_write_and_or(sd, 0x77, 0xbf, (spa_loc >> 2) & 0x40); in edid_write_hdmi_segment() 816 rep_write_and_or(sd, 0x77, 0xf3, state->hdmi_edid.present); in edid_write_hdmi_segment() 3000 rep_write_and_or(sd, 0x77, 0xd3, 0x20); in adv7842_core_init()
|
Completed in 11 milliseconds