Searched refs:postpad (Results 1 – 2 of 2) sorted by relevance
2917 if (chip->ecc.postpad) { in nand_read_page_raw_syndrome()2918 ret = nand_read_data_op(chip, oob, chip->ecc.postpad, in nand_read_page_raw_syndrome()2923 oob += chip->ecc.postpad; in nand_read_page_raw_syndrome()3249 int eccpadbytes = eccbytes + chip->ecc.prepad + chip->ecc.postpad; in nand_read_page_syndrome()3286 if (chip->ecc.postpad) { in nand_read_page_syndrome()3287 ret = nand_read_data_op(chip, oob, chip->ecc.postpad, in nand_read_page_syndrome()3292 oob += chip->ecc.postpad; in nand_read_page_syndrome()3647 int chunk = chip->ecc.bytes + chip->ecc.prepad + chip->ecc.postpad; in nand_read_oob_syndrome()3714 int chunk = chip->ecc.bytes + chip->ecc.prepad + chip->ecc.postpad; in nand_write_oob_syndrome()3724 if (!chip->ecc.prepad && !chip->ecc.postpad) { in nand_write_oob_syndrome()[all …]
359 int postpad; member