Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/
DMMCSDBlockIo.c79 UINT32 RemainingLength; in MMCSDBlockReadBlocks() local
139 RemainingLength = (UINT32)BufferSize; in MMCSDBlockReadBlocks()
141 while (RemainingLength > 0) { in MMCSDBlockReadBlocks()
143 if (RemainingLength > SDHostIo->HostCapability.BoundarySize) { in MMCSDBlockReadBlocks()
146 TransferLength = RemainingLength; in MMCSDBlockReadBlocks()
198 if (RemainingLength > CardData->BlockIoMedia.BlockSize) { in MMCSDBlockReadBlocks()
201 TransferLength = RemainingLength; in MMCSDBlockReadBlocks()
234 RemainingLength -= TransferLength; in MMCSDBlockReadBlocks()
309 UINT32 RemainingLength; in MMCSDBlockWriteBlocks() local
361 RemainingLength = (UINT32)BufferSize; in MMCSDBlockWriteBlocks()
[all …]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
DFwVolWrite.c675 UINTN RemainingLength; in FvcWrite() local
680 RemainingLength = CalculateRemainingLength (FvDevice, Offset, &Lba, &LOffset); in FvcWrite()
681 if ((UINTN) (*NumBytes) > RemainingLength) { in FvcWrite()
682 *NumBytes = (UINTN) RemainingLength; in FvcWrite()
700 RemainingLength = *NumBytes; in FvcWrite()
701 WriteLength = RemainingLength; in FvcWrite()
720 RemainingLength -= WriteLength; in FvcWrite()
721 WriteLength = (UINTN) RemainingLength; in FvcWrite()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/
DMpServicesOnFrameworkMpServicesThunk.c1327 UINTN RemainingLength; in TestReservedMemory() local
1333 RemainingLength = Length; in TestReservedMemory()
1350 if (LengthCovered > RemainingLength) { in TestReservedMemory()
1351 LengthCovered = RemainingLength; in TestReservedMemory()
1364 RemainingLength -= LengthCovered; in TestReservedMemory()