Searched defs:bbtblocks (Results 1 - 1 of 1) sorted by relevance

/drivers/mtd/nand/
H A Dnand_bbt.c230 mtd->ecc_stats.bbtblocks++;
533 int bbtblocks; local
548 bbtblocks = this->chipsize >> this->bbt_erase_shift;
549 startblock &= bbtblocks - 1;
552 bbtblocks = mtd->size >> this->bbt_erase_shift;

Completed in 86 milliseconds