Searched refs:nanddev_neraseblocks (Results 1 - 2 of 2) sorted by relevance

/u-boot/drivers/mtd/nand/
H A Dbbt.c32 unsigned int nblocks = nanddev_neraseblocks(nand);
88 if (entry >= nanddev_neraseblocks(nand))
121 if (entry >= nanddev_neraseblocks(nand))
/u-boot/include/linux/mtd/
H A Dnand.h323 * nanddev_neraseblocks() - Get the total number of erasablocks
328 static inline unsigned int nanddev_neraseblocks(const struct nand_device *nand) function

Completed in 86 milliseconds