Searched refs:OTP_REG_RESERVED (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/cmd/ |
H A D | otp_info.h | 7 #define OTP_REG_RESERVED -1 macro 182 { 14, 1, OTP_REG_RESERVED, "Reserved" }, 213 { 30, 2, OTP_REG_RESERVED, "Reserved" }, 276 { 61, 1, OTP_REG_RESERVED, "Reserved" }, 279 { 63, 1, OTP_REG_RESERVED, "Reserved" }
|
H A D | otp.c | 1073 conf_info[i].value != OTP_REG_RESERVED && in otp_print_conf_image() 1092 if (conf_info[i].value == OTP_REG_RESERVED) { in otp_print_conf_image() 1177 conf_info[i].value != OTP_REG_RESERVED && in otp_print_conf_info() 1192 if (conf_info[i].value == OTP_REG_RESERVED) { in otp_print_conf_info() 1262 strap_info[i].value != OTP_REG_RESERVED) in otp_print_strap_image() 1278 if (strap_info[i].value != OTP_REG_RESERVED) in otp_print_strap_image() 1320 strap_info[i].value != OTP_REG_RESERVED) in otp_print_strap_info() 1328 if (strap_info[i].value == OTP_REG_RESERVED) { in otp_print_strap_info() 1354 if (strap_info[i].value != OTP_REG_RESERVED) in otp_print_strap_info()
|