Lines Matching refs:ov5670_write_1byte
101 #define ov5670_write_1byte(client, reg, val) \ macro
1110 ov5670_write_1byte(client, 0x5032, R_gain >> 8); in ov5670_apply_otp()
1111 ov5670_write_1byte(client, 0x5033, R_gain & 0x00ff); in ov5670_apply_otp()
1114 ov5670_write_1byte(client, 0x5034, G_gain >> 8); in ov5670_apply_otp()
1115 ov5670_write_1byte(client, 0x5035, G_gain & 0x00ff); in ov5670_apply_otp()
1118 ov5670_write_1byte(client, 0x5036, B_gain >> 8); in ov5670_apply_otp()
1119 ov5670_write_1byte(client, 0x5037, B_gain & 0x00ff); in ov5670_apply_otp()
1688 ov5670_write_1byte(client, i, 0); /* clear OTP buffer */ in ov5670_otp_read()
1708 ov5670_write_1byte(client, in ov5670_otp_check_read()
1713 ov5670_write_1byte(client, 0x5002, (temp & (~0x08))); in ov5670_otp_check_read()
1716 ov5670_write_1byte(client, 0x3d84, 0xC0); in ov5670_otp_check_read()
1717 ov5670_write_1byte(client, 0x3d88, 0x70); /* OTP start address */ in ov5670_otp_check_read()
1718 ov5670_write_1byte(client, 0x3d89, 0x10); in ov5670_otp_check_read()
1719 ov5670_write_1byte(client, 0x3d8A, 0x70); /* OTP end address */ in ov5670_otp_check_read()
1720 ov5670_write_1byte(client, 0x3d8B, 0x29); in ov5670_otp_check_read()
1721 ov5670_write_1byte(client, 0x3d81, 0x01); /* load otp into buffer */ in ov5670_otp_check_read()
1728 ov5670_write_1byte(client, 0x5002, 0x08 | (temp & (~0x08))); in ov5670_otp_check_read()
1731 ov5670_write_1byte(client, in ov5670_otp_check_read()