HomeSort by relevance Sort by last modified time
    Searched refs:PageIndex (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/Omap35xxPkg/Flash/
Flash.c 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++) {
    [all...]