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

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/
NvmExpressPassthru.c 374 UINTN MapLength;
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)) {
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
Ohci.c 651 UINTN MapLength;
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;
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
OhcPeim.c 367 UINTN MapLength;
373 MapLength = 0;
426 MapLength = *DataLength;
432 LeftLength = MapLength;
433 ActualSendLength = MapLength;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
AhciMode.c 713 UINTN MapLength;
739 MapLength = DataCount;
744 &MapLength,
749 if (EFI_ERROR (Status) || (DataCount != MapLength)) {
940 UINTN MapLength;
988 MapLength = DataCount;
993 &MapLength,
998 if (EFI_ERROR (Status) || (DataCount != MapLength)) {
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/XenonDxe/
SdMmcPciHci.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/
SdMmcPciHci.c     [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/DwMmcHcDxe/
DwMmcHci.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsPassThruDxe/
UfsPassThruHci.c     [all...]

Completed in 2400 milliseconds