Lines Matching refs:adv7511_wr_and_or

209 static inline void adv7511_wr_and_or(struct v4l2_subdev *sd, u8 reg, u8 clr_mask, u8 val_mask)
282 adv7511_wr_and_or(sd, 0x18, 0x9f, (mode & 0x3)<<5);
291 adv7511_wr_and_or(sd, 0x18, 0xe0, A1>>8);
293 adv7511_wr_and_or(sd, 0x1A, 0xe0, A2>>8);
295 adv7511_wr_and_or(sd, 0x1c, 0xe0, A3>>8);
297 adv7511_wr_and_or(sd, 0x1e, 0xe0, A4>>8);
301 adv7511_wr_and_or(sd, 0x20, 0xe0, B1>>8);
303 adv7511_wr_and_or(sd, 0x22, 0xe0, B2>>8);
305 adv7511_wr_and_or(sd, 0x24, 0xe0, B3>>8);
307 adv7511_wr_and_or(sd, 0x26, 0xe0, B4>>8);
311 adv7511_wr_and_or(sd, 0x28, 0xe0, C1>>8);
313 adv7511_wr_and_or(sd, 0x2A, 0xe0, C2>>8);
315 adv7511_wr_and_or(sd, 0x2C, 0xe0, C3>>8);
317 adv7511_wr_and_or(sd, 0x2E, 0xe0, C4>>8);
331 adv7511_wr_and_or(sd, 0x18, 0x7f, 0x80);
333 adv7511_wr_and_or(sd, 0x57, 0xf3, 0x04);
336 adv7511_wr_and_or(sd, 0x18, 0x7f, 0x0);
338 adv7511_wr_and_or(sd, 0x57, 0xf3, 0x08);
386 adv7511_wr_and_or(sd, 0xaf, 0xfd, ctrl->val == V4L2_DV_TX_MODE_HDMI ? 0x02 : 0x00);
399 adv7511_wr_and_or(sd, 0x57, 0x7f, itc << 7);
400 adv7511_wr_and_or(sd, 0x59, 0xcf, cn << 4);
666 adv7511_wr_and_or(sd, 0x41, 0xbf, 0x40);
674 adv7511_wr_and_or(sd, 0x41, 0xbf, 0x0);
677 adv7511_wr_and_or(sd, 0x41, 0xbf, 0x40);
690 adv7511_wr_and_or(sd, 0x9a, 0xfe, 0x70);
692 adv7511_wr_and_or(sd, 0x9d, 0xfc, 0x01);
728 adv7511_wr_and_or(sd, 0x95, 0xc0, 0x39);
731 adv7511_wr_and_or(sd, 0x95, 0xc0, 0x00);
920 adv7511_wr_and_or(sd, 0x95, 0xc0,
1001 adv7511_wr_and_or(sd, 0xa1, ~0x3c, (enable ? 0 : 0x3c));
1035 adv7511_wr_and_or(sd, 0x17, 0x9f,
1042 adv7511_wr_and_or(sd, 0xfb, 0xf9, 1 << 1);
1045 adv7511_wr_and_or(sd, 0xfb, 0xf9, 2 << 1);
1048 adv7511_wr_and_or(sd, 0xfb, 0xf9, 3 << 1);
1051 adv7511_wr_and_or(sd, 0xfb, 0xf9, 0);
1108 adv7511_wr_and_or(sd, 0x4b, 0x3f, 0x80);
1110 adv7511_wr_and_or(sd, 0x4b, 0x3f, 0x40);
1156 adv7511_wr_and_or(sd, 0x15, 0xf, i2s_sf);
1164 adv7511_wr_and_or(sd, 0x73, 0xf8, 0x1);
1169 adv7511_wr_and_or(sd, 0x14, 0xf0, 0x02);
1324 adv7511_wr_and_or(sd, 0x15, 0xf0, 0x01);
1325 adv7511_wr_and_or(sd, 0x16, 0x03, 0xb8);
1329 adv7511_wr_and_or(sd, 0x15, 0xf0, 0x01);
1330 adv7511_wr_and_or(sd, 0x16, 0x03, 0xbc);
1335 adv7511_wr_and_or(sd, 0x15, 0xf0, 0x00);
1336 adv7511_wr_and_or(sd, 0x16, 0x03, 0x00);
1407 adv7511_wr_and_or(sd, 0x4a, 0xbf, 0);
1408 adv7511_wr_and_or(sd, 0x55, 0x9f, y << 5);
1409 adv7511_wr_and_or(sd, 0x56, 0x3f, c << 6);
1410 adv7511_wr_and_or(sd, 0x57, 0x83, (ec << 4) | (q << 2) | (itc << 7));
1411 adv7511_wr_and_or(sd, 0x59, 0x0f, (yq << 6) | (cn << 4));
1412 adv7511_wr_and_or(sd, 0x4a, 0xff, 1);
1522 adv7511_wr_and_or(sd, 0x15, 0xf0, 0x0);
1524 adv7511_wr_and_or(sd, 0x16, 0x7f, 0x0);
1526 adv7511_wr_and_or(sd, 0x17, 0xf9, 0x06);
1528 adv7511_wr_and_or(sd, 0x3b, 0x9f, 0x0);
1530 adv7511_wr_and_or(sd, 0x18, 0x7f, 0x0);
1533 adv7511_wr_and_or(sd, 0x55, 0x9c, 0x12);
1535 adv7511_wr_and_or(sd, 0x44, 0xe7, 0x10);
1539 adv7511_wr_and_or(sd, 0xaf, 0xed, 0x0);
1542 adv7511_wr_and_or(sd, 0xba, 0x1f, 0x60);
1798 adv7511_wr_and_or(sd, 0xd6, 0x3f, 0xc0);