Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/include/mtd/
Dmtd-abi.h242 __u32 bbtblocks; member
/third_party/uboot/u-boot-2020.01/drivers/mtd/nand/raw/
Dnand_bbt.c225 mtd->ecc_stats.bbtblocks++; in read_bbt()
528 int bbtblocks; in search_bbt() local
543 bbtblocks = this->chipsize >> this->bbt_erase_shift; in search_bbt()
544 startblock &= bbtblocks - 1; in search_bbt()
547 bbtblocks = mtd->size >> this->bbt_erase_shift; in search_bbt()