Searched refs:postpad (Results 1 – 3 of 3) sorted by relevance
1111 if (chip->ecc.postpad) { in nand_read_page_raw_syndrome()1112 chip->read_buf(mtd, oob, chip->ecc.postpad); in nand_read_page_raw_syndrome()1113 oob += chip->ecc.postpad; in nand_read_page_raw_syndrome()1389 if (chip->ecc.postpad) { in nand_read_page_syndrome()1390 chip->read_buf(mtd, oob, chip->ecc.postpad); in nand_read_page_syndrome()1391 oob += chip->ecc.postpad; in nand_read_page_syndrome()1659 int chunk = chip->ecc.bytes + chip->ecc.prepad + chip->ecc.postpad; in nand_read_oob_syndrome()1718 int chunk = chip->ecc.bytes + chip->ecc.prepad + chip->ecc.postpad; in nand_write_oob_syndrome()1728 if (!chip->ecc.prepad && !chip->ecc.postpad) { in nand_write_oob_syndrome()1961 if (chip->ecc.postpad) { in nand_write_page_raw_syndrome()[all …]
689 nand_chip->ecc.postpad = 0; in atmel_nand_probe()
354 int postpad; member