Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dotp.c72 #define OTP_REGION_SIZE(info) ((info >> 16) & 0xffff) macro
1960 image_layout.data_length = (int)(OTP_REGION_SIZE(otp_header->data_info) / 2); in otp_prog_image()
1964 image_layout.conf_length = (int)(OTP_REGION_SIZE(otp_header->config_info) / 2); in otp_prog_image()
1969 image_layout.strap_length = (int)(OTP_REGION_SIZE(otp_header->strap_info) / 3); in otp_prog_image()
1974 image_layout.scu_pro_length = (int)(OTP_REGION_SIZE(otp_header->scu_protect_info) / 2); in otp_prog_image()