Searched refs:nand_read_skip_bad (Results 1 – 8 of 8) sorted by relevance
/u-boot/include/ |
A D | nand.h | 100 int nand_read_skip_bad(struct mtd_info *mtd, loff_t offset, size_t *length,
|
/u-boot/cmd/ |
A D | bootm.c | 406 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 D | nand.c | 617 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 D | dfu_nand.c | 50 ret = nand_read_skip_bad(mtd, start, &count, &actual, in nand_block_op()
|
/u-boot/env/ |
A D | nand.c | 263 if (nand_read_skip_bad(mtd, offset, in readenv()
|
/u-boot/common/ |
A D | splash_source.c | 54 return nand_read_skip_bad(mtd, offset, in splash_nand_read_raw()
|
/u-boot/drivers/mtd/nand/raw/ |
A D | nand_util.c | 708 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 D | tdx-cfg-block.c | 228 return nand_read_skip_bad(mtd, CONFIG_TDX_CFG_BLOCK_OFFSET, in read_tdx_cfg_block_from_nand()
|
Completed in 12 milliseconds