Searched refs:io_write_and_or (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/media/i2c/ |
D | adv7842.c | 354 static inline int io_write_and_or(struct v4l2_subdev *sd, u8 reg, u8 mask, u8 val) in io_write_and_or() function 699 io_write_and_or(sd, 0x20, 0xcf, mask); in adv7842_delayed_work_enable_hotplug() 717 io_write_and_or(sd, 0x20, 0xcf, 0x00); in edid_write_vga_segment() 768 io_write_and_or(sd, 0x20, 0xcf, 0x00); in edid_write_hdmi_segment() 1182 io_write_and_or(sd, 0x02, 0x0f, 0x10); in set_rgb_quantization_range() 1189 io_write_and_or(sd, 0x02, 0x0f, 0xf0); in set_rgb_quantization_range() 1196 io_write_and_or(sd, 0x02, 0x0f, 0xf0); in set_rgb_quantization_range() 1205 io_write_and_or(sd, 0x02, 0x0f, 0x00); in set_rgb_quantization_range() 1208 io_write_and_or(sd, 0x02, 0x0f, 0x10); in set_rgb_quantization_range() 1221 io_write_and_or(sd, 0x02, 0x0f, 0x20); in set_rgb_quantization_range() [all …]
|