Searched refs:io_write_and_or (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/media/i2c/ |
D | adv7842.c | 382 static inline int io_write_and_or(struct v4l2_subdev *sd, u8 reg, u8 mask, u8 val) in io_write_and_or() function 715 io_write_and_or(sd, 0x20, 0xcf, mask); in adv7842_delayed_work_enable_hotplug() 729 io_write_and_or(sd, 0x20, 0xcf, 0x00); in edid_write_vga_segment() 811 io_write_and_or(sd, 0x20, 0xcf, 0x00); in edid_write_hdmi_segment() 1214 io_write_and_or(sd, 0x02, 0x0f, 0x10); in set_rgb_quantization_range() 1221 io_write_and_or(sd, 0x02, 0x0f, 0xf0); in set_rgb_quantization_range() 1228 io_write_and_or(sd, 0x02, 0x0f, 0xf0); in set_rgb_quantization_range() 1237 io_write_and_or(sd, 0x02, 0x0f, 0x00); in set_rgb_quantization_range() 1240 io_write_and_or(sd, 0x02, 0x0f, 0x10); in set_rgb_quantization_range() 1253 io_write_and_or(sd, 0x02, 0x0f, 0x20); in set_rgb_quantization_range() [all …]
|