Home
last modified time | relevance | path

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

/u-boot/include/
A Dnand.h103 #define WITH_DROP_FFS (1 << 0) /* drop trailing all-0xff pages */ macro
/u-boot/drivers/fastboot/
A Dfb_nand.c99 flags |= WITH_DROP_FFS; in _fb_nand_write()
/u-boot/drivers/dfu/
A Ddfu_nand.c69 write_flags |= WITH_DROP_FFS; in nand_block_op()
/u-boot/drivers/mtd/nand/raw/
A Dnand_util.c622 if (!need_skip && !(flags & WITH_DROP_FFS)) { in nand_write_skip_bad()
657 if (flags & WITH_DROP_FFS) in nand_write_skip_bad()
/u-boot/cmd/
A Dnand.c633 WITH_DROP_FFS | WITH_WR_VERIFY); in do_nand()

Completed in 8 milliseconds