Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/mtd/nand/raw/
Dnand_bbt.c183 len = min(totlen, (size_t)(1 << this->bbt_erase_shift)); in read_bbt()
219 this->bbt_erase_shift); in read_bbt()
231 this->bbt_erase_shift); in read_bbt()
271 targetsize >> this->bbt_erase_shift, in read_abs_bbt()
275 offs += targetsize >> this->bbt_erase_shift; in read_abs_bbt()
279 mtd->size >> this->bbt_erase_shift, td, 0); in read_abs_bbt()
472 numblocks = mtd->size >> this->bbt_erase_shift; in create_bbt()
481 numblocks = targetsize >> this->bbt_erase_shift; in create_bbt()
484 from = (loff_t)startblock << this->bbt_erase_shift; in create_bbt()
503 from += (1 << this->bbt_erase_shift); in create_bbt()
[all …]
Ddiskonchip.c965 this->bbt_erase_shift += (0xff - mh->UnitSizeFactor); in nftl_partscan()
969 blocks = mtd->size >> this->bbt_erase_shift; in nftl_partscan()
992 parts[numparts].size = (mh->NumEraseUnits - numheaders) << this->bbt_erase_shift; in nftl_partscan()
Ddenali.c1001 chip->bbt_erase_shift += 1; in denali_multidev_fixup()
Dnand_base.c4849 chip->bbt_erase_shift = chip->phys_erase_shift = in nand_detect()
/Linux-v5.10/drivers/mtd/nand/onenand/
Donenand_bbt.c79 numblocks = this->chipsize >> (bbm->bbt_erase_shift - 1); in create_bbt()
116 from += (1 << bbm->bbt_erase_shift); in create_bbt()
194 bbm->bbt_erase_shift = this->erase_shift; in onenand_scan_bbt()
/Linux-v5.10/include/linux/mtd/
Dbbm.h127 int bbt_erase_shift; member
Drawnand.h1110 unsigned int bbt_erase_shift; member