Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dotp.c73 #define OTP_REGION_OFFSET(info) (info & 0xffff) macro
1961 image_layout.data = buf + OTP_REGION_OFFSET(otp_header->data_info); in otp_prog_image()
1965 image_layout.conf = buf + OTP_REGION_OFFSET(otp_header->config_info); in otp_prog_image()
1968 image_layout.strap = buf + OTP_REGION_OFFSET(otp_header->strap_info); in otp_prog_image()
1973 image_layout.scu_pro = buf + OTP_REGION_OFFSET(otp_header->scu_protect_info); in otp_prog_image()