Home
last modified time | relevance | path

Searched refs:eccpitch (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dmxc_nand.c391 int eccpitch = chip->ecc.bytes + chip->ecc.prepad + chip->ecc.postpad; local
428 bufpoi += eccpitch;
429 length -= eccpitch;
445 int eccpitch = eccbytes + chip->ecc.prepad + chip->ecc.postpad; local
458 host->col_addr = mtd->writesize + n * eccpitch;
490 int eccpitch = eccbytes + chip->ecc.prepad + chip->ecc.postpad; local
506 host->col_addr = mtd->writesize + n * eccpitch;
539 n * eccpitch +
552 int eccpitch = chip->ecc.bytes + chip->ecc.prepad + chip->ecc.postpad; local
559 len = min_t(int, length, eccpitch);
[all …]