Lines Matching refs:eccpos
464 u32 eccpos;
474 eccpos = oobregion.offset;
476 eccpos < oobregion.offset + oobregion.length; i++) {
477 to->eccpos[i] = eccpos++;
510 for (i = 0; i < ARRAY_SIZE(to->eccpos);) {
511 u32 eccpos;
521 if (oobregion.length + i > ARRAY_SIZE(to->eccpos))
524 eccpos = oobregion.offset;
525 for (; eccpos < oobregion.offset + oobregion.length; i++) {
526 to->eccpos[i] = eccpos++;