Searched refs:bbt_erase_shift (Results 1 – 7 of 7) sorted by relevance
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()532 from += (1 << this->bbt_erase_shift); in create_bbt()725 to = (loff_t)block << this->bbt_erase_shift; in mark_bbt_block_bad()824 len = 1 << this->bbt_erase_shift; in write_bbt()890 einfo.len = 1 << this->bbt_erase_shift; in write_bbt()1086 len = (1 << this->bbt_erase_shift); in nand_update_bbt()1156 this->bbt_erase_shift); in mark_bbt_region()1178 this->bbt_erase_shift); in mark_bbt_region()[all …]
965 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()
1001 chip->bbt_erase_shift += 1; in denali_multidev_fixup()
5399 chip->bbt_erase_shift = chip->phys_erase_shift = in nand_detect()
79 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()
127 int bbt_erase_shift; member
1302 unsigned int bbt_erase_shift; member
Completed in 40 milliseconds