Searched refs:phys_erase_shift (Results 1 – 7 of 7) sorted by relevance
941 blocks = mtd->size >> this->phys_erase_shift; in nftl_partscan()1026 end -= (INFTL_BBT_RESERVED_BLOCKS << this->phys_erase_shift); in inftl_partscan()1063 vshift = this->phys_erase_shift + mh->BlockMultiplierBits; in inftl_partscan()1071 blocks = doc->chips_per_floor << (this->chip_shift - this->phys_erase_shift); in inftl_partscan()
196 chip->phys_erase_shift, chip->page_shift); in set_addr()787 chip->phys_erase_shift); in fsl_elbc_attach_chip()
105 if (ofs & ((1ULL << chip->phys_erase_shift) - 1)) { in check_offs_len()111 if (len & ((1ULL << chip->phys_erase_shift) - 1)) { in check_offs_len()572 einfo.len = 1ULL << chip->phys_erase_shift; in nand_block_markbad_lowlevel()1828 (chip->phys_erase_shift - chip->page_shift); in nand_erase_op()4423 pages_per_block = 1 << (chip->phys_erase_shift - chip->page_shift); in nand_erase_nand()4458 (chip->phys_erase_shift - chip->page_shift)); in nand_erase_nand()4468 len -= (1ULL << chip->phys_erase_shift); in nand_erase_nand()5079 chip->bbt_erase_shift = chip->phys_erase_shift = in nand_detect()
200 iowrite32(1 << (chip->phys_erase_shift - chip->page_shift), in denali_select_target()1000 chip->phys_erase_shift += 1; in denali_multidev_fixup()
749 chip->phys_erase_shift); in fsl_ifc_attach_chip()
1955 chipnr = block >> (chip->chip_shift - chip->phys_erase_shift); in mx23_boot_init()1956 page = block << (chip->phys_erase_shift - chip->page_shift); in mx23_boot_init()1957 byte = block << chip->phys_erase_shift; in mx23_boot_init()
1280 unsigned int phys_erase_shift; member