Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mtd/nand/
H A Dbbt.c109 unsigned int nblocks = nanddev_neraseblocks(nand); in nanddev_read_bbt()
221 unsigned int nblocks = nanddev_neraseblocks(nand); in nanddev_write_bbt()
298 unsigned int nblocks = nanddev_neraseblocks(nand); in nanddev_bbt_format()
340 unsigned int nblocks = nanddev_neraseblocks(nand); in nanddev_scan_bbt()
396 unsigned int nblocks = nanddev_neraseblocks(nand); in nanddev_bbt_init()
438 unsigned int nblocks = nanddev_neraseblocks(nand); in nanddev_bbt_update()
528 if (entry >= nanddev_neraseblocks(nand)) in nanddev_bbt_get_block_status()
561 if (entry >= nanddev_neraseblocks(nand)) in nanddev_bbt_set_block_status()
/rk3399_rockchip-uboot/include/linux/mtd/
H A Dnand.h336 static inline unsigned int nanddev_neraseblocks(const struct nand_device *nand) in nanddev_neraseblocks() function