Home
last modified time | relevance | path

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

/drivers/mtd/nand/raw/
Dnand_bbt.c495 int i, numblocks, startblock; in create_bbt() local
502 startblock = 0; in create_bbt()
511 startblock = chip * numblocks; in create_bbt()
512 numblocks += startblock; in create_bbt()
513 from = (loff_t)startblock << this->bbt_erase_shift; in create_bbt()
516 for (i = startblock; i < numblocks; i++) { in create_bbt()
558 int startblock, block, dir; in search_bbt() local
565 startblock = (mtd->size >> this->bbt_erase_shift) - 1; in search_bbt()
568 startblock = 0; in search_bbt()
576 startblock &= bbtblocks - 1; in search_bbt()
[all …]
/drivers/mtd/nand/onenand/
Donenand_bbt.c61 int startblock; in create_bbt() local
80 startblock = 0; in create_bbt()
88 for (i = startblock; i < numblocks; ) { in create_bbt()