Home
last modified time | relevance | path

Searched refs:otp_bit (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/cmd/
H A Dotp.c2159 int otp_bit; in otp_prog_bit() local
2169 otp_bit = (read[0] >> bit_offset) & 0x1; in otp_prog_bit()
2170 if (otp_bit == value) { in otp_prog_bit()
2175 if (otp_bit == 1 && value == 0) { in otp_prog_bit()
2187 otp_bit = (read[0] >> bit_offset) & 0x1; in otp_prog_bit()
2189 if (otp_bit == 1 && value == 0) { in otp_prog_bit()
2196 otp_bit = (read[1] >> bit_offset) & 0x1; in otp_prog_bit()
2198 if (otp_bit == 0 && value == 1) { in otp_prog_bit()
2204 if (otp_bit == value) { in otp_prog_bit()