Lines Matching refs:eccbytes
53 .eccbytes = 5,
59 .eccbytes = 20,
72 .eccbytes = 9,
78 .eccbytes = 36,
444 int eccbytes = chip->ecc.bytes; local
445 int eccpitch = eccbytes + chip->ecc.prepad + chip->ecc.postpad;
464 chip->read_buf(mtd, oob, eccbytes);
465 oob += eccbytes;
489 int eccbytes = chip->ecc.bytes; local
490 int eccpitch = eccbytes + chip->ecc.prepad + chip->ecc.postpad;
519 oob += eccbytes;
541 chip->read_buf(mtd, oob, eccbytes);
542 oob += eccbytes + chip->ecc.postpad;
581 int eccbytes = chip->ecc.bytes; local
582 int eccpitch = eccbytes + chip->ecc.prepad + chip->ecc.postpad;
599 host->col_addr += eccbytes;
600 oob += eccbytes;
621 int eccbytes = chip->ecc.bytes; local
622 int eccpitch = eccbytes + chip->ecc.prepad + chip->ecc.postpad;
631 n++, eccsteps--, i += eccbytes, p += eccsize) {
643 chip->write_buf(mtd, oob, eccbytes);
644 oob += eccbytes;