Home
last modified time | relevance | path

Searched refs:FormattedSize (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/mtd/
H A Dftl.c157 part->header.FormattedSize = 0; in scan_header()
265 blocks = le32_to_cpu(header.FormattedSize) >> header.BlockSize; in build_maps()
765 if (((sector+i) * SECTOR_SIZE) >= le32_to_cpu(part->header.FormattedSize)) { in ftl_read()
887 if (virt_addr >= le32_to_cpu(part->header.FormattedSize)) { in ftl_write()
948 sect = le32_to_cpu(part->header.FormattedSize)/SECTOR_SIZE; in ftl_getgeo()
1026 le32_to_cpu(partition->header.FormattedSize) >> 10); in ftl_add_mtd()
1028 partition->mbd.size = le32_to_cpu(partition->header.FormattedSize) >> 9; in ftl_add_mtd()
H A Dnftlmount.c171 nftl->numvunits = le32_to_cpu(mh->FormattedSize) / nftl->EraseSize; in find_boot_record()
H A Dnftlcore.c483 for (chain = 0; chain < le32_to_cpu(nftl->MediaHdr.FormattedSize) / nftl->EraseSize; chain++) { in NFTL_makefreeblock()
/openbmc/linux/include/linux/mtd/
H A Dftl.h44 uint32_t FormattedSize; member
/openbmc/linux/include/uapi/mtd/
H A Dnftl-user.h72 __u32 FormattedSize; member
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/
H A D0002-Instead-of-doing-preprocessor-magic-just-output-off_.patch204 if ((hdr2.FormattedSize != hdr.FormattedSize) ||
/openbmc/linux/drivers/mtd/nand/raw/
H A Ddiskonchip.c930 le32_to_cpus(&mh->FormattedSize); in nftl_partscan()
938 mh->FirstPhysicalEUN, mh->FormattedSize, in nftl_partscan()