Home
last modified time | relevance | path

Searched refs:bbt_erase_shift (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/drivers/mtd/nand/
Dnand_bbt.c186 len = min(totlen, (size_t)(1 << this->bbt_erase_shift)); in read_bbt()
222 this->bbt_erase_shift); in read_bbt()
234 this->bbt_erase_shift); in read_bbt()
272 this->chipsize >> this->bbt_erase_shift, in read_abs_bbt()
276 offs += this->chipsize >> this->bbt_erase_shift; in read_abs_bbt()
280 mtd->size >> this->bbt_erase_shift, td, 0); in read_abs_bbt()
468 numblocks = mtd->size >> this->bbt_erase_shift; in create_bbt()
477 numblocks = this->chipsize >> this->bbt_erase_shift; in create_bbt()
480 from = (loff_t)startblock << this->bbt_erase_shift; in create_bbt()
502 from += (1 << this->bbt_erase_shift); in create_bbt()
[all …]
Ddenali.c1214 chip->bbt_erase_shift += 1; in denali_multidev_fixup()
Dnand_base.c3881 chip->bbt_erase_shift = chip->phys_erase_shift = in nand_get_flash_type()
/external/u-boot/drivers/mtd/onenand/
Donenand_bbt.c86 numblocks = this->chipsize >> (bbm->bbt_erase_shift - 1); in create_bbt()
124 from += (1 << bbm->bbt_erase_shift); in create_bbt()
210 bbm->bbt_erase_shift = this->erase_shift; in onenand_scan_bbt()
/external/u-boot/include/linux/mtd/
Dbbm.h143 int bbt_erase_shift; member
Drawnand.h912 int bbt_erase_shift; member