Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/dfu/
H A Ddfu_nand.c61 ret = nand_erase_opts(mtd, &opts); in nand_block_op()
171 ret = nand_erase_opts(mtd, &opts); in dfu_flush_medium_nand()
/openbmc/u-boot/include/
H A Dnand.h108 int nand_erase_opts(struct mtd_info *mtd,
/openbmc/u-boot/drivers/fastboot/
H A Dfb_nand.c80 ret = nand_erase_opts(mtd, &opts); in _fb_nand_erase()
/openbmc/u-boot/env/
H A Dnand.c173 if (nand_erase_opts(mtd, &location->erase_opts)) in erase_and_write_env()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_util.c51 int nand_erase_opts(struct mtd_info *mtd, in nand_erase_opts() function
/openbmc/u-boot/cmd/
H A Dnand.c530 ret = nand_erase_opts(mtd, &opts); in do_nand()