Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/
H A Dbbt.c26 unsigned int nblocks = nanddev_neraseblocks(nand); in nanddev_bbt_init()
80 if (entry >= nanddev_neraseblocks(nand)) in nanddev_bbt_get_block_status()
113 if (entry >= nanddev_neraseblocks(nand)) in nanddev_bbt_set_block_status()
/openbmc/u-boot/drivers/mtd/nand/
H A Dbbt.c28 unsigned int nblocks = nanddev_neraseblocks(nand); in nanddev_bbt_init()
84 if (entry >= nanddev_neraseblocks(nand)) in nanddev_bbt_get_block_status()
117 if (entry >= nanddev_neraseblocks(nand)) in nanddev_bbt_set_block_status()
/openbmc/u-boot/include/linux/mtd/
H A Dnand.h325 static inline unsigned int nanddev_neraseblocks(const struct nand_device *nand) in nanddev_neraseblocks() function
/openbmc/linux/include/linux/mtd/
H A Dnand.h592 static inline unsigned int nanddev_neraseblocks(const struct nand_device *nand) in nanddev_neraseblocks() function