Home
last modified time | relevance | path

Searched refs:isbad (Results 1 – 4 of 4) sorted by relevance

/u-boot/drivers/mtd/nand/
A Dcore.c38 if (nand->ops->isbad(nand, pos)) in nanddev_isbad()
53 return nand->ops->isbad(nand, pos); in nanddev_isbad()
210 if (!ops->erase || !ops->markbad || !ops->isbad) in nanddev_init()
/u-boot/scripts/
A Dget_maintainer.pl739 my $isbad = 0;
741 $isbad = 1;
748 $isbad = 1;
751 if ($isbad) {
759 my $isbad = 0;
761 $isbad = 1;
773 $isbad = 1;
782 $isbad = 1;
785 if ($isbad) {
/u-boot/include/linux/mtd/
A Dnand.h154 bool (*isbad)(struct nand_device *nand, const struct nand_pos *pos); member
/u-boot/drivers/mtd/nand/spi/
A Dcore.c828 .isbad = spinand_isbad,

Completed in 12 milliseconds