HomeSort by relevance Sort by last modified time
    Searched defs:bbtblocks (Results 1 - 4 of 4) sorted by null

  /bionic/libc/kernel/uapi/mtd/
mtd-abi.h 145 __u32 bbtblocks; member in struct:mtd_ecc_stats
  /external/kernel-headers/original/uapi/mtd/
mtd-abi.h 247 * @bbtblocks: number of blocks reserved for bad block tables
253 __u32 bbtblocks; member in struct:mtd_ecc_stats
  /external/u-boot/drivers/mtd/nand/
nand_bbt.c 225 mtd->ecc_stats.bbtblocks++;
528 int bbtblocks; local
543 bbtblocks = this->chipsize >> this->bbt_erase_shift;
544 startblock &= bbtblocks - 1;
547 bbtblocks = mtd->size >> this->bbt_erase_shift;
    [all...]
  /external/u-boot/include/mtd/
mtd-abi.h 236 * @bbtblocks: number of blocks reserved for bad block tables
242 __u32 bbtblocks; member in struct:mtd_ecc_stats

Completed in 616 milliseconds