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()
851 nandc_set_read_loc(chip, cw, 0, 0, host->use_ecc ? in update_rw_regs()
1237 config_nand_cw_read(struct nand_chip *chip, bool use_ecc, int cw) in config_nand_cw_read() argument
1253 if (use_ecc) { in config_nand_cw_read()
1268 bool use_ecc, int cw) in config_nand_single_cw_page_read() argument
1271 config_nand_cw_read(chip, use_ecc, cw); in config_nand_single_cw_page_read()
1477 host->use_ecc = false; in qcom_nandc_read_cw_raw()
1802 size = host->use_ecc ? host->cw_data : host->cw_size; in copy_last_cw()
[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()