adv7511_cec_write_and_or  738 drivers/media/i2c/adv7511-v4l2.c 		adv7511_cec_write_and_or(sd, 0x4e, 0xfc, 0x01);
adv7511_cec_write_and_or  742 drivers/media/i2c/adv7511-v4l2.c 		adv7511_cec_write_and_or(sd, 0x11, 0xfe, 0); /* initially disable tx */
adv7511_cec_write_and_or  754 drivers/media/i2c/adv7511-v4l2.c 		adv7511_cec_write_and_or(sd, 0x4b, 0x8f, 0x00);
adv7511_cec_write_and_or  756 drivers/media/i2c/adv7511-v4l2.c 		adv7511_cec_write_and_or(sd, 0x4e, 0xfc, 0x00);
adv7511_cec_write_and_or  773 drivers/media/i2c/adv7511-v4l2.c 		adv7511_cec_write_and_or(sd, 0x4b, 0x8f, 0);
adv7511_cec_write_and_or  797 drivers/media/i2c/adv7511-v4l2.c 		adv7511_cec_write_and_or(sd, 0x4b, 0xef, 0x10);
adv7511_cec_write_and_or  799 drivers/media/i2c/adv7511-v4l2.c 		adv7511_cec_write_and_or(sd, 0x4c, 0xf0, addr);
adv7511_cec_write_and_or  803 drivers/media/i2c/adv7511-v4l2.c 		adv7511_cec_write_and_or(sd, 0x4b, 0xdf, 0x20);
adv7511_cec_write_and_or  805 drivers/media/i2c/adv7511-v4l2.c 		adv7511_cec_write_and_or(sd, 0x4c, 0x0f, addr << 4);
adv7511_cec_write_and_or  809 drivers/media/i2c/adv7511-v4l2.c 		adv7511_cec_write_and_or(sd, 0x4b, 0xbf, 0x40);
adv7511_cec_write_and_or  811 drivers/media/i2c/adv7511-v4l2.c 		adv7511_cec_write_and_or(sd, 0x4d, 0xf0, addr);
adv7511_cec_write_and_or  837 drivers/media/i2c/adv7511-v4l2.c 	adv7511_cec_write_and_or(sd, 0x12, ~0x70, max(1, attempts - 1) << 4);