Home
last modified time | relevance | path

Searched refs:NumberOfWorkBlock (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/FaultTolerantWriteDxe/
DFtwMisc.c657 …Block (FtwDevice, FtwDevice->FtwFvBlock, FtwDevice->FtwWorkBlockLba, FtwDevice->NumberOfWorkBlock); in FlushSpareBlockToWorkingBlock()
666 for (Index = 0; Index < FtwDevice->NumberOfWorkBlock; Index += 1) { in FlushSpareBlockToWorkingBlock()
1220 FtwDevice->NumberOfWorkBlock = FtwDevice->NumberOfWorkSpaceBlock; in InitFtwProtocol()
1228 …FtwDevice->NumberOfWorkBlock = (UINTN) (FtwDevice->FtwWorkSpaceLba + FtwDevice->NumberOfWorkSpaceB… in InitFtwProtocol()
1229 while (FtwDevice->NumberOfWorkBlock * FtwDevice->WorkBlockSize > FtwDevice->SpareAreaLength) { in InitFtwProtocol()
1230 FtwDevice->NumberOfWorkBlock--; in InitFtwProtocol()
1233 …ba = FtwDevice->FtwWorkSpaceLba + FtwDevice->NumberOfWorkSpaceBlock - FtwDevice->NumberOfWorkBlock; in InitFtwProtocol()
1234 …w: NumberOfWorkBlock - 0x%x, FtwWorkBlockLba - 0x%lx\n", FtwDevice->NumberOfWorkBlock, FtwDevice->… in InitFtwProtocol()
DUpdateWorkingBlock.c392 TempBufferSize = FtwDevice->NumberOfWorkBlock * FtwDevice->WorkBlockSize; in FtwReclaimWorkSpace()
399 for (Index = 0; Index < FtwDevice->NumberOfWorkBlock; Index += 1) { in FtwReclaimWorkSpace()
DFaultTolerantWrite.h79 UINTN NumberOfWorkBlock; // Number of the blocks in work block. member