Searched refs:OTP_REG_VALUE (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/cmd/ |
H A D | otp_info.h | 8 #define OTP_REG_VALUE -2 macro 324 { 2, 0, 16, OTP_REG_VALUE, "Vender ID : 0x%x" }, 325 { 2, 16, 16, OTP_REG_VALUE, "Key Revision : 0x%x" }, 331 { 14, 11, 6, OTP_REG_VALUE, "Patch code size (DW): 0x%x" } 376 { 2, 0, 16, OTP_REG_VALUE, "Vender ID : 0x%x" }, 377 { 2, 16, 16, OTP_REG_VALUE, "Key Revision : 0x%x" }, 387 { 14, 11, 6, OTP_REG_VALUE, "Patch code size (DW): 0x%x" } 440 { 2, 0, 16, OTP_REG_VALUE, "Vender ID : 0x%x" }, 441 { 2, 16, 16, OTP_REG_VALUE, "Key Revision : 0x%x" }, 520 { 2, 0, 16, OTP_REG_VALUE, "Vender ID : 0x%x" }, [all …]
|
H A D | otp.c | 1074 conf_info[i].value != OTP_REG_VALUE && in otp_print_conf_image() 1094 } else if (conf_info[i].value == OTP_REG_VALUE) { in otp_print_conf_image() 1178 conf_info[i].value != OTP_REG_VALUE && in otp_print_conf_info() 1194 } else if (conf_info[i].value == OTP_REG_VALUE) { in otp_print_conf_info()
|