Searched refs:data0_masked (Results 1 – 1 of 1) sorted by relevance
641 u32 data0_masked; in otp_prog_verify_2dw() local648 data0_masked = data[0] & ~ignore_mask[0]; in otp_prog_verify_2dw()652 if (data0_masked == buf0_masked && data1_masked == buf1_masked) in otp_prog_verify_2dw()656 if (((data0_masked >> i) & 0x1) == 1 && ((buf0_masked >> i) & 0x1) == 0) in otp_prog_verify_2dw()663 if (data0_masked != buf0_masked) { in otp_prog_verify_2dw()