Searched refs:markbad (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/ |
| H A D | core.c | 72 ret = nand->ops->markbad(nand, pos); in nanddev_markbad() 198 if (!ops->erase || !ops->markbad || !ops->isbad) in nanddev_init()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/ |
| H A D | core.c | 70 ret = nand->ops->markbad(nand, pos); in nanddev_markbad() 230 if (!ops->erase || !ops->markbad || !ops->isbad) in nanddev_init()
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.nand | 296 "markbad [offset]" 302 to remove artificial bad blocks created with the "markbad" command. 312 This command can be used in scripts, e.g. together with the markbad command to
|
| /OK3568_Linux_fs/u-boot/include/linux/mtd/ |
| H A D | nand.h | 164 int (*markbad)(struct nand_device *nand, const struct nand_pos *pos); member
|
| /OK3568_Linux_fs/kernel/include/linux/mtd/ |
| H A D | nand.h | 239 int (*markbad)(struct nand_device *nand, const struct nand_pos *pos); member
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | onenand.c | 557 U_BOOT_CMD_MKENT(markbad, CONFIG_SYS_MAXARGS, 0, do_onenand_markbad, "", ""),
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/spi/ |
| H A D | core.c | 820 .markbad = spinand_markbad,
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/spi/ |
| H A D | core.c | 854 .markbad = spinand_markbad,
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | nand_base.c | 5590 .markbad = rawnand_markbad,
|