Lines Matching refs:read_page_raw
2740 chip->ecc.read_page_raw(chip, buf, 1, page); in nand_read_page_swecc()
3171 ret = chip->ecc.read_page_raw(chip, bufpoi, in nand_do_read_ops()
5154 if (!ecc->read_page_raw) in nand_set_ecc_on_host_ops()
5155 ecc->read_page_raw = nand_read_page_raw; in nand_set_ecc_on_host_ops()
5182 if (!ecc->read_page_raw) in nand_set_ecc_on_host_ops()
5183 ecc->read_page_raw = nand_read_page_raw_syndrome; in nand_set_ecc_on_host_ops()
5217 if (!ecc->read_page_raw) in nand_set_ecc_soft_ops()
5218 ecc->read_page_raw = nand_read_page_raw; in nand_set_ecc_soft_ops()
5242 if (!ecc->read_page_raw) in nand_set_ecc_soft_ops()
5243 ecc->read_page_raw = nand_read_page_raw; in nand_set_ecc_soft_ops()
5722 ecc->read_page_raw = nand_read_page_raw; in nand_scan_tail()