Home
last modified time | relevance | path

Searched refs:NumProtectionFields (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/mtd/chips/
H A Dcfi_cmdset_0001.c423 if (extp->NumProtectionFields) { in read_pri_intelext()
427 extra_size += (extp->NumProtectionFields - 1) * in read_pri_intelext()
434 for (i = 0; i < extp->NumProtectionFields - 1; i++) { in read_pri_intelext()
722 if (extp->NumProtectionFields) in cfi_intelext_partition_fixup()
723 offs = (extp->NumProtectionFields - 1) * in cfi_intelext_partition_fixup()
2331 if (!extp || !(extp->FeatureSupport & 64) || !extp->NumProtectionFields) in cfi_intelext_otp_walk()
2434 if (++field == extp->NumProtectionFields) in cfi_intelext_otp_walk()
/kernel/linux/linux-6.6/drivers/mtd/chips/
H A Dcfi_cmdset_0001.c425 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()
/kernel/linux/linux-5.10/include/linux/mtd/
H A Dcfi.h164 uint8_t NumProtectionFields; member
/kernel/linux/linux-6.6/include/linux/mtd/
H A Dcfi.h164 uint8_t NumProtectionFields; member

Completed in 9 milliseconds