Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/mtd/
Dftl.h39 uint16_t LogicalEUN; member
/linux-4.1.27/drivers/mtd/
Dftl.c235 if (hdr_ok && (le16_to_cpu(header.LogicalEUN) < part->DataUnits) && in build_maps()
236 (part->EUNInfo[le16_to_cpu(header.LogicalEUN)].Offset == 0xffffffff)) { in build_maps()
237 part->EUNInfo[le16_to_cpu(header.LogicalEUN)].Offset = offset; in build_maps()
238 part->EUNInfo[le16_to_cpu(header.LogicalEUN)].EraseCount = in build_maps()
247 if (hdr_ok && (le16_to_cpu(header.LogicalEUN) == 0xffff)) { in build_maps()
421 header.LogicalEUN = cpu_to_le16(0xffff); in prepare_xfer()