Lines Matching refs:nblocks
45 unsigned int nblocks = snanddev_neraseblocks(nand); in nanddev_read_bbt() local
46 unsigned int nbytes = DIV_ROUND_UP(nblocks * bits_per_block, in nanddev_read_bbt()
60 if (block >= nblocks) in nanddev_read_bbt()
129 unsigned int nblocks = snanddev_neraseblocks(nand); in nanddev_write_bbt() local
130 unsigned int nbytes = DIV_ROUND_UP(nblocks * bits_per_block, in nanddev_write_bbt()
144 if (block >= nblocks) in nanddev_write_bbt()
211 unsigned int nblocks = snanddev_neraseblocks(nand); in nanddev_bbt_format() local
215 start_block = nblocks - NANDDEV_BBT_SCAN_MAXBLOCKS; in nanddev_bbt_format()
217 for (block = 0; block < nblocks; block++) { in nanddev_bbt_format()
235 unsigned int nblocks = snanddev_neraseblocks(nand); in nanddev_scan_bbt() local
240 start_block = nblocks - NANDDEV_BBT_SCAN_MAXBLOCKS; in nanddev_scan_bbt()
270 unsigned int nblocks = snanddev_neraseblocks(nand); in snanddev_bbt_init() local
271 unsigned int nwords = DIV_ROUND_UP(nblocks * bits_per_block, in snanddev_bbt_init()
309 unsigned int nblocks = snanddev_neraseblocks(nand); in snanddev_bbt_update() local
315 start_block = nblocks - NANDDEV_BBT_SCAN_MAXBLOCKS; in snanddev_bbt_update()