Home | History | Annotate | Download | only in Flash

Lines Matching refs:PageIndex

55   UINTN PageIndex

60 return ((BlockIndex << gNandFlashInfo->BlockAddressStart) + (PageIndex << gNandFlashInfo->PageAddressStart));
285 IN UINTN PageIndex,
299 Address = GetActualPageAddressInBytes(BlockIndex, PageIndex);
354 IN UINTN PageIndex,
367 Address = GetActualPageAddressInBytes(BlockIndex, PageIndex);
492 UINTN PageIndex;
497 for (PageIndex = 0; PageIndex < gNandFlashInfo->NumPagesPerBlock; PageIndex++) {
498 Status = NandReadPage(BlockIndex, PageIndex, Buffer, SpareBuffer);
518 UINTN PageIndex;
523 for (PageIndex = 0; PageIndex < gNandFlashInfo->NumPagesPerBlock; PageIndex++) {
524 Status = NandWritePage(BlockIndex, PageIndex, Buffer, SpareBuffer);