Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mtd/nand/
Dpxa3xx_nand.c169 int use_ecc; member
215 int use_ecc; /* use HW ECC ? */ member
402 if (!info->use_ecc) in pxa3xx_set_datasize()
418 if (info->use_ecc) { in pxa3xx_nand_start()
751 info->use_ecc = 0; in prepare_start_command()
761 info->use_ecc = 1; in prepare_start_command()
1139 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()