Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dnand_bbt.c412 loff_t offs, uint8_t *buf, int numpages) in scan_block_fast() argument
423 for (j = 0; j < numpages; j++) { in scan_block_fast()
456 int i, numblocks, numpages; in create_bbt() local
463 numpages = 2; in create_bbt()
465 numpages = 1; in create_bbt()
484 from += mtd->erasesize - (mtd->writesize * numpages); in create_bbt()
493 ret = scan_block_fast(mtd, bd, from, buf, numpages); in create_bbt()