Home
last modified time | relevance | path

Searched refs:use_ecc (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/mtd/nand/raw/
H A Dqcom_nandc.c543 bool use_ecc; member
818 if (host->use_ecc) in update_rw_regs()
826 if (host->use_ecc) { in update_rw_regs()
1253 if (use_ecc) { in config_nand_cw_read()
1477 host->use_ecc = false; in qcom_nandc_read_cw_raw()
1899 host->use_ecc = true; in qcom_nandc_read_page()
1951 host->use_ecc = true; in qcom_nandc_read_oob()
1982 host->use_ecc = true; in qcom_nandc_write_page()
2052 host->use_ecc = false; in qcom_nandc_write_page_raw()
2123 host->use_ecc = true; in qcom_nandc_write_oob()
[all …]
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dpxa3xx_nand.c161 int use_ecc; member
197 int use_ecc; /* use HW ECC ? */ member
548 if (info->use_ecc) { in pxa3xx_nand_start()
802 info->use_ecc = 0; in prepare_start_command()
814 info->use_ecc = 1; in prepare_start_command()
1245 if (info->retcode == ERR_CORERR && info->use_ecc) { in pxa3xx_nand_read_page_hwecc()