Lines Matching refs:eccpos
456 u32 eccpos;
466 eccpos = oobregion.offset;
468 eccpos < oobregion.offset + oobregion.length; i++) {
469 to->eccpos[i] = eccpos++;
502 for (i = 0; i < ARRAY_SIZE(to->eccpos);) {
503 u32 eccpos;
513 if (oobregion.length + i > ARRAY_SIZE(to->eccpos))
516 eccpos = oobregion.offset;
517 for (; eccpos < oobregion.offset + oobregion.length; i++) {
518 to->eccpos[i] = eccpos++;