Searched refs:postpad (Results 1 – 4 of 4) sorted by relevance
| /openbmc/u-boot/drivers/mtd/nand/raw/ |
| H A D | mxc_nand.c | 390 int eccpitch = chip->ecc.bytes + chip->ecc.prepad + chip->ecc.postpad; 409 toread = min_t(int, length, chip->ecc.postpad); 429 host->col_addr += chip->ecc.postpad + chip->ecc.prepad; 444 int eccpitch = eccbytes + chip->ecc.prepad + chip->ecc.postpad; 466 if (chip->ecc.postpad) { 467 chip->read_buf(mtd, oob, chip->ecc.postpad); 468 oob += chip->ecc.postpad; 489 int eccpitch = eccbytes + chip->ecc.prepad + chip->ecc.postpad; 520 if (chip->ecc.postpad) { 521 chip->read_buf(mtd, oob, chip->ecc.postpad); [all …]
|
| H A D | nand_base.c | 1260 if (chip->ecc.postpad) { in nand_read_page_raw_syndrome() 1261 chip->read_buf(mtd, oob, chip->ecc.postpad); in nand_read_page_raw_syndrome() 1262 oob += chip->ecc.postpad; in nand_read_page_raw_syndrome() 1557 int eccpadbytes = eccbytes + chip->ecc.prepad + chip->ecc.postpad; in nand_read_page_syndrome() 1579 if (chip->ecc.postpad) { in nand_read_page_syndrome() 1580 chip->read_buf(mtd, oob, chip->ecc.postpad); in nand_read_page_syndrome() 1581 oob += chip->ecc.postpad; in nand_read_page_syndrome() 1893 int chunk = chip->ecc.bytes + chip->ecc.prepad + chip->ecc.postpad; in nand_read_oob_syndrome() 1952 int chunk = chip->ecc.bytes + chip->ecc.prepad + chip->ecc.postpad; in nand_write_oob_syndrome() 1962 if (!chip->ecc.prepad && !chip->ecc.postpad) { in nand_write_oob_syndrome() [all …]
|
| H A D | atmel_nand.c | 929 nand->ecc.postpad = 0; in atmel_pmecc_nand_init_params() 1193 nand->ecc.postpad = 0; in atmel_hwecc_nand_init_param()
|
| /openbmc/u-boot/include/linux/mtd/ |
| H A D | rawnand.h | 600 int postpad; member
|