Lines Matching refs:otp_flag
3066 int otp_flag, addr, temp, i; in ov8858_otp_read_r1a() local
3075 otp_flag = 0; in ov8858_otp_read_r1a()
3076 ov8858_read_1byte(client, 0x7010, &otp_flag); in ov8858_otp_read_r1a()
3077 if ((otp_flag & 0xc0) == 0x40) in ov8858_otp_read_r1a()
3079 else if ((otp_flag & 0x30) == 0x10) in ov8858_otp_read_r1a()
3081 else if ((otp_flag & 0x0c) == 0x04) in ov8858_otp_read_r1a()
3102 ov8858_read_1byte(client, 0x7020, &otp_flag); in ov8858_otp_read_r1a()
3103 if ((otp_flag & 0xc0) == 0x40) in ov8858_otp_read_r1a()
3105 else if ((otp_flag & 0x30) == 0x10) in ov8858_otp_read_r1a()
3107 else if ((otp_flag & 0x0c) == 0x04) in ov8858_otp_read_r1a()
3133 ov8858_read_1byte(client, 0x7030, &otp_flag); in ov8858_otp_read_r1a()
3134 if ((otp_flag & 0xc0) == 0x40) in ov8858_otp_read_r1a()
3136 else if ((otp_flag & 0x30) == 0x10) in ov8858_otp_read_r1a()
3138 else if ((otp_flag & 0x0c) == 0x04) in ov8858_otp_read_r1a()
3159 ov8858_read_1byte(client, 0x703a, &otp_flag); in ov8858_otp_read_r1a()
3160 if ((otp_flag & 0xc0) == 0x40) in ov8858_otp_read_r1a()
3162 else if ((otp_flag & 0x30) == 0x10) in ov8858_otp_read_r1a()
3164 else if ((otp_flag & 0x0c) == 0x04) in ov8858_otp_read_r1a()
3193 int otp_flag, addr, temp, checksum, i; in ov8858_otp_read_r2a() local
3202 otp_flag = 0; in ov8858_otp_read_r2a()
3203 ov8858_read_1byte(client, 0x7010, &otp_flag); in ov8858_otp_read_r2a()
3204 if ((otp_flag & 0xc0) == 0x40) in ov8858_otp_read_r2a()
3206 else if ((otp_flag & 0x30) == 0x10) in ov8858_otp_read_r2a()
3238 ov8858_read_1byte(client, 0x7021, &otp_flag); in ov8858_otp_read_r2a()
3239 if ((otp_flag & 0xc0) == 0x40) in ov8858_otp_read_r2a()
3241 else if ((otp_flag & 0x30) == 0x10) in ov8858_otp_read_r2a()
3259 ov8858_read_1byte(client, 0x7028, &otp_flag); in ov8858_otp_read_r2a()
3260 if ((otp_flag & 0xc0) == 0x40) in ov8858_otp_read_r2a()
3262 else if ((otp_flag & 0x30) == 0x10) in ov8858_otp_read_r2a()