Searched refs:nand_block_isbad (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | denali_spl.c | 153 static int nand_block_isbad(void *buf, int block) in nand_block_isbad() function 193 ret = nand_block_isbad(dst, block); in nand_spl_load_image()
|
| H A D | nand_util.c | 426 if (!nand_block_isbad(mtd, block_start)) in check_skip_len() 641 if (nand_block_isbad(mtd, offset & ~(mtd->erasesize - 1))) { in nand_write_skip_bad() 749 if (nand_block_isbad(mtd, offset & ~(mtd->erasesize - 1))) { in nand_read_skip_bad()
|
| H A D | nand_base.su | |
| H A D | nand_base.c | 3630 static int nand_block_isbad(struct mtd_info *mtd, loff_t offs) in nand_block_isbad() function 3657 ret = nand_block_isbad(mtd, ofs); in nand_block_markbad() 5273 mtd->_block_isbad = nand_block_isbad; in nand_scan_tail()
|
| /OK3568_Linux_fs/u-boot/env/ |
| H A D | nand.c | 143 if (nand_block_isbad(mtd, offset)) { in writeenv() 264 if (nand_block_isbad(mtd, offset)) { in readenv()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | nand.h | 60 static inline int nand_block_isbad(struct mtd_info *info, loff_t ofs) in nand_block_isbad() function
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | nand.c | 363 if (nand_block_isbad(mtd, offset)) in adjust_size_for_badblocks() 448 if (nand_block_isbad(mtd, off)) in do_nand()
|
| H A D | bootm.c | 479 if (nand_block_isbad(mtd, off)) in do_imls_nand()
|
| /OK3568_Linux_fs/u-boot/fs/jffs2/ |
| H A D | jffs2_nand_1pass.c | 822 if (nand_block_isbad(mtd, offset)) in jffs2_1pass_build_lists()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | nand_base.c | 4278 static int nand_block_isbad(struct mtd_info *mtd, loff_t offs) in nand_block_isbad() function 4306 ret = nand_block_isbad(mtd, ofs); in nand_block_markbad() 5839 mtd->_block_isbad = nand_block_isbad; in nand_scan_tail()
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | System.map | |
| H A D | u-boot.sym | |
| H A D | u-boot.map | |