Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
DEhciUrb.c561 EFI_PCI_IO_PROTOCOL_OPERATION MapOp; in EhcCreateUrb() local
616 MapOp = EfiPciIoOperationBusMasterRead; in EhcCreateUrb()
617 Status = PciIo->Map (PciIo, MapOp, Request, &Len, &PhyAddr, &Map); in EhcCreateUrb()
631 MapOp = EfiPciIoOperationBusMasterWrite; in EhcCreateUrb()
633 MapOp = EfiPciIoOperationBusMasterRead; in EhcCreateUrb()
636 Status = PciIo->Map (PciIo, MapOp, Data, &Len, &PhyAddr, &Map); in EhcCreateUrb()
DEhciSched.c837 EFI_PCI_IO_PROTOCOL_OPERATION MapOp; in EhcFlushAsyncIntMap() local
846 MapOp = EfiPciIoOperationBusMasterWrite; in EhcFlushAsyncIntMap()
848 MapOp = EfiPciIoOperationBusMasterRead; in EhcFlushAsyncIntMap()
858 Status = PciIo->Map (PciIo, MapOp, Urb->Data, &Len, &PhyAddr, &Map); in EhcFlushAsyncIntMap()
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
DOhci.c297 EFI_PCI_IO_PROTOCOL_OPERATION MapOp; in OhciControlTransfer() local
379 MapOp = EfiPciIoOperationBusMasterRead; in OhciControlTransfer()
380 …Status = Ohc->PciIo->Map (Ohc->PciIo, MapOp, (UINT8 *)Request, &ReqMapLength, &ReqMapPhyAddr, &Req… in OhciControlTransfer()
408 MapOp = EfiPciIoOperationBusMasterWrite; in OhciControlTransfer()
410 MapOp = EfiPciIoOperationBusMasterRead; in OhciControlTransfer()
414 … Status = Ohc->PciIo->Map (Ohc->PciIo, MapOp, Data, &DataMapLength, &DataMapPhyAddr, &DataMapping); in OhciControlTransfer()
651 EFI_PCI_IO_PROTOCOL_OPERATION MapOp; in OhciBulkTransfer() local
678 MapOp = EfiPciIoOperationBusMasterWrite; in OhciBulkTransfer()
683 MapOp = EfiPciIoOperationBusMasterRead; in OhciBulkTransfer()
725 Status = Ohc->PciIo->Map (Ohc->PciIo, MapOp, (UINT8 *)Data, &MapLength, &MapPyhAddr, &Mapping); in OhciBulkTransfer()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
DXhciSched.c236 EFI_PCI_IO_PROTOCOL_OPERATION MapOp; in XhcCreateTransferTrb() local
265 MapOp = EfiPciIoOperationBusMasterWrite; in XhcCreateTransferTrb()
267 MapOp = EfiPciIoOperationBusMasterRead; in XhcCreateTransferTrb()
271 Status = Xhc->PciIo->Map (Xhc->PciIo, MapOp, Urb->Data, &Len, &PhyAddr, &Map); in XhcCreateTransferTrb()
1408 EFI_PCI_IO_PROTOCOL_OPERATION MapOp; in XhcFlushAsyncIntMap() local
1417 MapOp = EfiPciIoOperationBusMasterWrite; in XhcFlushAsyncIntMap()
1419 MapOp = EfiPciIoOperationBusMasterRead; in XhcFlushAsyncIntMap()
1431 Status = PciIo->Map (PciIo, MapOp, Urb->Data, &Len, &PhyAddr, &Map); in XhcFlushAsyncIntMap()