Lines Matching refs:postpad
1154 if (chip->ecc.postpad) { in nand_read_page_raw_syndrome()
1155 chip->read_buf(mtd, oob, chip->ecc.postpad); in nand_read_page_raw_syndrome()
1156 oob += chip->ecc.postpad; in nand_read_page_raw_syndrome()
1451 if (chip->ecc.postpad) { in nand_read_page_syndrome()
1452 chip->read_buf(mtd, oob, chip->ecc.postpad); in nand_read_page_syndrome()
1453 oob += chip->ecc.postpad; in nand_read_page_syndrome()
1773 int chunk = chip->ecc.bytes + chip->ecc.prepad + chip->ecc.postpad; in nand_read_oob_syndrome()
1832 int chunk = chip->ecc.bytes + chip->ecc.prepad + chip->ecc.postpad; in nand_write_oob_syndrome()
1842 if (!chip->ecc.prepad && !chip->ecc.postpad) { in nand_write_oob_syndrome()
2074 if (chip->ecc.postpad) { in nand_write_page_raw_syndrome()
2075 chip->write_buf(mtd, oob, chip->ecc.postpad); in nand_write_page_raw_syndrome()
2076 oob += chip->ecc.postpad; in nand_write_page_raw_syndrome()
2240 if (chip->ecc.postpad) { in nand_write_page_syndrome()
2241 chip->write_buf(mtd, oob, chip->ecc.postpad); in nand_write_page_syndrome()
2242 oob += chip->ecc.postpad; in nand_write_page_syndrome()