Searched refs:verify_bit (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/cmd/ |
H A D | otp.c | 464 static int verify_bit(u32 otp_addr, int bit_offset, int value) in verify_bit() function 586 if (verify_bit(prog_address, bit_offset, value) != 0) { in otp_prog_dc_b() 591 if (verify_bit(prog_address, bit_offset, value) != 0) { in otp_prog_dc_b() 3084 if (verify_bit(prog_address, bit_offset, 1) == 0) { in do_otpprotect() 3147 if (verify_bit(prog_address, bit_offset, 1) == 0) { in do_otp_scuprotect()
|