Lines Matching refs:read_page_raw
2954 chip->ecc.read_page_raw(chip, buf, 1, page); in nand_read_page_swecc()
3389 ret = chip->ecc.read_page_raw(chip, bufpoi, in nand_do_read_ops()
5563 if (!ecc->read_page_raw) in nand_set_ecc_on_host_ops()
5564 ecc->read_page_raw = nand_read_page_raw; in nand_set_ecc_on_host_ops()
5591 if (!ecc->read_page_raw) in nand_set_ecc_on_host_ops()
5592 ecc->read_page_raw = nand_read_page_raw_syndrome; in nand_set_ecc_on_host_ops()
5627 if (!ecc->read_page_raw) in nand_set_ecc_soft_ops()
5628 ecc->read_page_raw = nand_read_page_raw; in nand_set_ecc_soft_ops()
5658 if (!ecc->read_page_raw) in nand_set_ecc_soft_ops()
5659 ecc->read_page_raw = nand_read_page_raw; in nand_set_ecc_soft_ops()
6105 ecc->read_page_raw = nand_read_page_raw; in nand_scan_tail()