FormattedSize     157 drivers/mtd/ftl.c     part->header.FormattedSize = 0;
FormattedSize     265 drivers/mtd/ftl.c     blocks = le32_to_cpu(header.FormattedSize) >> header.BlockSize;
FormattedSize     765 drivers/mtd/ftl.c 	if (((sector+i) * SECTOR_SIZE) >= le32_to_cpu(part->header.FormattedSize)) {
FormattedSize     887 drivers/mtd/ftl.c 	if (virt_addr >= le32_to_cpu(part->header.FormattedSize)) {
FormattedSize     948 drivers/mtd/ftl.c 	sect = le32_to_cpu(part->header.FormattedSize)/SECTOR_SIZE;
FormattedSize    1026 drivers/mtd/ftl.c 		       le32_to_cpu(partition->header.FormattedSize) >> 10);
FormattedSize    1028 drivers/mtd/ftl.c 		partition->mbd.size = le32_to_cpu(partition->header.FormattedSize) >> 9;
FormattedSize    1053 drivers/mtd/nand/raw/diskonchip.c 	le32_to_cpus(&mh->FormattedSize);
FormattedSize    1061 drivers/mtd/nand/raw/diskonchip.c 		mh->FirstPhysicalEUN, mh->FormattedSize,
FormattedSize     483 drivers/mtd/nftlcore.c 	for (chain = 0; chain < le32_to_cpu(nftl->MediaHdr.FormattedSize) / nftl->EraseSize; chain++) {
FormattedSize     171 drivers/mtd/nftlmount.c 		nftl->numvunits = le32_to_cpu(mh->FormattedSize) / nftl->EraseSize;
FormattedSize      44 include/linux/mtd/ftl.h     uint32_t	FormattedSize;
FormattedSize      72 include/uapi/mtd/nftl-user.h 	__u32 FormattedSize;