Lines Matching refs:eccbytes
54 .eccbytes = 5,
60 .eccbytes = 20,
73 .eccbytes = 9,
79 .eccbytes = 36,
445 int eccbytes = chip->ecc.bytes; local
446 int eccpitch = eccbytes + chip->ecc.prepad + chip->ecc.postpad;
465 chip->read_buf(mtd, oob, eccbytes);
466 oob += eccbytes;
490 int eccbytes = chip->ecc.bytes; local
491 int eccpitch = eccbytes + chip->ecc.prepad + chip->ecc.postpad;
520 oob += eccbytes;
542 chip->read_buf(mtd, oob, eccbytes);
543 oob += eccbytes + chip->ecc.postpad;
582 int eccbytes = chip->ecc.bytes; local
583 int eccpitch = eccbytes + chip->ecc.prepad + chip->ecc.postpad;
600 host->col_addr += eccbytes;
601 oob += eccbytes;
622 int eccbytes = chip->ecc.bytes; local
623 int eccpitch = eccbytes + chip->ecc.prepad + chip->ecc.postpad;
632 n++, eccsteps--, i += eccbytes, p += eccsize) {
644 chip->write_buf(mtd, oob, eccbytes);
645 oob += eccbytes;