Searched refs:CurrentBlock (Results 1 – 1 of 1) sorted by relevance
689 EFI_LBA CurrentBlock; in NorFlashWriteBlocks() local731 CurrentBlock = Lba; in NorFlashWriteBlocks()732 …for (BlockCount=0; BlockCount < NumBlocks; BlockCount++, CurrentBlock++, pWriteBuffer = pWriteBuff… in NorFlashWriteBlocks()734 DEBUG((DEBUG_BLKIO, "NorFlashWriteBlocks: Writing block #%d\n", (UINTN)CurrentBlock)); in NorFlashWriteBlocks()736 Status = NorFlashWriteFullBlock (Instance, CurrentBlock, pWriteBuffer, BlockSizeInWords); in NorFlashWriteBlocks()