Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dnand.h105 #define WITH_WR_VERIFY (1 << 1) /* verify data was written correctly */ macro
/OK3568_Linux_fs/u-boot/common/
H A Dfb_nand.c95 int flags = WITH_WR_VERIFY; in _fb_nand_write()
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dnand_util.c623 if ((flags & WITH_WR_VERIFY) && !rval) in nand_write_skip_bad()
663 if ((flags & WITH_WR_VERIFY) && !rval) in nand_write_skip_bad()
/OK3568_Linux_fs/u-boot/drivers/dfu/
H A Ddfu_nand.c67 lim, buf, WITH_WR_VERIFY); in nand_block_op()
/OK3568_Linux_fs/u-boot/cmd/
H A Dnand.c626 WITH_WR_VERIFY); in do_nand()
635 WITH_DROP_FFS | WITH_WR_VERIFY); in do_nand()
/OK3568_Linux_fs/u-boot/board/toradex/common/
H A Dtdx-cfg-block.c169 config_block, WITH_WR_VERIFY); in write_tdx_cfg_block_to_nand()