BlocksPerUnit     129 drivers/mtd/ftl.c     uint32_t		BlocksPerUnit;
BlocksPerUnit     271 drivers/mtd/ftl.c     part->BlocksPerUnit = (1 << header.EraseUnitSize) >> header.BlockSize;
BlocksPerUnit     273 drivers/mtd/ftl.c     part->bam_cache = kmalloc_array(part->BlocksPerUnit, sizeof(uint32_t),
BlocksPerUnit     287 drivers/mtd/ftl.c                        part->BlocksPerUnit * sizeof(uint32_t), &retval,
BlocksPerUnit     293 drivers/mtd/ftl.c 	for (j = 0; j < part->BlocksPerUnit; j++) {
BlocksPerUnit     397 drivers/mtd/ftl.c     nbam = DIV_ROUND_UP(part->BlocksPerUnit * sizeof(uint32_t) +
BlocksPerUnit     453 drivers/mtd/ftl.c                        part->BlocksPerUnit * sizeof(uint32_t), &retlen,
BlocksPerUnit     483 drivers/mtd/ftl.c     for (i = 0; i < part->BlocksPerUnit; i++) {
BlocksPerUnit     519 drivers/mtd/ftl.c                     part->BlocksPerUnit * sizeof(int32_t),
BlocksPerUnit     713 drivers/mtd/ftl.c                        part->BlocksPerUnit * sizeof(uint32_t),
BlocksPerUnit     725 drivers/mtd/ftl.c     for (blk = 0; blk < part->BlocksPerUnit; blk++)
BlocksPerUnit     727 drivers/mtd/ftl.c     if (blk == part->BlocksPerUnit) {