Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mtd/
H A Dftl.h39 uint16_t LogicalEUN; member
/openbmc/linux/drivers/mtd/
H A Dftl.c230 if (hdr_ok && (le16_to_cpu(header.LogicalEUN) < part->DataUnits) && in build_maps()
231 (part->EUNInfo[le16_to_cpu(header.LogicalEUN)].Offset == 0xffffffff)) { in build_maps()
232 part->EUNInfo[le16_to_cpu(header.LogicalEUN)].Offset = offset; in build_maps()
233 part->EUNInfo[le16_to_cpu(header.LogicalEUN)].EraseCount = in build_maps()
242 if (hdr_ok && (le16_to_cpu(header.LogicalEUN) == 0xffff)) { in build_maps()
386 header.LogicalEUN = cpu_to_le16(0xffff); in prepare_xfer()