Lines Matching refs:adv7511_wr_and_or
203 static inline void adv7511_wr_and_or(struct v4l2_subdev *sd, u8 reg, uint8_t clr_mask, uint8_t val_… in adv7511_wr_and_or() function
252 adv7511_wr_and_or(sd, 0x18, 0x9f, (mode & 0x3)<<5); in adv7511_csc_conversion_mode()
261 adv7511_wr_and_or(sd, 0x18, 0xe0, A1>>8); in adv7511_csc_coeff()
263 adv7511_wr_and_or(sd, 0x1A, 0xe0, A2>>8); in adv7511_csc_coeff()
265 adv7511_wr_and_or(sd, 0x1c, 0xe0, A3>>8); in adv7511_csc_coeff()
267 adv7511_wr_and_or(sd, 0x1e, 0xe0, A4>>8); in adv7511_csc_coeff()
271 adv7511_wr_and_or(sd, 0x20, 0xe0, B1>>8); in adv7511_csc_coeff()
273 adv7511_wr_and_or(sd, 0x22, 0xe0, B2>>8); in adv7511_csc_coeff()
275 adv7511_wr_and_or(sd, 0x24, 0xe0, B3>>8); in adv7511_csc_coeff()
277 adv7511_wr_and_or(sd, 0x26, 0xe0, B4>>8); in adv7511_csc_coeff()
281 adv7511_wr_and_or(sd, 0x28, 0xe0, C1>>8); in adv7511_csc_coeff()
283 adv7511_wr_and_or(sd, 0x2A, 0xe0, C2>>8); in adv7511_csc_coeff()
285 adv7511_wr_and_or(sd, 0x2C, 0xe0, C3>>8); in adv7511_csc_coeff()
287 adv7511_wr_and_or(sd, 0x2E, 0xe0, C4>>8); in adv7511_csc_coeff()
301 adv7511_wr_and_or(sd, 0x18, 0x7f, 0x80); in adv7511_csc_rgb_full2limit()
303 adv7511_wr_and_or(sd, 0x57, 0xf3, 0x04); in adv7511_csc_rgb_full2limit()
306 adv7511_wr_and_or(sd, 0x18, 0x7f, 0x0); in adv7511_csc_rgb_full2limit()
308 adv7511_wr_and_or(sd, 0x57, 0xf3, 0x08); in adv7511_csc_rgb_full2limit()
317 adv7511_wr_and_or(sd, 0x57, 0x7f, 0x00); in adv7511_set_IT_content_AVI_InfoFrame()
320 adv7511_wr_and_or(sd, 0x57, 0x7f, 0x80); in adv7511_set_IT_content_AVI_InfoFrame()
366 adv7511_wr_and_or(sd, 0xaf, 0xfd, ctrl->val == V4L2_DV_TX_MODE_HDMI ? 0x02 : 0x00); in adv7511_s_ctrl()
506 adv7511_wr_and_or(sd, 0x41, 0xbf, 0x40); in adv7511_s_power()
514 adv7511_wr_and_or(sd, 0x41, 0xbf, 0x0); in adv7511_s_power()
517 adv7511_wr_and_or(sd, 0x41, 0xbf, 0x40); in adv7511_s_power()
530 adv7511_wr_and_or(sd, 0x9a, 0xfe, 0x70); in adv7511_s_power()
532 adv7511_wr_and_or(sd, 0x9d, 0xfc, 0x01); in adv7511_s_power()
623 adv7511_wr_and_or(sd, 0xa1, ~0x3c, (enable ? 0 : 0x3c)); in adv7511_s_stream()
708 adv7511_wr_and_or(sd, 0x4b, 0x3f, 0x80); in adv7511_s_audio_stream()
710 adv7511_wr_and_or(sd, 0x4b, 0x3f, 0x40); in adv7511_s_audio_stream()
756 adv7511_wr_and_or(sd, 0x15, 0xf, i2s_sf); in adv7511_s_i2s_clock_freq()
764 adv7511_wr_and_or(sd, 0x73, 0xf8, 0x1); in adv7511_s_routing()
769 adv7511_wr_and_or(sd, 0x14, 0xf0, 0x02); in adv7511_s_routing()
920 adv7511_wr_and_or(sd, 0x15, 0xf0, 0x01); in adv7511_set_fmt()
921 adv7511_wr_and_or(sd, 0x16, 0x03, 0xb8); in adv7511_set_fmt()
925 adv7511_wr_and_or(sd, 0x15, 0xf0, 0x01); in adv7511_set_fmt()
926 adv7511_wr_and_or(sd, 0x16, 0x03, 0xbc); in adv7511_set_fmt()
931 adv7511_wr_and_or(sd, 0x15, 0xf0, 0x00); in adv7511_set_fmt()
932 adv7511_wr_and_or(sd, 0x16, 0x03, 0x00); in adv7511_set_fmt()
1002 adv7511_wr_and_or(sd, 0x4a, 0xbf, 0); in adv7511_set_fmt()
1003 adv7511_wr_and_or(sd, 0x55, 0x9f, y << 5); in adv7511_set_fmt()
1004 adv7511_wr_and_or(sd, 0x56, 0x3f, c << 6); in adv7511_set_fmt()
1005 adv7511_wr_and_or(sd, 0x57, 0x83, (ec << 4) | (q << 2)); in adv7511_set_fmt()
1006 adv7511_wr_and_or(sd, 0x59, 0x0f, yq << 4); in adv7511_set_fmt()
1007 adv7511_wr_and_or(sd, 0x4a, 0xff, 1); in adv7511_set_fmt()
1112 adv7511_wr_and_or(sd, 0x15, 0xf0, 0x0); in adv7511_setup()
1114 adv7511_wr_and_or(sd, 0x16, 0x7f, 0x0); in adv7511_setup()
1116 adv7511_wr_and_or(sd, 0x17, 0xf9, 0x06); in adv7511_setup()
1118 adv7511_wr_and_or(sd, 0x3b, 0x9f, 0x0); in adv7511_setup()
1120 adv7511_wr_and_or(sd, 0x18, 0x7f, 0x0); in adv7511_setup()
1123 adv7511_wr_and_or(sd, 0x55, 0x9c, 0x12); in adv7511_setup()
1125 adv7511_wr_and_or(sd, 0x44, 0xe7, 0x10); in adv7511_setup()
1129 adv7511_wr_and_or(sd, 0xaf, 0xed, 0x0); in adv7511_setup()
1132 adv7511_wr_and_or(sd, 0xba, 0x1f, 0x60); in adv7511_setup()
1312 adv7511_wr_and_or(sd, 0xd6, 0x3f, 0xc0); in adv7511_init_setup()