Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mtd/nand/
H A Dbbt.c46 unsigned int nblocks = nanddev_neraseblocks(nand); in nanddev_read_bbt()
116 unsigned int nblocks = nanddev_neraseblocks(nand); in nanddev_write_bbt()
179 unsigned int nblocks = nanddev_neraseblocks(nand); in nanddev_bbt_format()
205 unsigned int nblocks = nanddev_neraseblocks(nand); in nanddev_scan_bbt()
241 unsigned int nblocks = nanddev_neraseblocks(nand); in nanddev_bbt_init()
280 unsigned int nblocks = nanddev_neraseblocks(nand); in nanddev_bbt_update()
360 if (entry >= nanddev_neraseblocks(nand)) in nanddev_bbt_get_block_status()
393 if (entry >= nanddev_neraseblocks(nand)) in nanddev_bbt_set_block_status()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/
H A Dbbt.c26 unsigned int nblocks = nanddev_neraseblocks(nand); in nanddev_bbt_init()
83 if (entry >= nanddev_neraseblocks(nand)) in nanddev_bbt_get_block_status()
116 if (entry >= nanddev_neraseblocks(nand)) in nanddev_bbt_set_block_status()
H A Dbbt_store.c26 unsigned int nblocks = nanddev_neraseblocks(nand); in nanddev_read_bbt()
95 unsigned int nblocks = nanddev_neraseblocks(nand); in nanddev_write_bbt()
157 unsigned int nblocks = nanddev_neraseblocks(nand); in nanddev_bbt_format()
191 unsigned int nblocks = nanddev_neraseblocks(nand); in nanddev_scan_bbt_in_flash()
226 unsigned int nblocks = nanddev_neraseblocks(nand); in nanddev_bbt_in_flash_update()
/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Dnand.h336 static inline unsigned int nanddev_neraseblocks(const struct nand_device *nand) in nanddev_neraseblocks() function
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dnand.h506 static inline unsigned int nanddev_neraseblocks(const struct nand_device *nand) in nanddev_neraseblocks() function