i2c_w_mask       3214 drivers/media/usb/gspca/ov519.c 	i2c_w_mask(sd, 0x13, val ? 0x05 : 0x00, 0x05);
i2c_w_mask       3375 drivers/media/usb/gspca/ov519.c 		i2c_w_mask(sd, 0x13, 0x27, 0x27);
i2c_w_mask       3381 drivers/media/usb/gspca/ov519.c 		i2c_w_mask(sd, 0x13, 0x05, 0x05);
i2c_w_mask       3387 drivers/media/usb/gspca/ov519.c 		i2c_w_mask(sd, 0x13, 0x27, 0x27);
i2c_w_mask       3400 drivers/media/usb/gspca/ov519.c 		i2c_w_mask(sd, 0x0e, 0x00, 0x40);
i2c_w_mask       3914 drivers/media/usb/gspca/ov519.c 		i2c_w_mask(sd, 0x14, qvga ? 0x20 : 0x00, 0x20);
i2c_w_mask       3915 drivers/media/usb/gspca/ov519.c 		i2c_w_mask(sd, 0x28, qvga ? 0x00 : 0x20, 0x20);
i2c_w_mask       3918 drivers/media/usb/gspca/ov519.c 		i2c_w_mask(sd, 0x2d, qvga ? 0x40 : 0x00, 0x40);
i2c_w_mask       3919 drivers/media/usb/gspca/ov519.c 		i2c_w_mask(sd, 0x67, qvga ? 0xf0 : 0x90, 0xf0);
i2c_w_mask       3920 drivers/media/usb/gspca/ov519.c 		i2c_w_mask(sd, 0x74, qvga ? 0x20 : 0x00, 0x20);
i2c_w_mask       3955 drivers/media/usb/gspca/ov519.c 		i2c_w_mask(sd, 0x12, qvga ? 0x40 : 0x00, 0xf0);
i2c_w_mask       3956 drivers/media/usb/gspca/ov519.c 		i2c_w_mask(sd, 0x32,
i2c_w_mask       3959 drivers/media/usb/gspca/ov519.c 		i2c_w_mask(sd, 0x03,
i2c_w_mask       3969 drivers/media/usb/gspca/ov519.c 		i2c_w_mask(sd, OV7610_REG_COM_C, qvga ? (1 << 5) : 0, 1 << 5);
i2c_w_mask       3970 drivers/media/usb/gspca/ov519.c 		i2c_w_mask(sd, 0x13, 0x00, 0x20); /* Select 16 bit data bus */
i2c_w_mask       3971 drivers/media/usb/gspca/ov519.c 		i2c_w_mask(sd, 0x12, 0x04, 0x06); /* AWB: 1 Test pattern: 0 */
i2c_w_mask       3972 drivers/media/usb/gspca/ov519.c 		i2c_w_mask(sd, 0x2d, 0x00, 0x40); /* from windrv 090403 */
i2c_w_mask       3973 drivers/media/usb/gspca/ov519.c 		i2c_w_mask(sd, 0x28, 0x20, 0x20); /* progressive mode on */
i2c_w_mask       3976 drivers/media/usb/gspca/ov519.c 		i2c_w_mask(sd, 0x14, qvga ? 0x20 : 0x00, 0x20);
i2c_w_mask       3978 drivers/media/usb/gspca/ov519.c 		i2c_w_mask(sd, 0x13, 0x00, 0x20); /* Select 16 bit data bus */
i2c_w_mask       3979 drivers/media/usb/gspca/ov519.c 		i2c_w_mask(sd, 0x12, 0x04, 0x06); /* AWB: 1 Test pattern: 0 */
i2c_w_mask       3984 drivers/media/usb/gspca/ov519.c 		i2c_w_mask(sd, 0x14, qvga ? 0x20 : 0x00, 0x20);
i2c_w_mask       3985 drivers/media/usb/gspca/ov519.c 		i2c_w_mask(sd, 0x28, qvga ? 0x00 : 0x20, 0x20);
i2c_w_mask       3988 drivers/media/usb/gspca/ov519.c 		i2c_w_mask(sd, 0x2d, qvga ? 0x40 : 0x00, 0x40);
i2c_w_mask       3989 drivers/media/usb/gspca/ov519.c 		i2c_w_mask(sd, 0x67, qvga ? 0xb0 : 0x90, 0xf0);
i2c_w_mask       3990 drivers/media/usb/gspca/ov519.c 		i2c_w_mask(sd, 0x74, qvga ? 0x20 : 0x00, 0x20);
i2c_w_mask       3991 drivers/media/usb/gspca/ov519.c 		i2c_w_mask(sd, 0x13, 0x00, 0x20); /* Select 16 bit data bus */
i2c_w_mask       3992 drivers/media/usb/gspca/ov519.c 		i2c_w_mask(sd, 0x12, 0x04, 0x06); /* AWB: 1 Test pattern: 0 */
i2c_w_mask       3998 drivers/media/usb/gspca/ov519.c 		i2c_w_mask(sd, 0x14, qvga ? 0x20 : 0x00, 0x20);
i2c_w_mask       3999 drivers/media/usb/gspca/ov519.c 		i2c_w_mask(sd, 0x28, qvga ? 0x00 : 0x20, 0x20);
i2c_w_mask       4002 drivers/media/usb/gspca/ov519.c 		i2c_w_mask(sd, 0x2d, qvga ? 0x40 : 0x00, 0x40);
i2c_w_mask       4004 drivers/media/usb/gspca/ov519.c 		i2c_w_mask(sd, 0x67, qvga ? 0xf0 : 0x90, 0xf0);
i2c_w_mask       4006 drivers/media/usb/gspca/ov519.c 		i2c_w_mask(sd, 0x74, qvga ? 0x20 : 0x00, 0x20);
i2c_w_mask       4007 drivers/media/usb/gspca/ov519.c 		i2c_w_mask(sd, 0x12, 0x04, 0x04); /* AWB: 1 */
i2c_w_mask       4013 drivers/media/usb/gspca/ov519.c 		i2c_w_mask(sd, OV7670_R12_COM7,
i2c_w_mask       4016 drivers/media/usb/gspca/ov519.c 		i2c_w_mask(sd, 0x13, 0x00, 0x20); /* Select 16 bit data bus */
i2c_w_mask       4017 drivers/media/usb/gspca/ov519.c 		i2c_w_mask(sd, OV7670_R13_COM8, OV7670_COM8_AWB,
i2c_w_mask       4050 drivers/media/usb/gspca/ov519.c 		i2c_w_mask(sd, 0x14, qvga ? 0x20 : 0x00, 0x20);
i2c_w_mask       4051 drivers/media/usb/gspca/ov519.c 		i2c_w_mask(sd, 0x13, 0x00, 0x20); /* Select 16 bit data bus */
i2c_w_mask       4052 drivers/media/usb/gspca/ov519.c 		i2c_w_mask(sd, 0x12, 0x04, 0x06); /* AWB: 1 Test pattern: 0 */
i2c_w_mask       4056 drivers/media/usb/gspca/ov519.c 		i2c_w_mask(sd, 0x14, qvga ? 0x20 : 0x00, 0x20);
i2c_w_mask       4057 drivers/media/usb/gspca/ov519.c 		i2c_w_mask(sd, 0x12, 0x04, 0x06); /* AWB: 1 Test pattern: 0 */
i2c_w_mask       4078 drivers/media/usb/gspca/ov519.c 		i2c_w_mask(sd, 0x12, qvga ? 0x40 : 0x00, 0x40);
i2c_w_mask       4101 drivers/media/usb/gspca/ov519.c 	i2c_w_mask(sd, OV7670_R1E_MVFP,
i2c_w_mask       4622 drivers/media/usb/gspca/ov519.c 		i2c_w_mask(sd, OV7610_REG_CNT, val >> 4, 0x0f);
i2c_w_mask       4715 drivers/media/usb/gspca/ov519.c 	i2c_w_mask(sd, 0x2d, val ? 0x10 : 0x00, 0x10);
i2c_w_mask       4724 drivers/media/usb/gspca/ov519.c 			i2c_w_mask(sd, OV7670_R13_COM8, 0, OV7670_COM8_BFILT);
i2c_w_mask       4727 drivers/media/usb/gspca/ov519.c 			i2c_w_mask(sd, OV7670_R13_COM8, OV7670_COM8_BFILT,
i2c_w_mask       4729 drivers/media/usb/gspca/ov519.c 			i2c_w_mask(sd, OV7670_R3B_COM11, 0x08, 0x18);
i2c_w_mask       4732 drivers/media/usb/gspca/ov519.c 			i2c_w_mask(sd, OV7670_R13_COM8, OV7670_COM8_BFILT,
i2c_w_mask       4734 drivers/media/usb/gspca/ov519.c 			i2c_w_mask(sd, OV7670_R3B_COM11, 0x00, 0x18);
i2c_w_mask       4737 drivers/media/usb/gspca/ov519.c 			i2c_w_mask(sd, OV7670_R13_COM8, OV7670_COM8_BFILT,
i2c_w_mask       4739 drivers/media/usb/gspca/ov519.c 			i2c_w_mask(sd, OV7670_R3B_COM11, OV7670_COM11_HZAUTO,
i2c_w_mask       4746 drivers/media/usb/gspca/ov519.c 			i2c_w_mask(sd, 0x2d, 0x00, 0x04);
i2c_w_mask       4747 drivers/media/usb/gspca/ov519.c 			i2c_w_mask(sd, 0x2a, 0x00, 0x80);
i2c_w_mask       4750 drivers/media/usb/gspca/ov519.c 			i2c_w_mask(sd, 0x2d, 0x04, 0x04);
i2c_w_mask       4751 drivers/media/usb/gspca/ov519.c 			i2c_w_mask(sd, 0x2a, 0x80, 0x80);
i2c_w_mask       4761 drivers/media/usb/gspca/ov519.c 			i2c_w_mask(sd, 0x2d, 0x04, 0x04);
i2c_w_mask       4766 drivers/media/usb/gspca/ov519.c 				i2c_w_mask(sd, 0x2a, 0x80, 0x80);
i2c_w_mask       4770 drivers/media/usb/gspca/ov519.c 				i2c_w_mask(sd, 0x2a, 0x00, 0x80);