Home
last modified time | relevance | path

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

/u-boot/include/
A Dnand.h100 int nand_read_skip_bad(struct mtd_info *mtd, loff_t offset, size_t *length,
/u-boot/cmd/
A Dbootm.c406 ret = nand_read_skip_bad(mtd, off, &len, NULL, mtd->size, imgdata); in nand_imls_legacyimage()
446 ret = nand_read_skip_bad(mtd, off, &len, NULL, mtd->size, imgdata); in nand_imls_fitimage()
A Dnand.c617 ret = nand_read_skip_bad(mtd, off, &rwsize, in do_nand()
873 r = nand_read_skip_bad(mtd, offset, &cnt, NULL, mtd->size, in nand_load_image()
908 r = nand_read_skip_bad(mtd, offset, &cnt, NULL, mtd->size, in nand_load_image()
/u-boot/drivers/dfu/
A Ddfu_nand.c50 ret = nand_read_skip_bad(mtd, start, &count, &actual, in nand_block_op()
/u-boot/env/
A Dnand.c263 if (nand_read_skip_bad(mtd, offset, in readenv()
/u-boot/common/
A Dsplash_source.c54 return nand_read_skip_bad(mtd, offset, in splash_nand_read_raw()
/u-boot/drivers/mtd/nand/raw/
A Dnand_util.c708 int nand_read_skip_bad(struct mtd_info *mtd, loff_t offset, size_t *length, in nand_read_skip_bad() function
/u-boot/board/toradex/common/
A Dtdx-cfg-block.c228 return nand_read_skip_bad(mtd, CONFIG_TDX_CFG_BLOCK_OFFSET, in read_tdx_cfg_block_from_nand()

Completed in 12 milliseconds