Lines Matching refs:postpad
1288 if (chip->ecc.postpad) { in nand_read_page_raw_syndrome()
1289 chip->read_buf(mtd, oob, chip->ecc.postpad); in nand_read_page_raw_syndrome()
1290 oob += chip->ecc.postpad; in nand_read_page_raw_syndrome()
1585 if (chip->ecc.postpad) { in nand_read_page_syndrome()
1586 chip->read_buf(mtd, oob, chip->ecc.postpad); in nand_read_page_syndrome()
1587 oob += chip->ecc.postpad; in nand_read_page_syndrome()
1907 int chunk = chip->ecc.bytes + chip->ecc.prepad + chip->ecc.postpad; in nand_read_oob_syndrome()
1966 int chunk = chip->ecc.bytes + chip->ecc.prepad + chip->ecc.postpad; in nand_write_oob_syndrome()
1976 if (!chip->ecc.prepad && !chip->ecc.postpad) { in nand_write_oob_syndrome()
2211 if (chip->ecc.postpad) { in nand_write_page_raw_syndrome()
2212 chip->write_buf(mtd, oob, chip->ecc.postpad); in nand_write_page_raw_syndrome()
2213 oob += chip->ecc.postpad; in nand_write_page_raw_syndrome()
2384 if (chip->ecc.postpad) { in nand_write_page_syndrome()
2385 chip->write_buf(mtd, oob, chip->ecc.postpad); in nand_write_page_syndrome()
2386 oob += chip->ecc.postpad; in nand_write_page_syndrome()