Home
last modified time | relevance | path

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

/external/u-boot/include/
Dnand.h104 #define WITH_WR_VERIFY (1 << 1) /* verify data was written correctly */ macro
/external/u-boot/drivers/fastboot/
Dfb_nand.c94 int flags = WITH_WR_VERIFY; in _fb_nand_write()
/external/u-boot/drivers/mtd/nand/
Dnand_util.c622 if ((flags & WITH_WR_VERIFY) && !rval) in nand_write_skip_bad()
662 if ((flags & WITH_WR_VERIFY) && !rval) in nand_write_skip_bad()
/external/u-boot/drivers/dfu/
Ddfu_nand.c66 lim, buf, WITH_WR_VERIFY); in nand_block_op()
/external/u-boot/cmd/
Dnand.c618 WITH_WR_VERIFY); in do_nand()
627 WITH_DROP_FFS | WITH_WR_VERIFY); in do_nand()
/external/u-boot/board/toradex/common/
Dtdx-cfg-block.c168 config_block, WITH_WR_VERIFY); in write_tdx_cfg_block_to_nand()