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()
211 if (!ops->erase || !ops->markbad || !ops->isbad) in nanddev_init()
/u-boot/scripts/
A Dget_maintainer.pl691 my $isbad = 0;
693 $isbad = 1;
700 $isbad = 1;
703 if ($isbad) {
711 my $isbad = 0;
713 $isbad = 1;
725 $isbad = 1;
734 $isbad = 1;
737 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 9 milliseconds