Searched refs:io_write_and_or (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/media/i2c/ |
D | adv7842.c | 333 static inline int io_write_and_or(struct v4l2_subdev *sd, u8 reg, u8 mask, u8 val) in io_write_and_or() function 602 io_write_and_or(sd, 0x20, 0xcf, mask); in adv7842_delayed_work_enable_hotplug() 616 io_write_and_or(sd, 0x20, 0xcf, 0x00); in edid_write_vga_segment() 698 io_write_and_or(sd, 0x20, 0xcf, 0x00); in edid_write_hdmi_segment() 1101 io_write_and_or(sd, 0x02, 0x0f, 0x10); in set_rgb_quantization_range() 1108 io_write_and_or(sd, 0x02, 0x0f, 0xf0); in set_rgb_quantization_range() 1115 io_write_and_or(sd, 0x02, 0x0f, 0xf0); in set_rgb_quantization_range() 1124 io_write_and_or(sd, 0x02, 0x0f, 0x00); in set_rgb_quantization_range() 1127 io_write_and_or(sd, 0x02, 0x0f, 0x10); in set_rgb_quantization_range() 1140 io_write_and_or(sd, 0x02, 0x0f, 0x20); in set_rgb_quantization_range() [all …]
|