Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mtd/nand/spi/
H A Dcore.c591 bool enable_ecc = false; in spinand_mtd_read() local
597 enable_ecc = true; in spinand_mtd_read()
608 ret = spinand_ecc_enable(spinand, enable_ecc); in spinand_mtd_read()
622 ret = spinand_read_page(spinand, &iter.req, enable_ecc); in spinand_mtd_read()
662 bool enable_ecc = false; in spinand_mtd_write() local
666 enable_ecc = true; in spinand_mtd_write()
677 ret = spinand_ecc_enable(spinand, enable_ecc); in spinand_mtd_write()