Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/Omap35xxPkg/Flash/
DFlash.c17 NAND_PART_INFO_TABLE gNandPartInfoTable[1] = { variable
169 for (Index = 0; Index < sizeof(gNandPartInfoTable)/sizeof(NAND_PART_INFO_TABLE); Index++) { in NandDetectPart()
170 …if (gNandPartInfoTable[Index].ManufactureId == PartInfo[0] && gNandPartInfoTable[Index].DeviceId =… in NandDetectPart()
171 gNandFlashInfo->BlockAddressStart = gNandPartInfoTable[Index].BlockAddressStart; in NandDetectPart()
172 gNandFlashInfo->PageAddressStart = gNandPartInfoTable[Index].PageAddressStart; in NandDetectPart()
/device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/Flash/
DFlash.c17 NAND_PART_INFO_TABLE gNandPartInfoTable[1] = { variable
169 for (Index = 0; Index < sizeof(gNandPartInfoTable)/sizeof(NAND_PART_INFO_TABLE); Index++) { in NandDetectPart()
170 …if (gNandPartInfoTable[Index].ManufactureId == PartInfo[0] && gNandPartInfoTable[Index].DeviceId =… in NandDetectPart()
171 gNandFlashInfo->BlockAddressStart = gNandPartInfoTable[Index].BlockAddressStart; in NandDetectPart()
172 gNandFlashInfo->PageAddressStart = gNandPartInfoTable[Index].PageAddressStart; in NandDetectPart()