Searched refs:bbt_erase_shift (Results 1 – 8 of 8) sorted by relevance
191 len = min(totlen, (size_t)(1 << this->bbt_erase_shift)); in read_bbt()227 this->bbt_erase_shift); in read_bbt()239 this->bbt_erase_shift); in read_bbt()277 this->chipsize >> this->bbt_erase_shift, in read_abs_bbt()281 offs += this->chipsize >> this->bbt_erase_shift; in read_abs_bbt()285 mtd->size >> this->bbt_erase_shift, td, 0); in read_abs_bbt()473 numblocks = mtd->size >> this->bbt_erase_shift; in create_bbt()482 numblocks = this->chipsize >> this->bbt_erase_shift; in create_bbt()485 from = (loff_t)startblock << this->bbt_erase_shift; in create_bbt()507 from += (1 << this->bbt_erase_shift); in create_bbt()[all …]
1105 this->bbt_erase_shift += (0xff - mh->UnitSizeFactor); in nftl_partscan()1108 blocks = mtd->size >> this->bbt_erase_shift; in nftl_partscan()1131 parts[numparts].size = (mh->NumEraseUnits - numheaders) << this->bbt_erase_shift; in nftl_partscan()
1512 denali->nand.bbt_erase_shift += (denali->devnum - 1); in denali_init()1513 denali->nand.phys_erase_shift = denali->nand.bbt_erase_shift; in denali_init()
1215 nand->bbt_erase_shift = nand->phys_erase_shift = DOCG4_ERASE_SHIFT; in init_mtd_structs()
3766 chip->bbt_erase_shift = chip->phys_erase_shift = in nand_get_flash_type()
80 numblocks = this->chipsize >> (bbm->bbt_erase_shift - 1); in create_bbt()117 from += (1 << bbm->bbt_erase_shift); in create_bbt()198 bbm->bbt_erase_shift = this->erase_shift; in onenand_scan_bbt()
154 int bbt_erase_shift; member
681 int bbt_erase_shift; member