Home
last modified time | relevance | path

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

/u-boot/drivers/mtd/nand/raw/
A Dnand_bbt.c415 loff_t offs, uint8_t *buf, int numpages) in scan_block_fast() argument
426 for (j = 0; j < numpages; j++) { in scan_block_fast()
459 int i, numblocks, numpages; in create_bbt() local
466 numpages = 2; in create_bbt()
468 numpages = 1; in create_bbt()
487 from += mtd->erasesize - (mtd->writesize * numpages); in create_bbt()
494 ret = scan_block_fast(mtd, bd, from, buf, numpages); in create_bbt()

Completed in 4 milliseconds