Lines Matching refs:postpad
391 int eccpitch = chip->ecc.bytes + chip->ecc.prepad + chip->ecc.postpad;
410 toread = min_t(int, length, chip->ecc.postpad);
430 host->col_addr += chip->ecc.postpad + chip->ecc.prepad;
445 int eccpitch = eccbytes + chip->ecc.prepad + chip->ecc.postpad;
467 if (chip->ecc.postpad) {
468 chip->read_buf(mtd, oob, chip->ecc.postpad);
469 oob += chip->ecc.postpad;
490 int eccpitch = eccbytes + chip->ecc.prepad + chip->ecc.postpad;
521 if (chip->ecc.postpad) {
522 chip->read_buf(mtd, oob, chip->ecc.postpad);
523 oob += chip->ecc.postpad;
542 oob += eccbytes + chip->ecc.postpad;
552 int eccpitch = chip->ecc.bytes + chip->ecc.prepad + chip->ecc.postpad;
564 host->col_addr += chip->ecc.prepad + chip->ecc.postpad;
582 int eccpitch = eccbytes + chip->ecc.prepad + chip->ecc.postpad;
602 if (chip->ecc.postpad) {
603 chip->write_buf(mtd, oob, chip->ecc.postpad);
604 oob += chip->ecc.postpad;
622 int eccpitch = eccbytes + chip->ecc.prepad + chip->ecc.postpad;
646 if (chip->ecc.postpad) {
647 chip->write_buf(mtd, oob, chip->ecc.postpad);
648 oob += chip->ecc.postpad;