Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dotp_info.h8 #define OTP_REG_VALUE -2 macro
307 { 0, 16, 6, OTP_REG_VALUE, "Secure Region size (DW): 0x%x" },
324 { 2, 0, 16, OTP_REG_VALUE, "Vender ID : 0x%x" },
325 { 2, 16, 16, OTP_REG_VALUE, "Key Revision : 0x%x" },
326 { 3, 0, 16, OTP_REG_VALUE, "Secure boot header offset : 0x%x" },
328 { 5, 0, 32, OTP_REG_VALUE, "User define data, random number low : 0x%x" },
329 { 6, 0, 32, OTP_REG_VALUE, "User define data, random number high : 0x%x" },
330 { 14, 0, 11, OTP_REG_VALUE, "Patch code location (DW): 0x%x" },
331 { 14, 11, 6, OTP_REG_VALUE, "Patch code size (DW): 0x%x" }
359 { 0, 16, 6, OTP_REG_VALUE, "Secure Region size (DW): 0x%x" },
[all …]
H A Dotp.c1074 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()