Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mtd/
Dmtdchar.c464 u32 eccpos; in shrink_ecclayout() local
474 eccpos = oobregion.offset; in shrink_ecclayout()
476 eccpos < oobregion.offset + oobregion.length; i++) { in shrink_ecclayout()
477 to->eccpos[i] = eccpos++; in shrink_ecclayout()
510 for (i = 0; i < ARRAY_SIZE(to->eccpos);) { in get_oobinfo()
511 u32 eccpos; in get_oobinfo() local
521 if (oobregion.length + i > ARRAY_SIZE(to->eccpos)) in get_oobinfo()
524 eccpos = oobregion.offset; in get_oobinfo()
525 for (; eccpos < oobregion.offset + oobregion.length; i++) { in get_oobinfo()
526 to->eccpos[i] = eccpos++; in get_oobinfo()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/mtd/
Dmtd-abi.h114 __u32 eccpos[32]; member
124 __u32 eccpos[MTD_MAX_ECCPOS_ENTRIES]; member
/kernel/linux/linux-5.10/include/uapi/mtd/
Dmtd-abi.h217 __u32 eccpos[32]; member
237 __u32 eccpos[MTD_MAX_ECCPOS_ENTRIES]; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/mtd/
Dmtd-abi.h128 __u32 eccpos[32]; member
138 __u32 eccpos[MTD_MAX_ECCPOS_ENTRIES]; member
/kernel/linux/linux-5.10/Documentation/driver-api/
Dmtdnand.rst625 int eccpos[24];
643 - eccpos
645 The eccpos array holds the byte offsets in the spare area where the