Searched refs:NumProtectionFields (Results 1 – 2 of 2) sorted by relevance
425 if (extp->NumProtectionFields) { in read_pri_intelext()429 extra_size += (extp->NumProtectionFields - 1) * in read_pri_intelext()436 for (i = 0; i < extp->NumProtectionFields - 1; i++) { in read_pri_intelext()724 if (extp->NumProtectionFields) in cfi_intelext_partition_fixup()725 offs = (extp->NumProtectionFields - 1) * in cfi_intelext_partition_fixup()2333 if (!extp || !(extp->FeatureSupport & 64) || !extp->NumProtectionFields) in cfi_intelext_otp_walk()2436 if (++field == extp->NumProtectionFields) in cfi_intelext_otp_walk()
164 uint8_t NumProtectionFields; member