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