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

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

Completed in 18 milliseconds