Searched refs:postpad (Results 1 – 3 of 3) sorted by relevance
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()[all …]
881 chip->ecc.prepad = chip->ecc.postpad = 0; in lpc32xx_nand_probe()
494 int postpad; member