Searched defs:MapLength (Results 1 - 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/
H A DNvmExpressPassthru.c374 UINTN MapLength; local
512 MapLength = Packet->TransferLength;
517 &MapLength,
521 if (EFI_ERROR (Status) || (Packet->TransferLength != MapLength)) {
529 MapLength = Packet->MetadataLength;
534 &MapLength,
538 if (EFI_ERROR (Status) || (Packet->MetadataLength != MapLength)) {
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
H A DOhcPeim.c367 UINTN MapLength; local
373 MapLength = 0;
426 MapLength = *DataLength;
432 LeftLength = MapLength;
433 ActualSendLength = MapLength;
/device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/XenonDxe/
H A DSdMmcPciHci.c1237 UINTN MapLength; local
1286 MapLength = Trb->DataLen;
1291 &MapLength,
1295 if (EFI_ERROR (Status) || (Trb->DataLen != MapLength)) {
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/
H A DSdMmcPciHci.c1237 UINTN MapLength; local
1286 MapLength = Trb->DataLen;
1291 &MapLength,
1295 if (EFI_ERROR (Status) || (Trb->DataLen != MapLength)) {
/device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/DwMmcHcDxe/
H A DDwMmcHci.c1300 UINTN MapLength; local
1356 MapLength = Trb->DataLen;
1361 &MapLength,
1365 if (EFI_ERROR (Status) || (Trb->DataLen != MapLength)) {
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
H A DAhciMode.c713 UINTN MapLength; local
739 MapLength = DataCount;
744 &MapLength,
749 if (EFI_ERROR (Status) || (DataCount != MapLength)) {
940 UINTN MapLength; local
988 MapLength = DataCount;
993 &MapLength,
998 if (EFI_ERROR (Status) || (DataCount != MapLength)) {
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsPassThruDxe/
H A DUfsPassThruHci.c1438 UINTN MapLength; local
1496 MapLength = DataLen;
1501 &MapLength,
1506 if (EFI_ERROR (Status) || (DataLen != MapLength)) {
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
H A DOhci.c651 UINTN MapLength; local
658 MapLength = 0;
718 MapLength = *DataLength;
719 Status = Ohc->PciIo->Map (Ohc->PciIo, MapOp, (UINT8 *)Data, &MapLength, &MapPyhAddr, &Mapping);
728 LeftLength = MapLength;
729 ActualSendLength = MapLength;
943 UINTN MapLength; local
973 MapLength = DataLength;
978 &MapLength,
1021 LeftLength = MapLength;
[all...]

Completed in 118 milliseconds