Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dotp.c110 #define OTPTOOL_VERSION_MAJOR(x) (((x) >> 24) & 0xff) macro
1995 switch (OTPTOOL_VERSION_MAJOR(otp_header->otptool_ver)) { in otp_prog_image()