Searched refs:DataMapLength (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
H A DOhcPeim.c78 UINTN DataMapLength = 0; local
167 DataMapLength = *DataLength;
168 if ((Data != NULL) && (DataMapLength != 0)) {
174 LeftLength = DataMapLength;
175 ActualSendLength = DataMapLength;
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
H A DOhci.c308 UINTN DataMapLength = 0; local
412 DataMapLength = *DataLength;
413 if ((Data != NULL) && (DataMapLength != 0)) {
414 Status = Ohc->PciIo->Map (Ohc->PciIo, MapOp, Data, &DataMapLength, &DataMapPhyAddr, &DataMapping);
423 LeftLength = DataMapLength;
424 ActualSendLength = DataMapLength;

Completed in 35 milliseconds