Searched refs:postpad (Results 1 – 3 of 3) sorted by relevance
2701 if (chip->ecc.postpad) { in nand_read_page_raw_syndrome()2702 ret = nand_read_data_op(chip, oob, chip->ecc.postpad, in nand_read_page_raw_syndrome()2707 oob += chip->ecc.postpad; in nand_read_page_raw_syndrome()2966 int eccpadbytes = eccbytes + chip->ecc.prepad + chip->ecc.postpad; in nand_read_page_syndrome()3003 if (chip->ecc.postpad) { in nand_read_page_syndrome()3004 ret = nand_read_data_op(chip, oob, chip->ecc.postpad, in nand_read_page_syndrome()3009 oob += chip->ecc.postpad; in nand_read_page_syndrome()3307 int chunk = chip->ecc.bytes + chip->ecc.prepad + chip->ecc.postpad; in nand_read_oob_syndrome()3374 int chunk = chip->ecc.bytes + chip->ecc.prepad + chip->ecc.postpad; in nand_write_oob_syndrome()3384 if (!chip->ecc.prepad && !chip->ecc.postpad) { in nand_write_oob_syndrome()[all …]
798 chip->ecc.postpad = 0; in lpc32xx_nand_attach_chip()
356 int postpad; member