Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dotp.c946 u32 otp_ignore; in otp_print_scu_image() local
964 otp_ignore = (OTPSCU_IGNORE[dw_offset] >> bit_offset) & mask; in otp_print_scu_image()
966 if (otp_ignore == mask) in otp_print_scu_image()
968 else if (otp_ignore != 0) in otp_print_scu_image()
1039 u32 otp_ignore; in otp_print_conf_image() local
1059 if (((otp_value + otp_ignore) & mask) != mask) { in otp_print_conf_image()
1064 if (otp_ignore == mask) { in otp_print_conf_image()
1066 } else if (otp_ignore != 0) { in otp_print_conf_image()
1232 u32 otp_ignore; in otp_print_strap_image() local
1256 if (otp_ignore == mask) in otp_print_strap_image()
[all …]