Lines Matching refs:hwctl
2024 chip->ecc.hwctl(mtd, NAND_ECC_READ); in nand_read_page_hwecc()
2108 chip->ecc.hwctl(mtd, NAND_ECC_READ); in nand_read_page_hwecc_oob_first()
2161 chip->ecc.hwctl(mtd, NAND_ECC_READ); in nand_read_page_syndrome()
2176 chip->ecc.hwctl(mtd, NAND_ECC_READSYN); in nand_read_page_syndrome()
2922 chip->ecc.hwctl(mtd, NAND_ECC_WRITE); in nand_write_page_hwecc()
2971 chip->ecc.hwctl(mtd, NAND_ECC_WRITE); in nand_write_subpage_hwecc()
3033 chip->ecc.hwctl(mtd, NAND_ECC_WRITE); in nand_write_page_syndrome()
4994 ecc->hwctl && ecc->calculate)); in invalid_ecc_page_accessors()
5069 if (!ecc->calculate || !ecc->correct || !ecc->hwctl) { in nand_scan_tail()
5092 if (!ecc->write_subpage && ecc->hwctl && ecc->calculate) in nand_scan_tail()
5096 if ((!ecc->calculate || !ecc->correct || !ecc->hwctl) && in nand_scan_tail()