Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/mtd/
Dftl.h41 u_int16_t LogicalEUN; member
/linux-2.4.37.9/include/pcmcia/
Dftl.h38 u_short LogicalEUN; member
/linux-2.4.37.9/drivers/mtd/
Dftl.c338 if (hdr_ok && (le16_to_cpu(header.LogicalEUN) < part->DataUnits) && in build_maps()
339 (part->EUNInfo[le16_to_cpu(header.LogicalEUN)].Offset == 0xffffffff)) { in build_maps()
340 part->EUNInfo[le16_to_cpu(header.LogicalEUN)].Offset = offset; in build_maps()
341 part->EUNInfo[le16_to_cpu(header.LogicalEUN)].EraseCount = in build_maps()
350 if (hdr_ok && (le16_to_cpu(header.LogicalEUN) == 0xffff)) { in build_maps()
523 header.LogicalEUN = cpu_to_le16(0xffff); in prepare_xfer()