Lines Matching refs:hwctl
1442 chip->ecc.hwctl(mtd, NAND_ECC_READ); in nand_read_page_hwecc()
1514 chip->ecc.hwctl(mtd, NAND_ECC_READ); in nand_read_page_hwecc_oob_first()
1563 chip->ecc.hwctl(mtd, NAND_ECC_READ); in nand_read_page_syndrome()
1571 chip->ecc.hwctl(mtd, NAND_ECC_READSYN); in nand_read_page_syndrome()
2282 chip->ecc.hwctl(mtd, NAND_ECC_WRITE); in nand_write_page_hwecc()
2324 chip->ecc.hwctl(mtd, NAND_ECC_WRITE); in nand_write_subpage_hwecc()
2382 chip->ecc.hwctl(mtd, NAND_ECC_WRITE); in nand_write_page_syndrome()
4353 ecc->hwctl && ecc->calculate)); in invalid_ecc_page_accessors()
4426 if (!ecc->calculate || !ecc->correct || !ecc->hwctl) { in nand_scan_tail()
4449 if (!ecc->write_subpage && ecc->hwctl && ecc->calculate) in nand_scan_tail()
4453 if ((!ecc->calculate || !ecc->correct || !ecc->hwctl) && in nand_scan_tail()