Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/nand/spi/
H A Dcore.c565 bool enable_ecc = false; in spinand_mtd_read() local
570 enable_ecc = true; in spinand_mtd_read()
581 ret = spinand_ecc_enable(spinand, enable_ecc); in spinand_mtd_read()
585 ret = spinand_read_page(spinand, &iter.req, enable_ecc); in spinand_mtd_read()
617 bool enable_ecc = false; in spinand_mtd_write() local
621 enable_ecc = true; in spinand_mtd_write()
632 ret = spinand_ecc_enable(spinand, enable_ecc); in spinand_mtd_write()