Searched refs:gNandPartInfoTable (Results 1 – 2 of 2) sorted by relevance
17 NAND_PART_INFO_TABLE gNandPartInfoTable[1] = { variable169 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()