HomeSort by relevance Sort by last modified time
    Searched defs:ActualSendLength (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
OhcPeim.c 71 UINTN ActualSendLength;
161 SetupTd->ActualSendLength = 0;
173 ActualSendLength = DataMapLength;
176 ActualSendLength = LeftLength;
178 ActualSendLength = MaxPacketLength;
194 OhciSetTDField (DataTd, TD_BUFFER_END_PTR, (UINT32) DataMapPhyAddr + ActualSendLength - 1);
196 DataTd->ActualSendLength = ActualSendLength;
201 DataMapPhyAddr += ActualSendLength;
202 LeftLength -= ActualSendLength;
    [all...]
Descriptor.h 98 UINT32 ActualSendLength;
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
Ohci.c 299 UINTN ActualSendLength;
403 SetupTd->ActualSendLength = sizeof (EFI_USB_DEVICE_REQUEST);
424 ActualSendLength = DataMapLength;
427 ActualSendLength = LeftLength;
429 ActualSendLength = MaxPacketLength;
445 OhciSetTDField (DataTd, TD_BUFFER_END_PTR, (UINT32)(DataMapPhyAddr + ActualSendLength - 1));
447 DataTd->ActualSendLength = (UINT32)ActualSendLength;
452 DataMapPhyAddr += ActualSendLength;
453 LeftLength -= ActualSendLength;
    [all...]
Descriptor.h 98 UINT32 ActualSendLength;

Completed in 213 milliseconds