Searched refs:ov5670_write_1byte (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | ov5670.c | 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() [all …]
|