Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/mtd/
A Dcfi.h164 uint8_t NumProtectionFields; member
/linux-6.3-rc2/drivers/mtd/chips/
A Dcfi_cmdset_0001.c424 if (extp->NumProtectionFields) in read_pri_intelext()
425 extra_size += (extp->NumProtectionFields - 1) * in read_pri_intelext()
707 if (extp->NumProtectionFields) in cfi_intelext_partition_fixup()
708 offs = (extp->NumProtectionFields - 1) * in cfi_intelext_partition_fixup()
2316 if (!extp || !(extp->FeatureSupport & 64) || !extp->NumProtectionFields) in cfi_intelext_otp_walk()
2419 if (++field == extp->NumProtectionFields) in cfi_intelext_otp_walk()

Completed in 9 milliseconds