Searched refs:adv7511_cec_write_and_or (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | adv7511-v4l2.c | 271 static inline int adv7511_cec_write_and_or(struct v4l2_subdev *sd, u8 reg, u8 mask, in adv7511_cec_write_and_or() function 738 adv7511_cec_write_and_or(sd, 0x4e, 0xfc, 0x01); in adv7511_cec_adap_enable() 742 adv7511_cec_write_and_or(sd, 0x11, 0xfe, 0); /* initially disable tx */ in adv7511_cec_adap_enable() 754 adv7511_cec_write_and_or(sd, 0x4b, 0x8f, 0x00); in adv7511_cec_adap_enable() 756 adv7511_cec_write_and_or(sd, 0x4e, 0xfc, 0x00); in adv7511_cec_adap_enable() 773 adv7511_cec_write_and_or(sd, 0x4b, 0x8f, 0); in adv7511_cec_adap_log_addr() 797 adv7511_cec_write_and_or(sd, 0x4b, 0xef, 0x10); in adv7511_cec_adap_log_addr() 799 adv7511_cec_write_and_or(sd, 0x4c, 0xf0, addr); in adv7511_cec_adap_log_addr() 803 adv7511_cec_write_and_or(sd, 0x4b, 0xdf, 0x20); in adv7511_cec_adap_log_addr() 805 adv7511_cec_write_and_or(s in adv7511_cec_adap_log_addr() [all...] |
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | adv7511-v4l2.c | 259 static inline int adv7511_cec_write_and_or(struct v4l2_subdev *sd, u8 reg, u8 mask, in adv7511_cec_write_and_or() function 704 adv7511_cec_write_and_or(sd, 0x4e, 0xfc, 0x01); in adv7511_cec_adap_enable() 708 adv7511_cec_write_and_or(sd, 0x11, 0xfe, 0); /* initially disable tx */ in adv7511_cec_adap_enable() 720 adv7511_cec_write_and_or(sd, 0x4b, 0x8f, 0x00); in adv7511_cec_adap_enable() 722 adv7511_cec_write_and_or(sd, 0x4e, 0xfc, 0x00); in adv7511_cec_adap_enable() 739 adv7511_cec_write_and_or(sd, 0x4b, 0x8f, 0); in adv7511_cec_adap_log_addr() 763 adv7511_cec_write_and_or(sd, 0x4b, 0xef, 0x10); in adv7511_cec_adap_log_addr() 765 adv7511_cec_write_and_or(sd, 0x4c, 0xf0, addr); in adv7511_cec_adap_log_addr() 769 adv7511_cec_write_and_or(sd, 0x4b, 0xdf, 0x20); in adv7511_cec_adap_log_addr() 771 adv7511_cec_write_and_or(s in adv7511_cec_adap_log_addr() [all...] |
Completed in 4 milliseconds