Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
DOhci.c304 UINTN ReqMapLength = 0; in OhciControlTransfer() local
378 ReqMapLength = sizeof(EFI_USB_DEVICE_REQUEST); in OhciControlTransfer()
380 …Status = Ohc->PciIo->Map (Ohc->PciIo, MapOp, (UINT8 *)Request, &ReqMapLength, &ReqMapPhyAddr, &Req… in OhciControlTransfer()