Home
last modified time | relevance | path

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

/linux/drivers/mtd/
A Dmtdchar.c456 u32 eccpos; in shrink_ecclayout() local
466 eccpos = oobregion.offset; in shrink_ecclayout()
468 eccpos < oobregion.offset + oobregion.length; i++) { in shrink_ecclayout()
469 to->eccpos[i] = eccpos++; in shrink_ecclayout()
502 for (i = 0; i < ARRAY_SIZE(to->eccpos);) { in get_oobinfo()
503 u32 eccpos; in get_oobinfo() local
513 if (oobregion.length + i > ARRAY_SIZE(to->eccpos)) in get_oobinfo()
516 eccpos = oobregion.offset; in get_oobinfo()
517 for (; eccpos < oobregion.offset + oobregion.length; i++) { in get_oobinfo()
518 to->eccpos[i] = eccpos++; in get_oobinfo()
/linux/include/uapi/mtd/
A Dmtd-abi.h219 __u32 eccpos[32]; member
239 __u32 eccpos[MTD_MAX_ECCPOS_ENTRIES]; member
/linux/Documentation/driver-api/
A Dmtdnand.rst625 int eccpos[24];
643 - eccpos
645 The eccpos array holds the byte offsets in the spare area where the

Completed in 9 milliseconds