Lines Matching refs:adv7511_wr_and_or
206 static inline void adv7511_wr_and_or(struct v4l2_subdev *sd, u8 reg, u8 clr_mask, u8 val_mask) in adv7511_wr_and_or() function
284 adv7511_wr_and_or(sd, 0x18, 0x9f, (mode & 0x3)<<5); in adv7511_csc_conversion_mode()
293 adv7511_wr_and_or(sd, 0x18, 0xe0, A1>>8); in adv7511_csc_coeff()
295 adv7511_wr_and_or(sd, 0x1A, 0xe0, A2>>8); in adv7511_csc_coeff()
297 adv7511_wr_and_or(sd, 0x1c, 0xe0, A3>>8); in adv7511_csc_coeff()
299 adv7511_wr_and_or(sd, 0x1e, 0xe0, A4>>8); in adv7511_csc_coeff()
303 adv7511_wr_and_or(sd, 0x20, 0xe0, B1>>8); in adv7511_csc_coeff()
305 adv7511_wr_and_or(sd, 0x22, 0xe0, B2>>8); in adv7511_csc_coeff()
307 adv7511_wr_and_or(sd, 0x24, 0xe0, B3>>8); in adv7511_csc_coeff()
309 adv7511_wr_and_or(sd, 0x26, 0xe0, B4>>8); in adv7511_csc_coeff()
313 adv7511_wr_and_or(sd, 0x28, 0xe0, C1>>8); in adv7511_csc_coeff()
315 adv7511_wr_and_or(sd, 0x2A, 0xe0, C2>>8); in adv7511_csc_coeff()
317 adv7511_wr_and_or(sd, 0x2C, 0xe0, C3>>8); in adv7511_csc_coeff()
319 adv7511_wr_and_or(sd, 0x2E, 0xe0, C4>>8); in adv7511_csc_coeff()
333 adv7511_wr_and_or(sd, 0x18, 0x7f, 0x80); in adv7511_csc_rgb_full2limit()
335 adv7511_wr_and_or(sd, 0x57, 0xf3, 0x04); in adv7511_csc_rgb_full2limit()
338 adv7511_wr_and_or(sd, 0x18, 0x7f, 0x0); in adv7511_csc_rgb_full2limit()
340 adv7511_wr_and_or(sd, 0x57, 0xf3, 0x08); in adv7511_csc_rgb_full2limit()
349 adv7511_wr_and_or(sd, 0x57, 0x7f, 0x00); in adv7511_set_IT_content_AVI_InfoFrame()
352 adv7511_wr_and_or(sd, 0x57, 0x7f, 0x80); in adv7511_set_IT_content_AVI_InfoFrame()
398 adv7511_wr_and_or(sd, 0xaf, 0xfd, ctrl->val == V4L2_DV_TX_MODE_HDMI ? 0x02 : 0x00); in adv7511_s_ctrl()
614 adv7511_wr_and_or(sd, 0x41, 0xbf, 0x40); in adv7511_s_power()
622 adv7511_wr_and_or(sd, 0x41, 0xbf, 0x0); in adv7511_s_power()
625 adv7511_wr_and_or(sd, 0x41, 0xbf, 0x40); in adv7511_s_power()
638 adv7511_wr_and_or(sd, 0x9a, 0xfe, 0x70); in adv7511_s_power()
640 adv7511_wr_and_or(sd, 0x9d, 0xfc, 0x01); in adv7511_s_power()
732 adv7511_wr_and_or(sd, 0xa1, ~0x3c, (enable ? 0 : 0x3c)); in adv7511_s_stream()
817 adv7511_wr_and_or(sd, 0x4b, 0x3f, 0x80); in adv7511_s_audio_stream()
819 adv7511_wr_and_or(sd, 0x4b, 0x3f, 0x40); in adv7511_s_audio_stream()
865 adv7511_wr_and_or(sd, 0x15, 0xf, i2s_sf); in adv7511_s_i2s_clock_freq()
873 adv7511_wr_and_or(sd, 0x73, 0xf8, 0x1); in adv7511_s_routing()
878 adv7511_wr_and_or(sd, 0x14, 0xf0, 0x02); in adv7511_s_routing()
1032 adv7511_wr_and_or(sd, 0x15, 0xf0, 0x01); in adv7511_set_fmt()
1033 adv7511_wr_and_or(sd, 0x16, 0x03, 0xb8); in adv7511_set_fmt()
1037 adv7511_wr_and_or(sd, 0x15, 0xf0, 0x01); in adv7511_set_fmt()
1038 adv7511_wr_and_or(sd, 0x16, 0x03, 0xbc); in adv7511_set_fmt()
1043 adv7511_wr_and_or(sd, 0x15, 0xf0, 0x00); in adv7511_set_fmt()
1044 adv7511_wr_and_or(sd, 0x16, 0x03, 0x00); in adv7511_set_fmt()
1115 adv7511_wr_and_or(sd, 0x4a, 0xbf, 0); in adv7511_set_fmt()
1116 adv7511_wr_and_or(sd, 0x55, 0x9f, y << 5); in adv7511_set_fmt()
1117 adv7511_wr_and_or(sd, 0x56, 0x3f, c << 6); in adv7511_set_fmt()
1118 adv7511_wr_and_or(sd, 0x57, 0x83, (ec << 4) | (q << 2)); in adv7511_set_fmt()
1119 adv7511_wr_and_or(sd, 0x59, 0x0f, yq << 4); in adv7511_set_fmt()
1120 adv7511_wr_and_or(sd, 0x4a, 0xff, 1); in adv7511_set_fmt()
1225 adv7511_wr_and_or(sd, 0x15, 0xf0, 0x0); in adv7511_setup()
1227 adv7511_wr_and_or(sd, 0x16, 0x7f, 0x0); in adv7511_setup()
1229 adv7511_wr_and_or(sd, 0x17, 0xf9, 0x06); in adv7511_setup()
1231 adv7511_wr_and_or(sd, 0x3b, 0x9f, 0x0); in adv7511_setup()
1233 adv7511_wr_and_or(sd, 0x18, 0x7f, 0x0); in adv7511_setup()
1236 adv7511_wr_and_or(sd, 0x55, 0x9c, 0x12); in adv7511_setup()
1238 adv7511_wr_and_or(sd, 0x44, 0xe7, 0x10); in adv7511_setup()
1242 adv7511_wr_and_or(sd, 0xaf, 0xed, 0x0); in adv7511_setup()
1245 adv7511_wr_and_or(sd, 0xba, 0x1f, 0x60); in adv7511_setup()
1425 adv7511_wr_and_or(sd, 0xd6, 0x3f, 0xc0); in adv7511_init_setup()