Lines Matching refs:read_page_raw
3030 chip->ecc.read_page_raw(chip, buf, 1, page); in nand_read_page_swecc()
3555 ret = chip->ecc.read_page_raw(chip, bufpoi, in nand_do_read_ops()
5781 if (!ecc->read_page_raw) in nand_set_ecc_on_host_ops()
5782 ecc->read_page_raw = nand_read_page_raw; in nand_set_ecc_on_host_ops()
5809 if (!ecc->read_page_raw) in nand_set_ecc_on_host_ops()
5810 ecc->read_page_raw = nand_read_page_raw_syndrome; in nand_set_ecc_on_host_ops()
5845 if (!ecc->read_page_raw) in nand_set_ecc_soft_ops()
5846 ecc->read_page_raw = nand_read_page_raw; in nand_set_ecc_soft_ops()
5876 if (!ecc->read_page_raw) in nand_set_ecc_soft_ops()
5877 ecc->read_page_raw = nand_read_page_raw; in nand_set_ecc_soft_ops()
6323 ecc->read_page_raw = nand_read_page_raw; in nand_scan_tail()