Searched refs:postpad (Results 1 – 3 of 3) sorted by relevance
2667 if (chip->ecc.postpad) { in nand_read_page_raw_syndrome()2668 ret = nand_read_data_op(chip, oob, chip->ecc.postpad, in nand_read_page_raw_syndrome()2673 oob += chip->ecc.postpad; in nand_read_page_raw_syndrome()3001 int eccpadbytes = eccbytes + chip->ecc.prepad + chip->ecc.postpad; in nand_read_page_syndrome()3038 if (chip->ecc.postpad) { in nand_read_page_syndrome()3039 ret = nand_read_data_op(chip, oob, chip->ecc.postpad, in nand_read_page_syndrome()3044 oob += chip->ecc.postpad; in nand_read_page_syndrome()3339 int chunk = chip->ecc.bytes + chip->ecc.prepad + chip->ecc.postpad; in nand_read_oob_syndrome()3406 int chunk = chip->ecc.bytes + chip->ecc.prepad + chip->ecc.postpad; in nand_write_oob_syndrome()3416 if (!chip->ecc.prepad && !chip->ecc.postpad) { in nand_write_oob_syndrome()[all …]
793 chip->ecc.postpad = 0; in lpc32xx_nand_attach_chip()
362 int postpad; member