Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/
Dmtdchar.c480 u32 eccpos; in shrink_ecclayout() local
490 eccpos = oobregion.offset; in shrink_ecclayout()
492 eccpos < oobregion.offset + oobregion.length; i++) { in shrink_ecclayout()
493 to->eccpos[i] = eccpos++; in shrink_ecclayout()
526 for (i = 0; i < ARRAY_SIZE(to->eccpos);) { in get_oobinfo()
527 u32 eccpos; in get_oobinfo() local
537 if (oobregion.length + i > ARRAY_SIZE(to->eccpos)) in get_oobinfo()
540 eccpos = oobregion.offset; in get_oobinfo()
541 for (; eccpos < oobregion.offset + oobregion.length; i++) { in get_oobinfo()
542 to->eccpos[i] = eccpos++; in get_oobinfo()
/Linux-v4.19/include/uapi/mtd/
Dmtd-abi.h216 __u32 eccpos[32]; member
236 __u32 eccpos[MTD_MAX_ECCPOS_ENTRIES]; member
/Linux-v4.19/Documentation/driver-api/
Dmtdnand.rst623 int eccpos[24];
641 - eccpos
643 The eccpos array holds the byte offsets in the spare area where the