Home
last modified time | relevance | path

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

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