Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mtd/
Dmtdchar.c466 u32 eccpos; in shrink_ecclayout() local
476 eccpos = oobregion.offset; in shrink_ecclayout()
478 eccpos < oobregion.offset + oobregion.length; i++) { in shrink_ecclayout()
479 to->eccpos[i] = eccpos++; in shrink_ecclayout()
512 for (i = 0; i < ARRAY_SIZE(to->eccpos);) { in get_oobinfo()
513 u32 eccpos; in get_oobinfo() local
523 if (oobregion.length + i > ARRAY_SIZE(to->eccpos)) in get_oobinfo()
526 eccpos = oobregion.offset; in get_oobinfo()
527 for (; eccpos < oobregion.offset + oobregion.length; i++) { in get_oobinfo()
528 to->eccpos[i] = eccpos++; in get_oobinfo()
/Linux-v5.4/include/uapi/mtd/
Dmtd-abi.h216 __u32 eccpos[32]; member
236 __u32 eccpos[MTD_MAX_ECCPOS_ENTRIES]; member
/Linux-v5.4/Documentation/driver-api/
Dmtdnand.rst623 int eccpos[24];
641 - eccpos
643 The eccpos array holds the byte offsets in the spare area where the