Searched refs:scan_block_fast (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | nand_bbt.c | 414 static int scan_block_fast(struct nand_chip *this, struct nand_bbt_descr *bd, in scan_block_fast() function 473 if (scan_block_fast(this, bd, offs, buf) > 0) in bbt_block_checkbad() 521 ret = scan_block_fast(this, bd, from, buf); in create_bbt()
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | nand_bbt.c | 411 static int scan_block_fast(struct mtd_info *mtd, struct nand_bbt_descr *bd, in scan_block_fast() function 491 ret = scan_block_fast(mtd, bd, from, buf, numpages); in create_bbt()
|