Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/nand/spi/
Dcore.c552 bool enable_ecc = false; in spinand_mtd_read() local
557 enable_ecc = true; in spinand_mtd_read()
566 ret = spinand_ecc_enable(spinand, enable_ecc); in spinand_mtd_read()
570 ret = spinand_read_page(spinand, &iter.req, enable_ecc); in spinand_mtd_read()
601 bool enable_ecc = false; in spinand_mtd_write() local
605 enable_ecc = true; in spinand_mtd_write()
614 ret = spinand_ecc_enable(spinand, enable_ecc); in spinand_mtd_write()