Searched refs:SparePageSize (Results 1 – 2 of 2) sorted by relevance
196 gNandFlashInfo->SparePageSize = SPARE_AREA_SIZE_64B; in NandDetectPart()293 UINTN NumSpareAreaWords = (gNandFlashInfo->SparePageSize/2); in NandReadPage()396 SetMem(SpareBuffer, gNandFlashInfo->SparePageSize, 0xFF); in NandWritePage()400 for (Index = 0; Index < (gNandFlashInfo->SparePageSize/2); Index++) { in NandWritePage()602 SpareBuffer = (UINT8 *)AllocatePool(gNandFlashInfo->SparePageSize); in NandFlashReadBlocks()657 SpareBuffer = (UINT8 *)AllocatePool(gNandFlashInfo->SparePageSize); in NandFlashWriteBlocks()
99 UINT32 SparePageSize; member