Searched refs:eccpitch (Results 1 - 1 of 1) sorted by last modified time

/u-boot/drivers/mtd/nand/raw/
H A Dmxc_nand.c393 int eccpitch = chip->ecc.bytes + chip->ecc.prepad + chip->ecc.postpad; local
430 bufpoi += eccpitch;
431 length -= eccpitch;
447 int eccpitch = eccbytes + chip->ecc.prepad + chip->ecc.postpad; local
460 host->col_addr = mtd->writesize + n * eccpitch;
492 int eccpitch = eccbytes + chip->ecc.prepad + chip->ecc.postpad; local
508 host->col_addr = mtd->writesize + n * eccpitch;
541 n * eccpitch +
554 int eccpitch = chip->ecc.bytes + chip->ecc.prepad + chip->ecc.postpad; local
561 len = min_t(int, length, eccpitch);
584 int eccpitch = eccbytes + chip->ecc.prepad + chip->ecc.postpad; local
624 int eccpitch = eccbytes + chip->ecc.prepad + chip->ecc.postpad; local
[all...]

Completed in 52 milliseconds