Searched refs:nand_read_skip_bad (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | nand_util.su | |
| H A D | nand_util.c | 706 int nand_read_skip_bad(struct mtd_info *mtd, loff_t offset, size_t *length, in nand_read_skip_bad() function
|
| H A D | rockchip_nand.c | 784 return nand_read_skip_bad(mtd, offs, &length, NULL, size, (u_char *)dst); in nand_spl_load_image()
|
| H A D | rockchip_nand_v9.c | 785 return nand_read_skip_bad(mtd, offs, &length, NULL, size, (u_char *)dst); in nand_spl_load_image()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | bootm.c | 396 ret = nand_read_skip_bad(mtd, off, &len, NULL, mtd->size, imgdata); in nand_imls_legacyimage() 436 ret = nand_read_skip_bad(mtd, off, &len, NULL, mtd->size, imgdata); in nand_imls_fitimage()
|
| H A D | nand.c | 619 ret = nand_read_skip_bad(mtd, off, &rwsize, in do_nand() 875 r = nand_read_skip_bad(mtd, offset, &cnt, NULL, mtd->size, in nand_load_image() 910 r = nand_read_skip_bad(mtd, offset, &cnt, NULL, mtd->size, in nand_load_image()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | nand.h | 101 int nand_read_skip_bad(struct mtd_info *mtd, loff_t offset, size_t *length,
|
| /OK3568_Linux_fs/u-boot/drivers/dfu/ |
| H A D | dfu_nand.c | 50 ret = nand_read_skip_bad(mtd, start, &count, &actual, in nand_block_op()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | splash_source.c | 51 return nand_read_skip_bad(mtd, offset, in splash_nand_read_raw()
|
| /OK3568_Linux_fs/u-boot/env/ |
| H A D | nand.c | 268 if (nand_read_skip_bad(mtd, offset, in readenv()
|
| /OK3568_Linux_fs/u-boot/board/toradex/common/ |
| H A D | tdx-cfg-block.c | 155 return nand_read_skip_bad(get_nand_dev_by_index(0), in read_tdx_cfg_block_from_nand()
|
| /OK3568_Linux_fs/u-boot/board/BuR/common/ |
| H A D | common.c | 262 rc = nand_read_skip_bad(get_nand_dev_by_index(0), 0x40000, in load_devicetree()
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | System.map | |
| H A D | u-boot.map | |
| H A D | u-boot.sym | |