Searched refs:adv7511_cec_write_and_or (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/media/i2c/ |
H A D | adv7511-v4l2.c | 254 static inline int adv7511_cec_write_and_or(struct v4l2_subdev *sd, u8 reg, u8 mask, in adv7511_cec_write_and_or() function 699 adv7511_cec_write_and_or(sd, 0x4e, 0xfc, 0x01); in adv7511_cec_adap_enable() 703 adv7511_cec_write_and_or(sd, 0x11, 0xfe, 0); /* initially disable tx */ in adv7511_cec_adap_enable() 715 adv7511_cec_write_and_or(sd, 0x4b, 0x8f, 0x00); in adv7511_cec_adap_enable() 717 adv7511_cec_write_and_or(sd, 0x4e, 0xfc, 0x00); in adv7511_cec_adap_enable() 734 adv7511_cec_write_and_or(sd, 0x4b, 0x8f, 0); in adv7511_cec_adap_log_addr() 758 adv7511_cec_write_and_or(sd, 0x4b, 0xef, 0x10); in adv7511_cec_adap_log_addr() 760 adv7511_cec_write_and_or(sd, 0x4c, 0xf0, addr); in adv7511_cec_adap_log_addr() 764 adv7511_cec_write_and_or(sd, 0x4b, 0xdf, 0x20); in adv7511_cec_adap_log_addr() 766 adv7511_cec_write_and_or(sd, 0x4c, 0x0f, addr << 4); in adv7511_cec_adap_log_addr() [all …]
|