Searched refs:postpad (Results 1 – 2 of 2) sorted by relevance
2916 if (chip->ecc.postpad) { in nand_read_page_raw_syndrome()2917 ret = nand_read_data_op(chip, oob, chip->ecc.postpad, in nand_read_page_raw_syndrome()2922 oob += chip->ecc.postpad; in nand_read_page_raw_syndrome()3248 int eccpadbytes = eccbytes + chip->ecc.prepad + chip->ecc.postpad; in nand_read_page_syndrome()3285 if (chip->ecc.postpad) { in nand_read_page_syndrome()3286 ret = nand_read_data_op(chip, oob, chip->ecc.postpad, in nand_read_page_syndrome()3291 oob += chip->ecc.postpad; in nand_read_page_syndrome()3646 int chunk = chip->ecc.bytes + chip->ecc.prepad + chip->ecc.postpad; in nand_read_oob_syndrome()3713 int chunk = chip->ecc.bytes + chip->ecc.prepad + chip->ecc.postpad; in nand_write_oob_syndrome()3723 if (!chip->ecc.prepad && !chip->ecc.postpad) { in nand_write_oob_syndrome()[all …]
359 int postpad; member