Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mtd/nand/
Dpxa3xx_nand.c179 int use_ecc; member
225 int use_ecc; /* use HW ECC ? */ member
549 if (!info->use_ecc) in pxa3xx_set_datasize()
565 if (info->use_ecc) { in pxa3xx_nand_start()
906 info->use_ecc = 0; in prepare_start_command()
916 info->use_ecc = 1; in prepare_start_command()
1295 if (info->retcode == ERR_CORERR && info->use_ecc) { in pxa3xx_nand_read_page_hwecc()
Ddocg4.c757 uint8_t *buf, int page, bool use_ecc) in read_page() argument
800 if (likely(use_ecc == true)) { in read_page()
924 const uint8_t *buf, bool use_ecc) in write_page() argument
951 if (likely(use_ecc == true)) { in write_page()