Searched refs:OTP_REG_VALID_BIT (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/cmd/ |
H A D | otp_info.h | 9 #define OTP_REG_VALID_BIT -3 macro 327 { 4, 0, 8, OTP_REG_VALID_BIT, "Keys retire : %s" }, 379 { 4, 0, 8, OTP_REG_VALID_BIT, "Keys retire : %s" }, 459 { 4, 0, 8, OTP_REG_VALID_BIT, "Keys retire : %s" }, 539 { 4, 0, 8, OTP_REG_VALID_BIT, "Keys retire : %s" },
|
H A D | otp.c | 1058 if (conf_info[i].value == OTP_REG_VALID_BIT) { in otp_print_conf_image() 1075 conf_info[i].value != OTP_REG_VALID_BIT) in otp_print_conf_image() 1097 } else if (conf_info[i].value == OTP_REG_VALID_BIT) { in otp_print_conf_image() 1179 conf_info[i].value != OTP_REG_VALID_BIT) in otp_print_conf_info() 1197 } else if (conf_info[i].value == OTP_REG_VALID_BIT) { in otp_print_conf_info()
|