Home
last modified time | relevance | path

Searched refs:LogicalEUN (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/mtd/
H A Dftl.c227 if (hdr_ok && (le16_to_cpu(header.LogicalEUN) < part->DataUnits) && in build_maps()
228 (part->EUNInfo[le16_to_cpu(header.LogicalEUN)].Offset == 0xffffffff)) { in build_maps()
229 part->EUNInfo[le16_to_cpu(header.LogicalEUN)].Offset = offset; in build_maps()
230 part->EUNInfo[le16_to_cpu(header.LogicalEUN)].EraseCount = in build_maps()
239 if (hdr_ok && (le16_to_cpu(header.LogicalEUN) == 0xffff)) { in build_maps()
383 header.LogicalEUN = cpu_to_le16(0xffff); in prepare_xfer()
/linux/include/linux/mtd/
H A Dftl.h39 uint16_t LogicalEUN; member